Searched defs:r_pcrel (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ | ||
H A D | 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/kernel-headers/original/uapi/linux/ | ||
H A D | a.out.h | 252 unsigned int r_pcrel:1; 250 unsigned int r_pcrel:1; member in struct:relocation_info |
/external/llvm/include/llvm/Support/ | ||
H A D | MachO.h | 942 r_pcrel:1, member in struct:llvm::MachO::relocation_info 951 r_pcrel:1, member in struct:llvm::MachO::scattered_relocation_info 959 r_pcrel:1, |
Completed in 209 milliseconds