Searched refs:FileOffsetToRelocations (Results 1 – 4 of 4) sorted by relevance
121 if (InitSection.FileOffsetToRelocations) { in initRelocations()122 if (CurrentOffset > InitSection.FileOffsetToRelocations) { in initRelocations()123 reportOverwrite(CurrentOffset, InitSection.FileOffsetToRelocations, in initRelocations()128 CurrentOffset = InitSection.FileOffsetToRelocations; in initRelocations()130 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()538 W.write<uint64_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()550 W.write<uint32_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()582 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
248 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
117 uint64_t FileOffsetToRelocations; member144 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()154 FileOffsetToRelocations = 0; in reset()1077 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()1255 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()1267 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
77 llvm::yaml::Hex64 FileOffsetToRelocations; member