HomeSort by: relevance | last modified time | path
    Searched refs:coff_relocation (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 356 const coff_relocation *FirstReloc;
358 reinterpret_cast<const coff_relocation *>(
369 static const coff_relocation *
374 auto begin = reinterpret_cast<const coff_relocation *>(
382 sizeof(coff_relocation) * NumRelocs)) {
391 const coff_relocation *begin = getFirstReloc(Sec, Data, base());
401 const coff_relocation *I = getFirstReloc(Sec, Data, base());
1142 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
1143 return reinterpret_cast<const coff_relocation*>(Rel.p);
1148 reinterpret_cast<const coff_relocation*>(Rel.p) + 1)
    [all...]
COFFImportFile.cpp 193 NumberOfRelocations * sizeof(coff_relocation) +
222 NumberOfRelocations * sizeof(coff_relocation)),
238 const coff_relocation RelocationTable[NumberOfRelocations] = {
WindowsResource.cpp 980 reinterpret_cast<coff_relocation *>(BufferStart + CurrentOffset);
999 CurrentOffset += sizeof(coff_relocation);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.h 29 Relocation(const object::coff_relocation &R) : Reloc(R) {}
31 object::coff_relocation Reloc;
Reader.cpp 72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec);
73 for (const coff_relocation &R : Relocs)
Writer.cpp 105 FileSize += sizeof(coff_relocation);
111 FileSize += S.Relocs.size() * sizeof(coff_relocation);
321 object::coff_relocation R;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 474 struct coff_relocation { struct in namespace:llvm::object
833 const coff_relocation *toRel(DataRefImpl Rel) const;
982 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
1073 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
1265 std::vector<const coff_relocation *> Relocs;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 197 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc);

Completed in 32 milliseconds