Searched refs:RelAddr (Results 1 – 3 of 3) sorted by relevance
205 uint64_t RelAddr = Rel.Offset + getAddress(); in reorderRelocations() local206 BinaryData *BD = BC.getBinaryDataContainingAddress(RelAddr); in reorderRelocations()214 uint64_t RelOffset = RelAddr - BD->getAddress(); in reorderRelocations()
306 uint64_t RelAddr = Rel.Offset + Section.getAddress(); in validateHoles() local307 const BinaryData *BD = getBinaryDataContainingAddress(RelAddr); in validateHoles()310 << " 0x" << Twine::utohexstr(RelAddr) << " in " in validateHoles()315 << "address 0x" << Twine::utohexstr(RelAddr) << " in " in validateHoles()
3901 SDValue RelAddr; in LowerGlobalAddressELF() local3905 RelAddr = DAG.getNode(ARMISD::Wrapper, dl, PtrVT, G); in LowerGlobalAddressELF()3911 RelAddr = DAG.getLoad( in LowerGlobalAddressELF()3916 SDValue Result = DAG.getNode(ISD::ADD, dl, PtrVT, SB, RelAddr); in LowerGlobalAddressELF()