Home
last modified time | relevance | path

Searched refs:PLTRelocationsAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h465 Optional<uint64_t> PLTRelocationsAddress; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1972 BC->getSectionForAddress(*PLTRelocationsAddress); in processDynamicRelocations()
4917 if (!DynamicRelocationsAddress && !PLTRelocationsAddress) in patchELFAllocatableRelaSections()
4924 if (PLTRelocationsAddress) in patchELFAllocatableRelaSections()
4925 setSectionFileOffsets(*PLTRelocationsAddress, RelPltOffset, in patchELFAllocatableRelaSections()
5185 PLTRelocationsAddress = Dyn.getPtr(); in readELFDynamic()
5201 if (!PLTRelocationsAddress || !PLTRelocationsSize) { in readELFDynamic()
5202 PLTRelocationsAddress.reset(); in readELFDynamic()