Home
last modified time | relevance | path

Searched refs:StubTargetAddr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp979 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()
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h185 uint8_t *StubTargetAddr = in processBranchRelocation() local
187 RelocationEntry StubRE(RE.SectionID, StubTargetAddr - Section.Address, in processBranchRelocation()