/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 75 #define SHT_SYMTAB 2 /* symbol table section */ macro
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 56 { MSG_ORIG(MSG_SCN_SYMTAB), SHT_SYMTAB, 0 }, 329 case SHT_SYMTAB: in output() 414 if (shdr->sh_type == SHT_SYMTAB) { in output()
|
/titanic_44/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 95 ((shdr.sh_type != SHT_SYMTAB) && in main()
|
/titanic_44/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
|
/titanic_44/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 84 if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */ in _elf_nlist()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 34 @ MSG_SHT_SYMTAB "[ SHT_SYMTAB ]" # 2 35 @ MSG_SHT_SYMTAB_CF "SHT_SYMTAB"
|
H A D | sections.c | 373 { SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_CF }, in conv_iter_sec_symtab() 381 { SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_NF }, in conv_iter_sec_symtab()
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 188 if (symhdr->sh_type == SHT_SYMTAB) in _elf_nlist() 191 if ((symhdr->sh_type != SHT_SYMTAB) || in _elf_nlist()
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 96 { MSG_ORIG(MSG_SHT_SYMTAB), SHT_SYMTAB }, 97 { MSG_ORIG(MSG_SHT_SYMTAB_ALT1), SHT_SYMTAB },
|
H A D | elfedit_machelf.c | 190 case SHT_SYMTAB: in elfedit64_init_obj_state()
|
/titanic_44/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 70 if (stabshdr.sh_type == SHT_SYMTAB) { in walk_symtab()
|
/titanic_44/usr/src/tools/chk4ubin/ |
H A D | chk4ubin.c | 161 case SHT_SYMTAB: in chk4ubin()
|
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | symintOpen.c | 254 case SHT_SYMTAB: in _symintOpen()
|
H A D | rdelf.c | 238 case SHT_SYMTAB: in fetch_symtab()
|
/titanic_44/usr/src/cmd/lockstat/ |
H A D | sym.c | 159 if (shdr->sh_type == SHT_SYMTAB) { in symtab_init()
|
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 53 (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM) and
|
H A D | dispsyms.c | 100 if ((shdr.sh_type != SHT_SYMTAB) && in print_symtab()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 169 shp->sh_type = SHT_SYMTAB; in ksyms_snapshot()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | output.c | 472 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file() 508 } else if (dynsym && shdr.sh_type == SHT_SYMTAB) { in write_file()
|
/titanic_44/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 57 @ MSG_VER_NOSYMTAB "\tno symbol table (SHT_SYMTAB) found\n"
|
/titanic_44/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 731 (shdr->sh_type != SHT_SYMTAB)) in find_symtabs() 766 if (shdr->sh_type == SHT_SYMTAB) { in find_symtabs() 1292 symtabtype = SHT_SYMTAB; in get_symtab()
|
/titanic_44/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 178 if (shdr->sh_type != SHT_SYMTAB) in load_syms()
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 162 if (sh[i].sh_type == SHT_SYMTAB) in __fex_read_syms()
|
/titanic_44/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 176 { "SHT_SYMTAB", 0xffffffff, SHT_SYMTAB }, in dump_shdr()
|
/titanic_44/usr/src/cmd/file/ |
H A D | elf_read.c | 539 (shdr->sh_type == SHT_SYMTAB)) { in process_shdr()
|