Home
last modified time | relevance | path

Searched refs:RIT_Difference (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp252 Type = macho::RIT_Difference; in RecordARMScatteredRelocation()
258 if (Type == macho::RIT_Difference || in RecordARMScatteredRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h334 RIT_Difference = 2 enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp375 Type = A_SD->isExternal() ? (unsigned)macho::RIT_Difference : in RecordScatteredRelocation()
382 if (Type == macho::RIT_Difference || in RecordScatteredRelocation()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py1056 RIT_Difference = 2 variable in Relocs_Macho_i386
1076 RIT_Difference = 2 variable in Relocs_Macho_ARM
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py1144 RIT_Difference = 2 variable in Relocs_Macho_i386
1164 RIT_Difference = 2 variable in Relocs_Macho_ARM
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp126 case macho::RIT_Difference: in resolveARMRelocation()