Searched defs: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/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/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc481 const int r_length = small.returned_length[s]; local
482 if (n_length + r_length > 0) {
484 uint64_t r_pages = s * r_length;
490 (n_length + r_length),
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc450 const int r_length = small.returned_length[s]; local
451 if (n_length + r_length > 0) {
453 uint64_t r_pages = s * r_length;
459 (n_length + r_length),
/external/llvm/include/llvm/Support/
H A DMachO.h488 // Offset within page, scaled by r_length.
492 // Offset within page of GOT slot, scaled by r_length.
498 // Offset within page of TLVP slot, scaled by r_length.
932 r_length:2, member in struct:llvm::MachO::relocation_info
941 r_length:2, member in struct:llvm::MachO::scattered_relocation_info
947 r_length:2,

Completed in 123 milliseconds