/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 70 case SHT_SYMTAB: in _libelf_xlate_shtype()
|
/freebsd/usr.bin/gprof/ |
H A D | elf.c | 87 if (shdrs[i].sh_type == SHT_SYMTAB) in elf_getnfile()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 168 if (shdr[i].sh_type == SHT_SYMTAB) { in __elf_fdnlist()
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | sym.c | 199 if (shdr.sh_type == SHT_SYMTAB) { in symtab_init()
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 123 if(shdr.sh_type != SHT_SYMTAB) in symtab_create()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 480 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file() 522 } else if (dynsym && shdr1.sh_type == SHT_SYMTAB) { in write_file()
|
/freebsd/sys/x86/xen/ |
H A D | pv.c | 235 if (shdr[i].sh_type != SHT_SYMTAB) in xen_pvh_parse_symtab()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 141 #define SHT_SYMTAB 2 macro
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 816 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 4, 0, 0); in create_external_symtab() 819 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 8, 0, 0); in create_external_symtab() 1111 shy.sh_type = SHT_SYMTAB; in create_symtab_data()
|
H A D | archive.c | 297 if (shdr.sh_type != SHT_SYMTAB) in extract_arsym()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 446 if (sh.sh_type == SHT_SYMTAB || sh.sh_type == SHT_DYNSYM) in pmcstat_image_get_elf_params()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 259 case SHT_SYMTAB: in ELFNAMEEND()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 407 } else if (shp->sh_type == SHT_SYMTAB) { in ctf_fdopen()
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | 325 hdr->kh_shdr[SHDR_SYMTAB].sh_type = SHT_SYMTAB; in ksyms_snapshot()
|
/freebsd/lib/libkldelf/ |
H A D | ef_obj.c | 312 case SHT_SYMTAB: in ef_obj_open()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | machdep.c | 596 if (shdr[i].sh_type == SHT_SYMTAB) { in load_external_symtab()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 335 case SHT_SYMTAB: return "SHT_SYMTAB"; in sh_types() 663 case SHT_SYMTAB: in main()
|
/freebsd/stand/common/ |
H A D | load_elf.c | 753 if (shdr[i].sh_type != SHT_SYMTAB) 783 case SHT_SYMTAB: /* Symbol table */
|
H A D | load_elf_obj.c | 277 case SHT_SYMTAB: in __elfN()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 499 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize); in computeSymbolTable() 900 case ELF::SHT_SYMTAB: in writeSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 822 SymbolTableSection() { Type = OriginalType = ELF::SHT_SYMTAB; } in SymbolTableSection() 853 return S->OriginalType == ELF::SHT_SYMTAB; in classof()
|
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 202 (void)load_symtab(file->elf, &file->symtab, SHT_SYMTAB); in load_symtabs()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 287 if (Sec.sh_type == ELF::SHT_SYMTAB) { in prepare()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 398 case SHT_SYMTAB: return "SHT_SYMTAB"; in sh_types() 1235 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM) in get_symbol_name() 1582 if ((ed->sl[i].type == SHT_SYMTAB || in elf_print_symtabs()
|