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

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c173 case DT_STRTAB:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h463 #define DT_NEEDED 1 /* Name of needed library (DT_STRTAB offset) */
467 #define DT_STRTAB 5 /* Address of string table */ macro
472 #define DT_STRSZ 10 /* Size, in bytes, of DT_STRTAB table */
476 #define DT_SONAME 14 /* Shared object name (DT_STRTAB offset) */
477 #define DT_RPATH 15 /* Library search path (DT_STRTAB offset) */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp226 else if (p->d_tag == DT_STRTAB)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp34 if (Dyn.d_tag == ELF::DT_STRTAB) {
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c312 case DT_STRTAB:
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c187 case DT_STRTAB: return "DT_STRTAB";
946 case DT_STRTAB:
/freebsd-13-stable/sys/sys/
H A Delf_common.h577 #define DT_STRTAB 5 /* Address of string table. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c166 case DT_STRTAB: return "DT_STRTAB";
1678 case DT_STRTAB:
/freebsd-13-stable/stand/common/
H A Dload_elf.c841 case DT_STRTAB:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c91 caddr_t strtab; /* DT_STRTAB */
573 case DT_STRTAB:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h129 _ELF_DEFINE_DT(DT_STRTAB, 5, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c832 case DT_STRTAB: return "STRTAB";
2941 case DT_STRTAB:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1414 addInSec(DT_STRTAB, part.dynStrTab);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2143 case ELF::DT_STRTAB:
2574 case DT_STRTAB:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1155 case DT_STRTAB:

Completed in 289 milliseconds