Home
last modified time | relevance | path

Searched refs:r_length (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachORelocation.h29 uint8_t r_length; // length = 2 ^ r_length variable
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachORelocation.h29 uint8_t r_length; // length = 2 ^ r_length variable
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachORelocation.h29 uint8_t r_length; // length = 2 ^ r_length variable
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/external/kernel-headers/original/uapi/linux/
Da.out.h236 unsigned int r_length:2; member
/external/llvm/include/llvm/Support/
DMachO.h910 r_length:2, member
919 r_length:2, member
925 r_length:2,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h918 r_length:2, member
927 r_length:2, member
933 r_length:2,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h942 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member
948 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
951 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp510 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument
515 if ((r_length & 0x1) == 0) in PrintRLength()
519 if ((r_length & 0x1) == 0) in PrintRLength()
524 switch (r_length) { in PrintRLength()
538 outs() << format("?(%2d) ", r_length); in PrintRLength()
541 outs() << format("?(%2d) ", r_length); in PrintRLength()
562 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries() local
589 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
630 (unsigned int)r_address, r_pcrel, r_length, r_type, in PrintRelocationEntries()
650 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
2029 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()
2069 if ((r_length & 0x1) == 1) { in SymbolizerGetOpInfo()
2093 if ((r_length & 0x1) == 1) in SymbolizerGetOpInfo()
2105 if ((r_length & 0x1) == 1) in SymbolizerGetOpInfo()
2129 if ((r_length & 0x1) == 1) in SymbolizerGetOpInfo()