Searched refs:DT_SYMTAB (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c174 case DT_SYMTAB:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h468 #define DT_SYMTAB 6 /* Address of symbol table */ macro
473 #define DT_SYMENT 11 /* Size, in bytes, of one DT_SYMTAB entry */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp224 if (p->d_tag == DT_SYMTAB)
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c235 case DT_SYMTAB:
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c318 case DT_SYMTAB:
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c188 case DT_SYMTAB: return "DT_SYMTAB";
947 case DT_SYMTAB:
/freebsd-13-stable/sys/sys/
H A Delf_common.h578 #define DT_SYMTAB 6 /* Address of symbol table. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c167 case DT_SYMTAB: return "DT_SYMTAB";
1679 case DT_SYMTAB:
/freebsd-13-stable/stand/common/
H A Dload_elf.c848 case DT_SYMTAB:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c93 const Elf_Sym *symtab; /* DT_SYMTAB */
579 case DT_SYMTAB:
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c833 case DT_SYMTAB: return "SYMTAB";
2942 case DT_SYMTAB:
3284 * the DT_SYMTAB entry in the .dynamic section.
3313 if (dyn.d_tag == DT_SYMTAB) {
7747 -D | --use-dynamic Print the symbol table specified by the DT_SYMTAB\n\
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h131 _ELF_DEFINE_DT(DT_SYMTAB, 6, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1412 addInSec(DT_SYMTAB, part.dynSymTab);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2150 case ELF::DT_SYMTAB: {
2151 // If we can't map the DT_SYMTAB value to an address (e.g. when there are
2253 // DT_SYMTAB has priority, because it is used by dynamic loaders to
2258 createError("SHT_DYNSYM section header and DT_SYMTAB disagree about "
2575 case DT_SYMTAB:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1146 case DT_SYMTAB:

Completed in 405 milliseconds