Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/obj2yaml/XCOFF/
H A Daix.yaml22 # CHECK32-NEXT: FileOffsetToRelocations: 0x6C
37 # CHECK32-NEXT: FileOffsetToRelocations: 0x76
76 # CHECK64-NEXT: FileOffsetToRelocations: 0xB0
91 # CHECK64-NEXT: FileOffsetToRelocations: 0xBE
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp102 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()
H A DXCOFFYAML.cpp219 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/
H A Dfull-contents.yaml19 FileOffsetToRelocations: 0x0
29 FileOffsetToRelocations: 0x70
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Drelocations-invalid.test18 FileOffsetToRelocations: 0x222
/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp114 uint64_t FileOffsetToRelocations; member
132 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()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp75 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h76 llvm::yaml::Hex64 FileOffsetToRelocations; member