/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 55 { MSG_ORIG(MSG_SCN_SYMTAB), SHT_SYMTAB, 0 }, 328 case SHT_SYMTAB: in output() 413 if (shdr->sh_type == SHT_SYMTAB) { in output()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 75 #define SHT_SYMTAB 2 /* symbol table section */ macro
|
/illumos-gate/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 93 ((shdr.sh_type != SHT_SYMTAB) && in main()
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 81 if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */ in _elf_nlist()
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 145 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 98 { MSG_ORIG(MSG_SHT_SYMTAB), SHT_SYMTAB }, 99 { MSG_ORIG(MSG_SHT_SYMTAB_ALT1), SHT_SYMTAB },
|
H A D | elfedit_machelf.c | 191 case SHT_SYMTAB: in elfedit64_init_obj_state()
|
/illumos-gate/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 | 433 { SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_CF }, in conv_iter_sec_symtab() 441 { SHT_SYMTAB, 0, 0, MSG_SHT_SYMTAB_NF }, in conv_iter_sec_symtab()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 60 #ifndef SHT_SYMTAB 61 #define SHT_SYMTAB 2 macro
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 70 if (stabshdr.sh_type == SHT_SYMTAB) { in walk_symtab()
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | sym.c | 157 if (shdr->sh_type == SHT_SYMTAB) { in symtab_init()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-merge-static.c | 181 if (symhdr.sh_type == SHT_SYMTAB) { in check_merge_static()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 167 shp->sh_type = SHT_SYMTAB; in ksyms_snapshot()
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 58 @ MSG_VER_NOSYMTAB "\tno symbol table (SHT_SYMTAB) found\n"
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_convert.c | 53 if (shdr.sh_type == SHT_SYMTAB) in ctf_has_c_source()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 178 if (shdr->sh_type != SHT_SYMTAB) in load_syms()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 162 if (sh[i].sh_type == SHT_SYMTAB) in __fex_read_syms()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 174 { "SHT_SYMTAB", 0xffffffff, SHT_SYMTAB }, in dump_shdr()
|
/illumos-gate/usr/src/cmd/ctfmerge/ |
H A D | ctfmerge.c | 139 } else if (shdr.sh_type == SHT_SYMTAB) { in ctfmerge_elfopen()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 575 (shdr->sh_type == SHT_SYMTAB)) { in process_shdr()
|