Lines Matching refs:StubTargetAddr
1064 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local
1067 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1070 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1073 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1076 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1231 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1233 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1287 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1291 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1294 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1382 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1387 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1390 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1403 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1406 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1409 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1412 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1490 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1493 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1500 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()