Searched defs:r_pcrel (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already variable
|
/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 233 unsigned int r_pcrel:1; member
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 909 r_pcrel:1, member 918 r_pcrel:1, member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 917 r_pcrel:1, member 926 r_pcrel:1, member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 942 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member 948 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 561 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local
|