Home
last modified time | relevance | path

Searched refs:PointerToRawData (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp98 S.Header.PointerToRawData = FileSize; in layoutSections()
100 S.Header.PointerToRawData = 0; in layoutSections()
318 S.Header.PointerToRawData; in writeSections()
410 return S.Header.PointerToRawData + RVA - S.Header.VirtualAddress; in virtualAddressToFileAddress()
436 S.Header.PointerToRawData + Offset; in patchDebugDirectory()
440 if (Debug->PointerToRawData) { in patchDebugDirectory()
443 Debug->PointerToRawData = *FilePosOrErr; in patchDebugDirectory()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp253 S.Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF()
267 S.Header.PointerToRawData = 0; in layoutCOFF()
478 << binary_le(S.Header.PointerToRawData) in writeCOFF()
496 if (S.Header.SizeOfRawData == 0 || S.Header.PointerToRawData == 0) in writeCOFF()
498 assert(S.Header.PointerToRawData >= OS.tell()); in writeCOFF()
499 OS.write_zeros(S.Header.PointerToRawData - OS.tell()); in writeCOFF()
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.h49 uint64_t getFileOff() const { return header.PointerToRawData; } in getFileOff()
H A DWriter.cpp133 d->PointerToRawData = offs; in fillEntry()
1398 sec->header.PointerToRawData = fileSize; in assignAddresses()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp173 NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData; in dumpSections()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp567 W.write<uint32_t>(S.PointerToRawData); in writeSectionHeaders()
612 if (Sec.Header.PointerToRawData != 0) { in writeSection()
613 assert(W.OS.tell() == Sec.Header.PointerToRawData && in writeSection()
968 Sec->Header.PointerToRawData = Offset; in assignFileOffsets()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp353 return Sec->PointerToRawData == 0; in isSectionVirtual()
494 Res = reinterpret_cast<uintptr_t>(base()) + Section->PointerToRawData + in getRvaPtr()
519 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()
1192 if (Sec->PointerToRawData == 0) in getSectionContents()
1198 reinterpret_cast<uintptr_t>(base()) + Sec->PointerToRawData; in getSectionContents()
H A DWindowsResource.cpp751 SectionOneHeader->PointerToRawData = SectionOneOffset; in writeFirstSectionHeader()
769 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h275 uint32_t PointerToRawData; member
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h185 support::ulittle32_t PointerToRawData; member
445 support::ulittle32_t PointerToRawData; member
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp780 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory()
1432 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSectionHeaders()
1874 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1800 uint32_t(Header.PointerToRawData)); in dumpSectionHeaders()