Searched refs:r_length (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachORelocation.h29 uint8_t r_length; // length = 2 ^ r_length 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.h29 uint8_t r_length; // length = 2 ^ r_length 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.h255 unsigned int r_length:2;
253 unsigned int r_length:2; member in struct:relocation_info
/external/llvm/include/llvm/Support/
H A DMachO.h452 // Offset within page, scaled by r_length.
456 // Offset within page of GOT slot, scaled by r_length.
462 // Offset within page of TLVP slot, scaled by r_length.
910 r_length:2, member in struct:llvm::MachO::relocation_info
919 r_length:2, member in struct:llvm::MachO::scattered_relocation_info
925 r_length:2,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2029 r_length = info->O->getAnyRelocationLength(RE);
2069 if ((r_length & 0x1) == 1) {
2093 if ((r_length & 0x1) == 1)
2105 if ((r_length & 0x1) == 1)
2129 if ((r_length & 0x1) == 1)

Completed in 656 milliseconds