Searched refs:DT_PLTREL (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h482 #define DT_PLTREL 20 /* Type of PLT relocation entries */ macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c202 case DT_PLTREL: return "DT_PLTREL";
941 case DT_PLTREL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h593 #define DT_PLTREL 20 /* Type of relocation used for PLT. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c181 case DT_PLTREL: return "DT_PLTREL";
1663 case DT_PLTREL:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c615 case DT_PLTREL:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h153 _ELF_DEFINE_DT(DT_PLTREL, 20, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c847 case DT_PLTREL: return "PLTREL";
2997 case DT_PLTREL:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1402 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2367 // DT_PLTREL
2372 const ELFDynamic *symbol = FindDynamicSymbol(DT_PLTREL);
2749 // present, the related entries of types DT_PLTRELSZ and DT_PLTREL must
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2214 case ELF::DT_PLTREL:
2220 reportError(createError(Twine("unknown DT_PLTREL value of ") +
2566 case DT_PLTREL:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1141 case DT_PLTREL:

Completed in 301 milliseconds