Searched refs:is64 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c94 arsym(Byte *off, size_t sz, size_t *e, int is64) argument
100 size_t eltsize = is64 ? 8 : 4;
105 if (is64) {
156 if (is64)
182 int is64; local
205 is64 = (elf->ed_myflags & EDF_ARSYM64) != 0;
218 if ((elf->ed_arsym = arsym(as, sz, &elf->ed_arsymsz, is64)) == 0) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c49 size_t cnt, ptr, is64; local
58 is64 = (_elf_getarsymwordsize(elf) == 8);
63 if (is64) {
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c63 static int is64; /* Is current process 64-bit? */ variable
170 is64 = (pstatus.pr_dmodel == PR_MODEL_LP64);
185 (void) printf("\tdata model = %s", is64? "_LP64" : "_ILP32");
362 dumpregs_v8p(psp->pr_reg, &prx, is64);
365 dumpregs(psp->pr_reg, is64);
589 dumpregs(const prgregset_t reg, int is64) argument
591 int width = is64? 16 : 8;
592 int cols = is64? 2 : 4;
596 if (!is64) {
614 dumpregs_v8p(const prgregset_t reg, const prxregset_t *xreg, int is64) argument
[all...]
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c51 static int is64; variable
254 is64 = (psinfo.pr_dmodel == PR_MODEL_LP64);
502 int length = (is64 ? 16 : 8);
534 int length = (is64? 16 : 8);
617 int length = (is64? 16 : 8);
638 int length = (is64? 16 : 8);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c484 int is64; local
488 is64 = 0;
491 is64 = 1;
500 if (is64 && IS_V9STACK(sp))
518 int is64; local
522 is64 = 0;
525 is64 = 1;
535 if (is64 && IS_V9STACK(sp))
557 int is64; local
561 is64
589 int is64; local
[all...]
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c909 int is64; local
915 is64 = 0;
920 is64 = 1;
924 if (is64 &&
927 else if (!is64 &&
936 if (is64) {
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c234 int is64 = (elfhdr.e_ident[EI_CLASS] == local
245 dprintf("e_entry\t\t0x%llx\n", (is64 ?
248 dprintf("e_shoff\t\t0x%llx\n", (is64 ?
251 dprintf("e_shnentsize\t%d\n", (is64 ?
253 dprintf("e_shnum\t\t%d\n", (is64 ?
255 dprintf("e_shstrndx\t%d\n", (is64 ?
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c771 int is64 = (eltsize == 8); local
785 (is64 ? MSG_ORIG(MSG_STR_SYM64) : MSG_ORIG(MSG_STR_SLASH)),
788 dst = is64 ? sputl64(nsyms, dst) : sputl32(nsyms, dst);
795 dst = is64 ? sputl64((*ptr)->ar_offset, dst) :
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c102 int is64; local
107 is64 = 1;
112 is64 = 0;
115 if (is64)

Completed in 79 milliseconds