Lines Matching refs:StubTargetAddr

1143     uint8_t *StubTargetAddr = createStubFunction(  in resolveAArch64Branch()  local
1146 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1149 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1152 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1155 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1312 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1314 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1368 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1372 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1375 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1463 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1468 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1471 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1484 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1487 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1490 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1493 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1571 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1574 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1581 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()