Lines Matching refs:StubTargetAddr

1191     uint8_t *StubTargetAddr = createStubFunction(  in resolveAArch64Branch()  local
1194 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1197 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1200 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1203 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1357 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1359 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1413 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1417 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1420 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1508 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1513 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1516 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1529 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1532 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1535 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1538 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1615 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1618 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1625 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()