Lines Matching refs:getAddressWithOffset

274     *Section.getAddressWithOffset(Offset) = TruncatedAddr;  in resolveX86_64Relocation()
276 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
283 support::ulittle16_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
286 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
290 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
293 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
303 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
306 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
322 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
329 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
346 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset; in resolveX86_64Relocation()
351 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = 1; in resolveX86_64Relocation()
360 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
371 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
383 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
394 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
410 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
416 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
597 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveARMRelocation()
602 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
819 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
839 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
933 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
999 write(isBE, Section.getAddressWithOffset(Offset), Value + Addend); in resolveBPFRelocation()
1001 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1007 write(isBE, Section.getAddressWithOffset(Offset), static_cast<uint32_t>(Value)); in resolveBPFRelocation()
1009 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1176 (uint64_t)Section.getAddressWithOffset(i->second), in resolveAArch64Branch()
1184 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1210 reinterpret_cast<uint64_t>(Section.getAddressWithOffset( in resolveAArch64Branch()
1344 reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)), in processRelocationRef()
1352 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1361 Section.getAddressWithOffset( in processRelocationRef()
1408 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1503 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1564 uint8_t *Target = Section.getAddressWithOffset(Offset); in processRelocationRef()
1583 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1603 Section.getAddressWithOffset(i->second)), in processRelocationRef()
1611 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef()
1646 Section.getAddressWithOffset( in processRelocationRef()
1732 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1969 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation()
2205 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation()
2472 auto *Addr = IFuncStubSection.getAddressWithOffset(IFuncStubOffset); in createIFuncStub()