Home
last modified time | relevance | path

Searched defs:r_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument
763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument
812 const unsigned r_type = O->getAnyRelocationType(RE); 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
3164 uint32_t r_type = info->O->getAnyRelocationType(RE); SymbolizerGetOpInfo() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1476 uint32_t r_type = RelType & 0xff; processRelocationRef() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h982 r_type : 4; member
987 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
H A DELF.h1438 uint32_t r_type; global() member