Searched refs:FileOffsetToRelocations (Results 1 – 4 of 4) 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; member146 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()156 FileOffsetToRelocations = 0; in reset()1036 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()1210 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()1222 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
77 llvm::yaml::Hex64 FileOffsetToRelocations; member