Searched refs:coff_relocation (Results 1 – 13 of 13) sorted by relevance
150 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()
30 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;
54 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()
389 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()
98 for (const coff_relocation &R : SC->Relocs) { in getSymbolLocations()
1669 for (const coff_relocation &R : DbgC->Relocs) { in findLineTable()
354 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 …]
194 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor()223 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor()239 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
690 reinterpret_cast<coff_relocation *>(BufferStart + CurrentOffset); in writeFirstSectionRelocations()709 CurrentOffset += sizeof(coff_relocation); in writeFirstSectionRelocations()
29 Relocation(const object::coff_relocation& R) : Reloc(R) {} in Relocation()31 object::coff_relocation Reloc;
72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()73 for (const coff_relocation &R : Relocs) in readSections()
52 FileSize += S.Relocs.size() * sizeof(coff_relocation); in layoutSections()
472 struct coff_relocation { struct793 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;