Searched defs:r_length (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 28 uint8_t r_length; // length = 2 ^ r_length variable
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 764 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument 815 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries() local 3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; SymbolizerGetOpInfo() local [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 981 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member 987 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|