Searched defs:r_pcrel (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachORelocation.h28 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/
H A DMachORelocation.h28 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/kernel-headers/original/uapi/linux/
H A Da.out.h252 unsigned int r_pcrel:1;
250 unsigned int r_pcrel:1; member in struct:relocation_info
/external/llvm/include/llvm/Support/
H A DMachO.h909 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,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h917 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,

Completed in 199 milliseconds