Lines Matching refs:StubTargetAddr
1300 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1304 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1306 RelocationEntry REmovk_g2(SectionID, StubTargetAddr - in processRelocationRef()
1309 RelocationEntry REmovk_g1(SectionID, StubTargetAddr - in processRelocationRef()
1312 RelocationEntry REmovk_g0(SectionID, StubTargetAddr - in processRelocationRef()
1352 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1354 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1405 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1409 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1412 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1538 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1541 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1548 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()