/external/llvm/include/llvm/Object/ |
D | MachO.h | 315 bool isRelocationScattered(const MachO::any_relocation_info &RE) const; 317 const MachO::any_relocation_info &RE) const; 318 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const; 320 const MachO::any_relocation_info &RE) const; 322 const MachO::any_relocation_info &RE) const; 324 const MachO::any_relocation_info &RE) const; 325 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const; 326 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const; 327 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const; 328 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const; [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 132 const MachO::any_relocation_info &RE, in printRelocationTargetName() 196 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 201 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 206 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 214 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 219 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 226 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 231 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 687 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() 694 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 147 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo() 165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo() 282 MachO::any_relocation_info MRE; in RecordScatteredRelocation() 297 MachO::any_relocation_info MRE; in RecordScatteredRelocation() 376 MachO::any_relocation_info MRE; in RecordPPCRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 222 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 233 MachO::any_relocation_info MRE; in RecordARMScatteredHalfRelocation() 288 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 298 MachO::any_relocation_info MRE; in RecordARMScatteredRelocation() 441 MachO::any_relocation_info MRE; in RecordRelocation() 463 MachO::any_relocation_info MREPair; in RecordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 196 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 335 MachO::any_relocation_info MRE; in RecordX86_64Relocation() 404 MachO::any_relocation_info MRE; in RecordScatteredRelocation() 426 MachO::any_relocation_info MRE; in RecordScatteredRelocation() 474 MachO::any_relocation_info MRE; in RecordTLVPRelocation() 571 MachO::any_relocation_info MRE; in RecordX86Relocation()
|
D | X86MachORelocationInfo.cpp | 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() 76 any_relocation_info RENext = in createExprForRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 40 MachO::any_relocation_info RelInfo = in processRelocationRef() 134 MachO::any_relocation_info RE = in processSECTDIFFRelocation() 148 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() 194 MachO::any_relocation_info RE = in processI386ScatteredVANILLA()
|
D | RuntimeDyldMachOARM.h | 59 MachO::any_relocation_info RelInfo = in processRelocationRef() 208 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() 230 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 40 MachO::any_relocation_info RelInfo = in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 252 MachO::any_relocation_info RelInfo = in processRelocationRef()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 100 MachO::any_relocation_info MRE; 101 RelAndSymbol(const MCSymbolData *Sym, const MachO::any_relocation_info &MRE) in RelAndSymbol() 225 MachO::any_relocation_info &MRE) { in addRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 230 MachO::any_relocation_info MRE; in RecordRelocation() 281 MachO::any_relocation_info MRE; in RecordRelocation() 388 MachO::any_relocation_info MRE; in RecordRelocation() 409 MachO::any_relocation_info MRE; in RecordRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 58 MachO::any_relocation_info RelInfo = in getRelocationValueRef() 94 MachO::any_relocation_info RelInfo = in makeValueAddendPCRel()
|
D | RuntimeDyldMachO.h | 70 MachO::any_relocation_info RelInfo = in getRelocationEntry()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 970 struct any_relocation_info { struct 1235 inline void swapStruct(any_relocation_info &reloc) { in swapStruct()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 495 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 811 MachO::any_relocation_info RE; in DumpLiteralPointerSection() 1778 MachO::any_relocation_info RE; in SymbolizerGetOpInfo() 1797 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() 1858 MachO::any_relocation_info RE; in SymbolizerGetOpInfo() 1890 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() 1924 MachO::any_relocation_info RE; in SymbolizerGetOpInfo() 1961 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() 2068 MachO::any_relocation_info RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo() 2073 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() 2465 MachO::any_relocation_info RE; in get_symbol_64() [all …]
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 840 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info); in WriteObject()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1383 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef); in findValidRelocsMachO()
|