Home
last modified time | relevance | path

Searched refs:any_relocation_info (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h315 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/
DMachOObjectFile.cpp132 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/
DPPCMachObjectWriter.cpp147 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/
DARMMachObjectWriter.cpp222 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/
DX86MachObjectWriter.cpp196 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()
DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation()
76 any_relocation_info RENext = in createExprForRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h40 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()
DRuntimeDyldMachOARM.h59 MachO::any_relocation_info RelInfo = in processRelocationRef()
208 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation()
230 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h40 MachO::any_relocation_info RelInfo = in processRelocationRef()
DRuntimeDyldMachOAArch64.h252 MachO::any_relocation_info RelInfo = in processRelocationRef()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h100 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/
DAArch64MachObjectWriter.cpp230 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/
DRuntimeDyldMachO.cpp58 MachO::any_relocation_info RelInfo = in getRelocationValueRef()
94 MachO::any_relocation_info RelInfo = in makeValueAddendPCRel()
DRuntimeDyldMachO.h70 MachO::any_relocation_info RelInfo = in getRelocationEntry()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
/external/llvm/include/llvm/Support/
DMachO.h970 struct any_relocation_info { struct
1235 inline void swapStruct(any_relocation_info &reloc) { in swapStruct()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp495 MachO::any_relocation_info RE = Obj->getRelocation(DR); in printRelocation()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp811 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/
DMachObjectWriter.cpp840 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info); in WriteObject()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1383 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef); in findValidRelocsMachO()