Searched refs:FileOffsetToRelocations (Results 1 – 4 of 4) sorted by relevance
85 InitSections[I].FileOffsetToRelocations = CurrentOffset; in initRelocations()212 W.write<uint32_t>(YamlSec.FileOffsetToRelocations in writeSectionHeader()213 ? YamlSec.FileOffsetToRelocations in writeSectionHeader()214 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()248 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
136 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
106 uint32_t FileOffsetToRelocations; member124 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()134 FileOffsetToRelocations = 0; in reset()730 W.write<uint32_t>(Sec->FileOffsetToRelocations); in writeSectionHeaderTable()853 Sec->FileOffsetToRelocations = RawPointer; in finalizeSectionInfo()
44 llvm::yaml::Hex64 FileOffsetToRelocations; member