Home
last modified time | relevance | path

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

123

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c70 case SHT_SYMTAB: in _libelf_xlate_shtype()
/freebsd/usr.bin/gprof/
H A Delf.c87 if (shdrs[i].sh_type == SHT_SYMTAB) in elf_getnfile()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
/freebsd/lib/libc/gen/
H A Dnlist.c168 if (shdr[i].sh_type == SHT_SYMTAB) { in __elf_fdnlist()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c199 if (shdr.sh_type == SHT_SYMTAB) { in symtab_init()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c123 if(shdr.sh_type != SHT_SYMTAB) in symtab_create()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c480 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 Dpv.c235 if (shdr[i].sh_type != SHT_SYMTAB) in xen_pvh_parse_symtab()
/freebsd/contrib/file/src/
H A Dreadelf.h141 #define SHT_SYMTAB 2 macro
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c816 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 Darchive.c297 if (shdr.sh_type != SHT_SYMTAB) in extract_arsym()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c446 if (sh.sh_type == SHT_SYMTAB || sh.sh_type == SHT_DYNSYM) in pmcstat_image_get_elf_params()
/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c259 case SHT_SYMTAB: in ELFNAMEEND()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c407 } else if (shp->sh_type == SHT_SYMTAB) { in ctf_fdopen()
/freebsd/sys/dev/ksyms/
H A Dksyms.c325 hdr->kh_shdr[SHDR_SYMTAB].sh_type = SHT_SYMTAB; in ksyms_snapshot()
/freebsd/lib/libkldelf/
H A Def_obj.c312 case SHT_SYMTAB: in ef_obj_open()
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c596 if (shdr[i].sh_type == SHT_SYMTAB) { in load_external_symtab()
/freebsd/usr.bin/elfdump/
H A Delfdump.c335 case SHT_SYMTAB: return "SHT_SYMTAB"; in sh_types()
663 case SHT_SYMTAB: in main()
/freebsd/stand/common/
H A Dload_elf.c753 if (shdr[i].sh_type != SHT_SYMTAB)
783 case SHT_SYMTAB: /* Symbol table */
H A Dload_elf_obj.c277 case SHT_SYMTAB: in __elfN()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp499 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 DELFObject.h822 SymbolTableSection() { Type = OriginalType = ELF::SHT_SYMTAB; } in SymbolTableSection()
853 return S->OriginalType == ELF::SHT_SYMTAB; in classof()
/freebsd/lib/libproc/
H A Dproc_sym.c202 (void)load_symtab(file->elf, &file->symtab, SHT_SYMTAB); in load_symtabs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h287 if (Sec.sh_type == ELF::SHT_SYMTAB) { in prepare()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c398 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()

123