Searched refs:SHT_SYMTAB (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c70 case SHT_SYMTAB:
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c138 symsect.cts_type = SHT_SYMTAB;
/freebsd-13-stable/usr.bin/gprof/
H A Delf.c93 if (shdrs[i].sh_type == SHT_SYMTAB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp84 if (SecRef.sh_type != ELF::SHT_SYMTAB &&
178 if (SecRef.sh_type == ELF::SHT_SYMTAB)
277 if (SecRef.sh_type != ELF::SHT_SYMTAB &&
/freebsd-13-stable/sys/mips/mips/
H A Delf_trampoline.c138 if (shdr[i].sh_type == SHT_SYMTAB) {
/freebsd-13-stable/lib/libc/gen/
H A Dnlist.c172 if (shdr[i].sh_type == SHT_SYMTAB) {
/freebsd-13-stable/contrib/libexecinfo/
H A Dsymtab.c123 if(shdr.sh_type != SHT_SYMTAB)
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c204 if (shdr->sh_type == SHT_SYMTAB) {
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c205 if (shdr[i].sh_type != SHT_SYMTAB &&
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c481 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
523 } else if (dynsym && shdr1.sh_type == SHT_SYMTAB) {
663 dynsym ? "SHT_DYNSYM" : "SHT_SYMTAB");
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h141 #define SHT_SYMTAB 2 macro
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c816 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 4, 0, 0);
819 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 8, 0, 0);
1111 shy.sh_type = SHT_SYMTAB;
H A Darchive.c282 if (shdr.sh_type != SHT_SYMTAB)
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c448 if (sh.sh_type == SHT_SYMTAB || sh.sh_type == SHT_DYNSYM)
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c406 } else if (shp->sh_type == SHT_SYMTAB) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp243 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB);
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c261 case SHT_SYMTAB:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h685 if (SymTable.sh_type != ELF::SHT_SYMTAB &&
690 " section (expected SHT_SYMTAB/SHT_DYNSYM)");
715 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM)
717 "invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM");
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp359 findSection(sections, isDSO ? SHT_DYNSYM : SHT_SYMTAB);
633 case SHT_SYMTAB:
1702 if (sec.sh_type != SHT_SYMTAB)
/freebsd-13-stable/lib/libproc/
H A Dproc_sym.c208 (void)load_symtab(file->elf, &file->symtab, SHT_SYMTAB);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmachdep.c589 if (shdr[i].sh_type == SHT_SYMTAB) {
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c327 hdr->kh_shdr[SHDR_SYMTAB].sh_type = SHT_SYMTAB;
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c282 case SHT_SYMTAB:
/freebsd-13-stable/usr.sbin/kldxref/
H A Def_obj.c423 case SHT_SYMTAB:
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c494 if (shdr[i].sh_type != SHT_SYMTAB)

Completed in 235 milliseconds

123