Searched refs:FileOffsetToRelocations (Results 1 – 5 of 5) sorted by relevance
102 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()455 W.write<uint64_t>(YamlSec.FileOffsetToRelocations in writeSectionHeader()456 ? YamlSec.FileOffsetToRelocations in writeSectionHeader()457 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()471 W.write<uint32_t>(YamlSec.FileOffsetToRelocations in writeSectionHeader()472 ? YamlSec.FileOffsetToRelocations in writeSectionHeader()473 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()507 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
219 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
119 uint64_t FileOffsetToRelocations; member137 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()147 FileOffsetToRelocations = 0; in reset()959 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()1100 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()1112 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
75 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()
77 llvm::yaml::Hex64 FileOffsetToRelocations; member