Lines Matching refs:getAddressWithOffset
273 *Section.getAddressWithOffset(Offset) = TruncatedAddr; in resolveX86_64Relocation()
275 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
282 support::ulittle16_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
285 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
289 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
292 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
302 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
305 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
321 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
328 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
345 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset; in resolveX86_64Relocation()
356 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
367 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
383 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
389 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
557 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveARMRelocation()
562 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
779 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
799 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
893 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
959 write(isBE, Section.getAddressWithOffset(Offset), Value + Addend); in resolveBPFRelocation()
961 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
967 write(isBE, Section.getAddressWithOffset(Offset), static_cast<uint32_t>(Value)); in resolveBPFRelocation()
969 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1136 (uint64_t)Section.getAddressWithOffset(i->second), in resolveAArch64Branch()
1144 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1170 reinterpret_cast<uint64_t>(Section.getAddressWithOffset( in resolveAArch64Branch()
1305 reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)), in processRelocationRef()
1313 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1322 Section.getAddressWithOffset( in processRelocationRef()
1369 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1464 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1525 uint8_t *Target = Section.getAddressWithOffset(Offset); in processRelocationRef()
1544 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1564 Section.getAddressWithOffset(i->second)), in processRelocationRef()
1572 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef()
1607 Section.getAddressWithOffset( in processRelocationRef()
1693 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()