/external/llvm/include/llvm/CodeGen/ |
MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation 38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | 41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | 50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation 38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | 41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | 50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
MachORelocation.h | 28 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation 38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | 41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | 50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
|
/bionic/libc/kernel/uapi/linux/ |
a.out.h | 156 unsigned int r_pcrel : 1; member in struct:relocation_info
|
/external/kernel-headers/original/uapi/linux/ |
a.out.h | 235 unsigned int r_pcrel:1; 233 unsigned int r_pcrel:1; member in struct:relocation_info
|
/external/llvm/include/llvm/Support/ |
MachO.h | 909 r_pcrel:1, member in struct:llvm::MachO::relocation_info 918 r_pcrel:1, member in struct:llvm::MachO::scattered_relocation_info 926 r_pcrel:1, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
MachO.h | 942 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member in struct:llvm::MachO::relocation_info 948 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member in struct:llvm::MachO::scattered_relocation_info 951 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1, [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
MachO.h | 917 r_pcrel:1, member in struct:llvm::MachO::relocation_info 926 r_pcrel:1, member in struct:llvm::MachO::scattered_relocation_info 934 r_pcrel:1, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
MachODump.cpp | 561 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); local 583 if (r_pcrel) 630 (unsigned int)r_address, r_pcrel, r_length, r_type, 644 if (r_pcrel) 719 (unsigned int)r_address, r_pcrel, r_length, r_extern, [all...] |