Lines Matching refs:StubTargetAddr
1183 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1186 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1189 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1192 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1195 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1351 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1353 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1407 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1411 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1414 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1502 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1507 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1510 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1523 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1526 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1529 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1532 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1610 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1613 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1620 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()