Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp98 S.Header.PointerToRawData = FileSize; in layoutSections()
307 S.Header.PointerToRawData; in writeSections()
399 return S.Header.PointerToRawData + RVA - S.Header.VirtualAddress; in virtualAddressToFileAddress()
425 S.Header.PointerToRawData + Offset; in patchDebugDirectory()
435 Debug->PointerToRawData = *FilePosOrErr; in patchDebugDirectory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp258 S.Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF()
272 S.Header.PointerToRawData = 0; in layoutCOFF()
484 << binary_le(i->Header.PointerToRawData) in writeCOFF()
504 if (S.Header.SizeOfRawData == 0 || S.Header.PointerToRawData == 0) in writeCOFF()
506 assert(S.Header.PointerToRawData >= OS.tell()); in writeCOFF()
507 OS.write_zeros(S.Header.PointerToRawData - OS.tell()); in writeCOFF()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.h49 uint64_t getFileOff() { return header.PointerToRawData; } in getFileOff()
H A DWriter.cpp141 d->PointerToRawData = offs; in fillEntry()
1314 sec->header.PointerToRawData = fileSize; in assignAddresses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp586 W.write<uint32_t>(S.PointerToRawData); in writeSectionHeaders()
631 if (Sec.Header.PointerToRawData != 0) { in writeSection()
632 assert(W.OS.tell() == Sec.Header.PointerToRawData && in writeSection()
972 Sec->Header.PointerToRawData = Offset; in assignFileOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp353 return Sec->PointerToRawData == 0; in isSectionVirtual()
479 Res = reinterpret_cast<uintptr_t>(base()) + Section->PointerToRawData + in getRvaPtr()
498 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()
1135 if (Sec->PointerToRawData == 0) in getSectionContents()
1141 reinterpret_cast<uintptr_t>(base()) + Sec->PointerToRawData; in getSectionContents()
H A DWindowsResource.cpp753 SectionOneHeader->PointerToRawData = SectionOneOffset; in writeFirstSectionHeader()
771 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
/freebsd-13.1/stand/efi/include/amd64/
H A Dpe.h241 UINT32 PointerToRawData; member
/freebsd-13.1/stand/efi/include/i386/
H A Dpe.h241 UINT32 PointerToRawData; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h275 uint32_t PointerToRawData; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h185 support::ulittle32_t PointerToRawData; member
445 support::ulittle32_t PointerToRawData; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp730 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory()
1374 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSectionHeaders()
1805 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1895 uint32_t(Header.PointerToRawData)); in dumpSectionHeaders()