Home
last modified time | relevance | path

Searched refs:FileOffsetToRelocations (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp121 if (InitSection.FileOffsetToRelocations) { in initRelocations()
122 if (CurrentOffset > InitSection.FileOffsetToRelocations) { in initRelocations()
123 reportOverwrite(CurrentOffset, InitSection.FileOffsetToRelocations, in initRelocations()
124 "FileOffsetToRelocations for the " + in initRelocations()
128 CurrentOffset = InitSection.FileOffsetToRelocations; in initRelocations()
130 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()
536 W.write<uint64_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()
548 W.write<uint32_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()
580 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
H A DXCOFFYAML.cpp248 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
/llvm-project/llvm/test/tools/llvm-objdump/XCOFF/
H A Ddisassemble-abs.test40 FileOffsetToRelocations: 0x54
109 FileOffsetToRelocations: 0x78
/llvm-project/llvm/test/tools/llvm-readobj/XCOFF/
H A Drelocations-invalid.test18 FileOffsetToRelocations: 0x222
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp118 uint64_t FileOffsetToRelocations; member
145 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()
155 FileOffsetToRelocations = 0; in reset()
1087 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()
1265 Sec->FileOffsetToRelocations = RawPointer; in finalizeRelocationInfo()
1277 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h77 llvm::yaml::Hex64 FileOffsetToRelocations; member
/llvm-project/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp95 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()