Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp329 const coff_relocation *FirstReloc; in getNumberOfRelocations()
330 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
339 static const coff_relocation *
344 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
351 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
358 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
368 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
947 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
948 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
953 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
[all …]
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h419 struct coff_relocation { struct
578 const coff_relocation *toRel(DataRefImpl Rel) const;
690 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
769 iterator_range<const coff_relocation *>