• Home
  • Raw
  • Download

Lines Matching refs:StubTargetAddr

1081     uint8_t *StubTargetAddr = createStubFunction(  in resolveAArch64Branch()  local
1084 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch()
1087 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1090 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1093 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1248 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1250 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1304 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1308 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1311 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1399 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1404 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1407 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1420 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1423 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1426 StubTargetAddr - Section.getAddress() + 12, in processRelocationRef()
1429 StubTargetAddr - Section.getAddress() + 20, in processRelocationRef()
1507 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1510 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1517 uint64_t StubRelocOffset = StubTargetAddr - Section.getAddress(); in processRelocationRef()