Home
last modified time | relevance | path

Searched refs:PointerToRelocations (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp174 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
175 COFFSection->PointerToRelocations; in dumpSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp106 S.Header.PointerToRelocations = FileSize; in layoutSections()
110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
H A DCOFFObjcopy.cpp75 Sec.Header.PointerToRelocations = 0; in addSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp568 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()
628 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()
633 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()
982 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp256 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
479 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h276 uint32_t PointerToRelocations; member
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
H A DCOFFObjectFile.cpp366 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()
382 Base + Sec->PointerToRelocations); in getFirstReloc()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h446 support::ulittle32_t PointerToRelocations; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1433 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()