Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp46 S.Header.PointerToRawData = FileSize; in layoutSections()
235 uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData; in writeSections()
310 uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData + Offset; in patchDebugDirectory()
314 Debug->PointerToRawData = in patchDebugDirectory()
315 S.Header.PointerToRawData + Offset + sizeof(debug_directory); in patchDebugDirectory()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.h42 uint64_t getFileOff() { return Header.PointerToRawData; } in getFileOff()
H A DWriter.cpp129 D->PointerToRawData = Offs; in fillEntry()
1106 Sec->Header.PointerToRawData = FileSize; in assignAddresses()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp576 W.write<uint32_t>(S.PointerToRawData); in writeSectionHeaders()
621 if (Sec.Header.PointerToRawData != 0) { in writeSection()
622 assert(W.OS.tell() == Sec.Header.PointerToRawData && in writeSection()
909 Sec->Header.PointerToRawData = Offset; in assignFileOffsets()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp344 return Sec->PointerToRawData == 0; in isSectionVirtual()
466 Res = uintptr_t(base()) + Section->PointerToRawData + Offset; in getRvaPtr()
485 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes()
1127 if (Sec->PointerToRawData == 0) in getSectionContents()
1132 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents()
H A DWindowsResource.cpp463 SectionOneHeader->PointerToRawData = SectionOneOffset; in writeFirstSectionHeader()
481 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
/freebsd-12.1/stand/efi/include/amd64/
H A Dpe.h241 UINT32 PointerToRawData; member
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h276 uint32_t PointerToRawData; member
/freebsd-12.1/stand/efi/include/i386/
H A Dpe.h241 UINT32 PointerToRawData; member
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h186 support::ulittle32_t PointerToRawData; member
443 support::ulittle32_t PointerToRawData; member
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp745 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory()
1298 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSectionHeaders()
1733 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1787 uint32_t(Header.PointerToRawData)); in dumpSectionHeaders()