Searched defs:RelocType (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 64 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo() 316 unsigned RelocType, in requiresExternRelocation() 362 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in RecordRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local 197 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processI386ScatteredVANILLA() local
|
H A D | RuntimeDyldMachOARM.h | 219 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | RelocVisitor.h | 66 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 201 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMachObjectWriter.cpp | 311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 795 uint64_t RelocType; in printRelocation() local
|