Searched refs:FileOffsetToRelocations (Results 1 – 8 of 8) sorted by relevance
22 # CHECK32-NEXT: FileOffsetToRelocations: 0x6C37 # CHECK32-NEXT: FileOffsetToRelocations: 0x7676 # CHECK64-NEXT: FileOffsetToRelocations: 0xB091 # CHECK64-NEXT: FileOffsetToRelocations: 0xBE
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()
19 FileOffsetToRelocations: 0x029 FileOffsetToRelocations: 0x70
18 FileOffsetToRelocations: 0x222
114 uint64_t FileOffsetToRelocations; member132 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()142 FileOffsetToRelocations = 0; in reset()815 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeaderTable()953 Sec->FileOffsetToRelocations = RawPointer; in finalizeSectionInfo()
75 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()
76 llvm::yaml::Hex64 FileOffsetToRelocations; member