Home
last modified time | relevance | path

Searched refs:RelType (Results 76 – 100 of 592) sorted by relevance

12345678910>>...24

/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h41 switch (RE.RelType) { in decodeAddend()
47 << getRelocName(RE.RelType); in decodeAddend()
59 << getRelocName(RE.RelType); in decodeAddend()
77 switch (RE.RelType) { in decodeAddend()
159 switch (RelType) { in encodeAddend()
177 switch (RelType) { in encodeAddend()
308 if (RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) { in processRelocationRef()
344 RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) in processRelocationRef()
361 MachO::RelocationInfoType RelType = in resolveRelocation() local
362 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
[all …]
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
179 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
185 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
187 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
209 uint64_t RelType = RelI->getType(); in processRelocationRef() local
220 switch (RelType) { in processRelocationRef()
233 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
234 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
250 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h41 switch (RE.RelType) { in decodeAddend()
47 << getRelocName(RE.RelType); in decodeAddend()
59 << getRelocName(RE.RelType); in decodeAddend()
77 switch (RE.RelType) { in decodeAddend()
159 switch (RelType) { in encodeAddend()
177 switch (RelType) { in encodeAddend()
308 if (RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) { in processRelocationRef()
344 RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) in processRelocationRef()
361 MachO::RelocationInfoType RelType = in resolveRelocation() local
362 static_cast<MachO::RelocationInfoType>(RE.RelType); in resolveRelocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h90 switch (RE.RelType) { in resolveRelocation()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
219 switch (RelType) { in processRelocationRef()
232 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
233 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
249 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h90 switch (RE.RelType) { in resolveRelocation()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
219 switch (RelType) { in processRelocationRef()
232 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
233 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
249 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h90 switch (RE.RelType) { in resolveRelocation()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
219 switch (RelType) { in processRelocationRef()
232 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
233 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
249 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h90 switch (RE.RelType) { in resolveRelocation()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
219 switch (RelType) { in processRelocationRef()
232 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
233 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
249 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
178 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
184 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
186 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
237 switch (RelType) { in processRelocationRef()
250 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
251 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
267 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
179 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
185 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
187 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
209 uint64_t RelType = RelI->getType(); in processRelocationRef() local
238 switch (RelType) { in processRelocationRef()
251 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
252 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
268 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h91 switch (RE.RelType) { in resolveRelocation()
102 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
179 const RelocationEntry RE(SectionID, Offset, RelType, Addend); in generateRelocationStub()
185 RelType = COFF::IMAGE_REL_AMD64_ADDR64; in generateRelocationStub()
187 return std::make_tuple(Offset, RelType, Addend); in generateRelocationStub()
209 uint64_t RelType = RelI->getType(); in processRelocationRef() local
238 switch (RelType) { in processRelocationRef()
251 std::tie(Offset, RelType, Addend) = generateRelocationStub( in processRelocationRef()
252 SectionID, TargetName, Offset, RelType, Addend, Stubs); in processRelocationRef()
268 << " RelType: " << RelType << " TargetName: " in processRelocationRef()
[all …]
H A DRuntimeDyldMachOARM.h67 switch (RE.RelType) { in decodeAddend()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
134 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
137 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
145 switch (RelType) { in processRelocationRef()
153 if (RelType > MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
176 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
189 if (RE.RelType == MachO::ARM_RELOC_BR24 || in processRelocationRef()
190 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
218 switch (RE.RelType) { in resolveRelocation()
[all …]

12345678910>>...24