Lines Matching refs:StubTargetAddr
1178 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1181 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1184 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1187 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1190 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1345 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1347 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1401 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1405 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1408 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1496 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1501 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1504 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1517 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1520 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1523 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1526 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1604 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1607 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1614 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()