Searched defs:RelocType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 64 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo() 311 unsigned RelocType, in requiresExternRelocation() 356 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in RecordRelocation() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 138 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local 198 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processI386ScatteredVANILLA() local
|
D | RuntimeDyldMachOARM.h | 221 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 45 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/external/llvm/include/llvm/Object/ |
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()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 808 uint64_t RelocType; in printRelocation() local
|