Lines Matching refs:RelocationEntry
1035 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1090 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, Value.Offset); in processSimpleRelocation()
1186 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1188 RelocationEntry REmovk_g2(SectionID, in resolveAArch64Branch()
1191 RelocationEntry REmovk_g1(SectionID, in resolveAArch64Branch()
1194 RelocationEntry REmovk_g0(SectionID, in resolveAArch64Branch()
1353 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1397 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1411 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1413 RelocationEntry RELo(SectionID, in processRelocationRef()
1425 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1431 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1437 RelocationEntry &Reloc = I->second; in processRelocationRef()
1450 RelocationEntry RE(SectionID, Offset, RelType, Addend); in processRelocationRef()
1470 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1492 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef()
1507 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1509 RelocationEntry RELo(SectionID, in processRelocationRef()
1522 RelocationEntry REHighest(SectionID, in processRelocationRef()
1525 RelocationEntry REHigher(SectionID, in processRelocationRef()
1528 RelocationEntry REHi(SectionID, in processRelocationRef()
1531 RelocationEntry RELo(SectionID, in processRelocationRef()
1546 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1590 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1613 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1624 RelocationEntry REhst(SectionID, StubRelocOffset + 0, in processRelocationRef()
1626 RelocationEntry REhr(SectionID, StubRelocOffset + 4, in processRelocationRef()
1628 RelocationEntry REh(SectionID, StubRelocOffset + 12, in processRelocationRef()
1630 RelocationEntry REl(SectionID, StubRelocOffset + 16, in processRelocationRef()
1707 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef()
1745 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1832 RelocationEntry RE = in processRelocationRef()
1845 RelocationEntry RE = in processRelocationRef()
1981 RelocationEntry RE(SectionID, in processX86_64GOTTPOFFRelocation()
2001 RelocationEntry RE = in processX86_64GOTTPOFFRelocation()
2123 RelocationEntry RE(SectionID, Offset - TLSSequenceOffset + TpoffRelocOffset, in processX86_64TLSRelocation()
2269 RelocationEntry RE = in findOrAllocGOTEntry()
2287 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation()
2291 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
2294 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
2499 RelocationEntry RE1(GOTSectionID, GOT1, ELF::R_X86_64_64, in createIFuncStub()
2502 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {}); in createIFuncStub()