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()
350 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = 1; in resolveX86_64Relocation()
359 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
370 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
382 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
393 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
409 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
415 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
592 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveARMRelocation()
597 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
814 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
834 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
928 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
994 write(isBE, Section.getAddressWithOffset(Offset), Value + Addend); in resolveBPFRelocation()
996 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1002 write(isBE, Section.getAddressWithOffset(Offset), static_cast<uint32_t>(Value)); in resolveBPFRelocation()
1004 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1171 (uint64_t)Section.getAddressWithOffset(i->second), in resolveAArch64Branch()
1179 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1205 reinterpret_cast<uint64_t>(Section.getAddressWithOffset( in resolveAArch64Branch()
1338 reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)), in processRelocationRef()
1346 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1355 Section.getAddressWithOffset( in processRelocationRef()
1402 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1497 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1558 uint8_t *Target = Section.getAddressWithOffset(Offset); in processRelocationRef()
1577 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1597 Section.getAddressWithOffset(i->second)), in processRelocationRef()
1605 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef()
1640 Section.getAddressWithOffset( in processRelocationRef()
1726 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1967 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation()
2203 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation()