Lines Matching refs:StubTargetAddr
979 uint8_t *StubTargetAddr = in processRelocationRef() local
982 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
984 RelocationEntry REmovk_g2(SectionID, StubTargetAddr - Section.Address + 4, in processRelocationRef()
986 RelocationEntry REmovk_g1(SectionID, StubTargetAddr - Section.Address + 8, in processRelocationRef()
989 StubTargetAddr - Section.Address + 12, in processRelocationRef()
1025 uint8_t *StubTargetAddr = in processRelocationRef() local
1027 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
1062 uint8_t *StubTargetAddr = in processRelocationRef() local
1066 RelocationEntry REHi(SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
1068 RelocationEntry RELo(SectionID, StubTargetAddr - Section.Address + 4, in processRelocationRef()
1134 uint8_t *StubTargetAddr = in processRelocationRef() local
1137 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
1144 uint64_t StubRelocOffset = StubTargetAddr - Section.Address; in processRelocationRef()