Lines Matching refs:StubTargetAddr
1255 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1259 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1261 RelocationEntry REmovk_g2(SectionID, StubTargetAddr - in processRelocationRef()
1264 RelocationEntry REmovk_g1(SectionID, StubTargetAddr - in processRelocationRef()
1267 RelocationEntry REmovk_g0(SectionID, StubTargetAddr - in processRelocationRef()
1307 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1309 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1360 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1364 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1367 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1492 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1495 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1502 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()