Searched refs:r_length (Results 1 - 3 of 3) 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
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp1985 const int r_length = DLL_Length(&free_[s].returned);
1986 unsigned r_pages = s * r_length;
2016 const int r_length = DLL_Length(&free_[s].returned);
2017 if (n_length + r_length > 0) {
2019 uint64_t r_pages = s * r_length;
2025 (n_length + r_length),

Completed in 101 milliseconds