Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp338 const coff_relocation *FirstReloc; in getNumberOfRelocations()
339 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
348 static const coff_relocation *
353 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
360 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
367 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
377 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1050 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1051 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1056 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp403 reinterpret_cast<const coff_relocation*>( in getSectionRelEnd()
563 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
564 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
569 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in getRelocationNext()
580 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()
588 const coff_relocation* R = toRel(Rel); in getRelocationType()
598 const coff_relocation *reloc = toRel(Rel); in getRelocationTypeName()
657 const coff_relocation *reloc = toRel(Rel); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp354 const coff_relocation *FirstReloc; in getNumberOfRelocations()
355 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
364 static const coff_relocation *
369 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
377 sizeof(coff_relocation) * NumRelocs)) in getFirstReloc()
384 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin()
394 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1116 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1117 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1122 reinterpret_cast<const coff_relocation*>(Rel.p) + 1); in moveRelocationNext()
[all …]
DCOFFImportFile.cpp194 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor()
223 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor()
239 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
DWindowsResource.cpp691 reinterpret_cast<coff_relocation *>(BufferStart + CurrentOffset); in writeFirstSectionRelocations()
710 CurrentOffset += sizeof(coff_relocation); in writeFirstSectionRelocations()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h70 struct coff_relocation { struct
92 const coff_relocation *toRel(DataRefImpl Rel) const; argument
/external/llvm/include/llvm/Object/
DCOFF.h451 struct coff_relocation { struct
650 const coff_relocation *toRel(DataRefImpl Rel) const;
763 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
852 iterator_range<const coff_relocation *>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h472 struct coff_relocation { struct
791 const coff_relocation *toRel(DataRefImpl Rel) const;
932 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
1027 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp121 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp184 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections()