Searched refs:SHT_DYNSYM (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c42 case SHT_DYNSYM:
H A Dlibelf_checksum.c85 shdr.sh_type == SHT_DYNSYM)
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c133 if (shdr[i].sh_type == SHT_DYNSYM) {
206 shdr[i].sh_type != SHT_DYNSYM)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp85 SecRef.sh_type != ELF::SHT_DYNSYM)
278 SecRef.sh_type != ELF::SHT_DYNSYM)
/freebsd-13-stable/lib/librtld_db/
H A Drtld_db.c305 if (shdr.sh_type == SHT_DYNSYM)
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h143 #define SHT_DYNSYM 11 macro
H A Dreadelf.c1397 case SHT_DYNSYM:
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c448 if (sh.sh_type == SHT_SYMTAB || sh.sh_type == SHT_DYNSYM)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp252 STRINGIFY_ENUM_CASE(ELF, SHT_DYNSYM);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp48 if (Sec.sh_type == ELF::SHT_DYNSYM)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h686 SymTable.sh_type != ELF::SHT_DYNSYM)
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");
H A DELFObjectFile.h323 SymTable->sh_type == ELF::SHT_DYNSYM);
988 case ELF::SHT_DYNSYM: {
/freebsd-13-stable/lib/libproc/
H A Dproc_sym.c209 (void)load_symtab(file->elf, &file->dynsymtab, SHT_DYNSYM);
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c481 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
663 dynsym ? "SHT_DYNSYM" : "SHT_SYMTAB");
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c347 case SHT_DYNSYM: return "SHT_DYNSYM";
683 case SHT_DYNSYM:
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c407 case SHT_DYNSYM: return "SHT_DYNSYM";
1235 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM)
1583 ed->sl[i].type == SHT_DYNSYM) &&
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c686 } else if (shdr.sh_type == SHT_DYNSYM) {
692 ndx = shdr.sh_type == SHT_DYNSYM ? dynndx : strndx;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h837 SHT_DYNSYM = 11, // Symbol table.
/freebsd-13-stable/sys/sys/
H A Delf_common.h424 #define SHT_DYNSYM 11 /* dynamic symbol table section */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h823 return S->OriginalType == ELF::SHT_DYNSYM;
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c152 if (shdr[i].sh_type == SHT_DYNSYM && symtab == 0) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1974 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB,
1999 if (this->type != SHT_DYNSYM) {
2060 assert(this->type != SHT_DYNSYM || !b->isLocal());
H A DInputFiles.cpp359 findSection(sections, isDSO ? SHT_DYNSYM : SHT_SYMTAB);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1620 case SHT_DYNSYM:
2293 symtab_hdr->sh_type == SHT_DYNSYM);
3152 CASE_AND_STREAM(s, SHT_DYNSYM, kStrWidth);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c789 case SHT_DYNSYM: return "DYNSYM";
3255 /* Append symbol version string for SHT_DYNSYM symbol table. */
3256 if (s->type == SHT_DYNSYM && re->ver != NULL &&
3323 if (s->type == SHT_SYMTAB || s->type == SHT_DYNSYM) {
6863 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM)
6897 if (s->type != SHT_SYMTAB && s->type != SHT_DYNSYM)

Completed in 408 milliseconds

12