Home
last modified time | relevance | path

Searched defs:r_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h32 int32_t r_value; // the value the item to be relocated is referring variable
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp819 const uint32_t r_value = (r_scattered ? in PrintRelocationEntries() local
2844 uint32_t r_value, pair_r_value, r_type; SymbolizerGetOpInfo() 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 DMachO.h993 int32_t r_value; member