Searched refs:DT_PLTRELSZ (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h464 #define DT_PLTRELSZ 2 /* Size, in bytes, of relocations in PLT */ macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c184 case DT_PLTRELSZ: return "DT_PLTRELSZ";
933 case DT_PLTRELSZ:
/freebsd-13-stable/sys/sys/
H A Delf_common.h574 #define DT_PLTRELSZ 2 /* Total size in bytes of PLT relocations. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c163 case DT_PLTRELSZ: return "DT_PLTRELSZ";
1654 case DT_PLTRELSZ:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c96 int pltrelsize; /* DT_PLTRELSZ */
98 int pltrelasize; /* DT_PLTRELSZ */
602 case DT_PLTRELSZ:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h123 _ELF_DEFINE_DT(DT_PLTRELSZ, 2, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c829 case DT_PLTRELSZ: return "PLTRELSZ";
2959 case DT_PLTRELSZ:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1267 // Size. Moreover the [DT_JMPREL, DT_JMPREL + DT_PLTRELSZ) is permitted to
1390 entries.push_back({DT_PLTRELSZ, addPltRelSz});
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2228 case ELF::DT_PLTRELSZ:
2230 DynPLTRelRegion.SizePrintName = "DT_PLTRELSZ value";
2596 case DT_PLTRELSZ:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1125 case DT_PLTRELSZ:

Completed in 175 milliseconds