Lines Matching refs:getAddressWithOffset
274 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
277 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
287 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
290 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
306 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
313 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
330 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset; in resolveX86_64Relocation()
341 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
352 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
368 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
374 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
489 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveARMRelocation()
494 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
704 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
724 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
881 write(isBE, Section.getAddressWithOffset(Offset), Value + Addend); in resolveBPFRelocation()
883 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
889 write(isBE, Section.getAddressWithOffset(Offset), static_cast<uint32_t>(Value)); in resolveBPFRelocation()
891 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveBPFRelocation()
1057 (uint64_t)Section.getAddressWithOffset(i->second), in resolveAArch64Branch()
1065 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1091 reinterpret_cast<uint64_t>(Section.getAddressWithOffset( in resolveAArch64Branch()
1224 reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)), in processRelocationRef()
1232 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1241 Section.getAddressWithOffset( in processRelocationRef()
1288 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1383 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1444 uint8_t *Target = Section.getAddressWithOffset(Offset); in processRelocationRef()
1463 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1483 Section.getAddressWithOffset(i->second)), in processRelocationRef()
1491 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef()
1526 Section.getAddressWithOffset( in processRelocationRef()
1612 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()