Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DICF.cpp150 auto Eq = [&](const coff_relocation &R1, const coff_relocation &R2) { in equalsConstant()
179 auto Eq = [&](const coff_relocation &R1, const coff_relocation &R2) { in equalsVariable()
H A DChunks.h30 using llvm::object::coff_relocation;
138 symbol_iterator, const coff_relocation *,
144 symbol_iterator(ObjFile *File, const coff_relocation *I) in symbol_iterator()
227 ArrayRef<coff_relocation> Relocs;
H A DChunks.cpp54 for (const coff_relocation &Rel : Relocs) in readRelocTargets()
321 const coff_relocation &Rel) { in maybeReportRelocationToDiscarded()
356 const coff_relocation &Rel = Relocs[I]; in writeTo()
416 static uint8_t getBaserelType(const coff_relocation &Rel) { in getBaserelType()
447 const coff_relocation &Rel = Relocs[I]; in getBaserels()
545 for (const coff_relocation &Rel : Relocs) { in getRuntimePseudoRelocs()
H A DWriter.cpp389 const coff_relocation &Rel = SC->Relocs[J]; in createThunks()
437 const coff_relocation &Rel = SC->Relocs[J]; in verifyRanges()
1408 for (const coff_relocation &Reloc : SC->Relocs) { in markSymbolsWithRelocations()
H A DSymbolTable.cpp98 for (const coff_relocation &R : SC->Relocs) { in getSymbolLocations()
H A DPDB.cpp1669 for (const coff_relocation &R : DbgC->Relocs) { in findLineTable()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp354 const coff_relocation *FirstReloc; in getNumberOfRelocations()
364 static const coff_relocation *
369 auto begin = reinterpret_cast<const coff_relocation *>( in getFirstReloc()
394 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end()
1141 return reinterpret_cast<const coff_relocation*>(Rel.p); in toRel()
1150 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1155 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1169 const coff_relocation* R = toRel(Rel); in getRelocationType()
1190 const coff_relocation *
1195 ArrayRef<coff_relocation>
[all …]
H A DCOFFImportFile.cpp194 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor()
223 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor()
239 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
H A DWindowsResource.cpp690 reinterpret_cast<coff_relocation *>(BufferStart + CurrentOffset); in writeFirstSectionRelocations()
709 CurrentOffset += sizeof(coff_relocation); in writeFirstSectionRelocations()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DObject.h29 Relocation(const object::coff_relocation& R) : Reloc(R) {} in Relocation()
31 object::coff_relocation Reloc;
H A DReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
73 for (const coff_relocation &R : Relocs) in readSections()
H A DWriter.cpp52 FileSize += S.Relocs.size() * sizeof(coff_relocation); in layoutSections()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h472 struct coff_relocation { struct
793 const coff_relocation *toRel(DataRefImpl Rel) const;
935 const coff_relocation *getCOFFRelocation(const RelocationRef &Reloc) const;
1035 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;