Home
last modified time | relevance | path

Searched refs:coff_relocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp335 const coff_relocation *FirstReloc; in getNumberOfRelocations()
336 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
345 static const coff_relocation *
350 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
357 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
364 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
374 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
965 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
966 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
971 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h419 struct coff_relocation { struct
578 const coff_relocation *toRel(DataRefImpl Rel) const;
689 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
768 iterator_range<const coff_relocation *>
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp120 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()