/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | getarsym.c | 94 arsym(Byte *off, size_t sz, size_t *e, int is64) in arsym() argument 100 size_t eltsize = is64 ? 8 : 4; in arsym() 105 if (is64) { in arsym() 156 if (is64) in arsym() 182 int is64; in elf_getarsym() local 205 is64 = (elf->ed_myflags & EDF_ARSYM64) != 0; in elf_getarsym() 218 if ((elf->ed_arsym = arsym(as, sz, &elf->ed_arsymsz, is64)) == 0) { in elf_getarsym()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 63 static int is64; /* Is current process 64-bit? */ variable 170 is64 = (pstatus.pr_dmodel == PR_MODEL_LP64); in look() 185 (void) printf("\tdata model = %s", is64? "_LP64" : "_ILP32"); in look() 362 dumpregs_v8p(psp->pr_reg, &prx, is64); in lwplook() 365 dumpregs(psp->pr_reg, is64); in lwplook() 589 dumpregs(const prgregset_t reg, int is64) in dumpregs() argument 591 int width = is64? 16 : 8; in dumpregs() 592 int cols = is64? 2 : 4; in dumpregs() 596 if (!is64) { in dumpregs() 614 dumpregs_v8p(const prgregset_t reg, const prxregset_t *xreg, int is64) in dumpregs_v8p() argument [all …]
|
/titanic_41/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 49 size_t cnt, ptr, is64; in ar_sym_read() local 58 is64 = (_elf_getarsymwordsize(elf) == 8); in ar_sym_read() 63 if (is64) { in ar_sym_read()
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 484 int is64; in setgwins() local 488 is64 = 0; in setgwins() 491 is64 = 1; in setgwins() 500 if (is64 && IS_V9STACK(sp)) in setgwins() 518 int is64; in setgwins32() local 522 is64 = 0; in setgwins32() 525 is64 = 1; in setgwins32() 535 if (is64 && IS_V9STACK(sp)) in setgwins32() 557 int is64; in getgwins() local 561 is64 = 0; in getgwins() [all …]
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 51 static int is64; variable 254 is64 = (psinfo.pr_dmodel == PR_MODEL_LP64); in main() 502 int length = (is64 ? 16 : 8); in print_java_frame() 534 int length = (is64? 16 : 8); in print_frame() 617 int length = (is64? 16 : 8); in print_zombie() 638 int length = (is64? 16 : 8); in print_syscall()
|
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 909 int is64; in prstop() local 915 is64 = 0; in prstop() 920 is64 = 1; in prstop() 924 if (is64 && in prstop() 927 else if (!is64 && in prstop() 936 if (is64) { in prstop()
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 234 int is64 = (elfhdr.e_ident[EI_CLASS] == in readfile() local 245 dprintf("e_entry\t\t0x%llx\n", (is64 ? in readfile() 248 dprintf("e_shoff\t\t0x%llx\n", (is64 ? in readfile() 251 dprintf("e_shnentsize\t%d\n", (is64 ? in readfile() 253 dprintf("e_shnum\t\t%d\n", (is64 ? in readfile() 255 dprintf("e_shstrndx\t%d\n", (is64 ? in readfile()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 102 int is64; in xregrestore() local 107 is64 = 1; in xregrestore() 112 is64 = 0; in xregrestore() 115 if (is64) in xregrestore()
|
/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 771 int is64 = (eltsize == 8); in writesymtab() local 785 (is64 ? MSG_ORIG(MSG_STR_SYM64) : MSG_ORIG(MSG_STR_SLASH)), in writesymtab() 788 dst = is64 ? sputl64(nsyms, dst) : sputl32(nsyms, dst); in writesymtab() 795 dst = is64 ? sputl64((*ptr)->ar_offset, dst) : in writesymtab()
|