Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h75 #define SHT_SYMTAB 2 /* symbol table section */ macro
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c55 { 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/cmd/boot/symdef/
H A Dsymdef.c93 ((shdr.sh_type != SHT_SYMTAB) && in main()
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c81 if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */ in _elf_nlist()
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c145 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c188 if (symhdr->sh_type == SHT_SYMTAB) in _elf_nlist()
191 if ((symhdr->sh_type != SHT_SYMTAB) || in _elf_nlist()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h60 #ifndef SHT_SYMTAB
61 #define SHT_SYMTAB 2 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg34 @ MSG_SHT_SYMTAB "[ SHT_SYMTAB ]" # 2
35 @ MSG_SHT_SYMTAB_CF "SHT_SYMTAB"
H A Dsections.c433 { 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/cmd/sgs/elfedit/common/
H A Delfconst.c98 { MSG_ORIG(MSG_SHT_SYMTAB), SHT_SYMTAB },
99 { MSG_ORIG(MSG_SHT_SYMTAB_ALT1), SHT_SYMTAB },
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c70 if (stabshdr.sh_type == SHT_SYMTAB) { in walk_symtab()
/illumos-gate/usr/src/cmd/lockstat/
H A Dsym.c157 if (shdr->sh_type == SHT_SYMTAB) { in symtab_init()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README53 (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM) and
H A Ddispsyms.c100 if ((shdr.sh_type != SHT_SYMTAB) && in print_symtab()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-static.c181 if (symhdr.sh_type == SHT_SYMTAB) { in check_merge_static()
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c167 shp->sh_type = SHT_SYMTAB; in ksyms_snapshot()
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg58 @ MSG_VER_NOSYMTAB "\tno symbol table (SHT_SYMTAB) found\n"
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c53 if (shdr.sh_type == SHT_SYMTAB) in ctf_has_c_source()
H A Dctf_elfwrite.c232 if (shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in ctf_write_elf()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c731 (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/lib/libm/common/m9x/
H A D__fex_sym.c162 if (sh[i].sh_type == SHT_SYMTAB) in __fex_read_syms()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c178 if (shdr->sh_type != SHT_SYMTAB) in load_syms()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c174 { "SHT_SYMTAB", 0xffffffff, SHT_SYMTAB }, in dump_shdr()
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c139 } else if (shdr.sh_type == SHT_SYMTAB) { in ctfmerge_elfopen()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c575 (shdr->sh_type == SHT_SYMTAB)) { in process_shdr()

123