Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h75 #define SHT_SYMTAB 2 /* symbol table section */ macro
/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c56 { 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 Dsymdef.c95 ((shdr.sh_type != SHT_SYMTAB) && in main()
/titanic_44/usr/src/uts/common/ctf/
H A Dctf_mod.c138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
/titanic_44/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c84 if (s_buf.sh_type != SHT_SYMTAB) /* not symbol table */ in _elf_nlist()
/titanic_44/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.c373 { 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 Dnlist.c188 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 Delfconst.c96 { MSG_ORIG(MSG_SHT_SYMTAB), SHT_SYMTAB },
97 { MSG_ORIG(MSG_SHT_SYMTAB_ALT1), SHT_SYMTAB },
H A Delfedit_machelf.c190 case SHT_SYMTAB: in elfedit64_init_obj_state()
/titanic_44/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c70 if (stabshdr.sh_type == SHT_SYMTAB) { in walk_symtab()
/titanic_44/usr/src/tools/chk4ubin/
H A Dchk4ubin.c161 case SHT_SYMTAB: in chk4ubin()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c254 case SHT_SYMTAB: in _symintOpen()
H A Drdelf.c238 case SHT_SYMTAB: in fetch_symtab()
/titanic_44/usr/src/cmd/lockstat/
H A Dsym.c159 if (shdr->sh_type == SHT_SYMTAB) { in symtab_init()
/titanic_44/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()
/titanic_44/usr/src/uts/common/os/
H A Dksyms_snapshot.c169 shp->sh_type = SHT_SYMTAB; in ksyms_snapshot()
/titanic_44/usr/src/tools/ctf/cvt/
H A Doutput.c472 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 Dpvs.msg57 @ MSG_VER_NOSYMTAB "\tno symbol table (SHT_SYMTAB) found\n"
/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c178 if (shdr->sh_type != SHT_SYMTAB) in load_syms()
/titanic_44/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c162 if (sh[i].sh_type == SHT_SYMTAB) in __fex_read_syms()
/titanic_44/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c176 { "SHT_SYMTAB", 0xffffffff, SHT_SYMTAB }, in dump_shdr()
/titanic_44/usr/src/cmd/file/
H A Delf_read.c539 (shdr->sh_type == SHT_SYMTAB)) { in process_shdr()

123