Searched defs:r_length (Results 1 - 2 of 2) 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/kernel-headers/original/linux/
H A Da.out.h249 unsigned int r_length:2;
247 unsigned int r_length:2; member in struct:relocation_info

Completed in 94 milliseconds