Searched refs:DT_PLTGOT (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c171 case DT_PLTGOT:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h465 #define DT_PLTGOT 3 /* Address of PLT and/or GOT */ macro
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c427 case DT_PLTGOT:
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c238 case DT_PLTGOT:
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c185 case DT_PLTGOT: return "DT_PLTGOT";
944 case DT_PLTGOT:
/freebsd-13-stable/sys/sys/
H A Delf_common.h575 #define DT_PLTGOT 3 /* Processor-dependent address. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c164 case DT_PLTGOT: return "DT_PLTGOT";
1675 case DT_PLTGOT:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1396 addInSec(DT_PLTGOT, in.plt);
1399 addInSec(DT_PLTGOT, in.gotPlt);
1472 addInSec(DT_PLTGOT, in.mipsGot);
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c94 Elf_Addr *got; /* DT_PLTGOT */
586 case DT_PLTGOT:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h125 _ELF_DEFINE_DT(DT_PLTGOT, 3, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c830 case DT_PLTGOT: return "PLTGOT";
2939 case DT_PLTGOT:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2572 case DT_PLTGOT:
3025 case ELF::DT_PLTGOT:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1258 case DT_PLTGOT:

Completed in 290 milliseconds