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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h49 uint64_t getFileOff() { return header.PointerToRawData; }
H A DWriter.cpp138 d->PointerToRawData = offs;
1258 sec->header.PointerToRawData = fileSize;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp97 S.Header.PointerToRawData = FileSize;
305 uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData;
387 // the debug_directory structs in there, and set the PointerToRawData field
405 uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData + Offset;
409 Debug->PointerToRawData =
410 S.Header.PointerToRawData + Offset + sizeof(debug_directory);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp259 S.Header.PointerToRawData = CurrentSectionDataOffset;
273 S.Header.PointerToRawData = 0;
485 << binary_le(i->Header.PointerToRawData)
505 if (S.Header.SizeOfRawData == 0 || S.Header.PointerToRawData == 0)
507 assert(S.Header.PointerToRawData >= OS.tell());
508 OS.write_zeros(S.Header.PointerToRawData - OS.tell());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp575 W.write<uint32_t>(S.PointerToRawData);
620 if (Sec.Header.PointerToRawData != 0) {
621 assert(W.OS.tell() == Sec.Header.PointerToRawData &&
622 "Section::PointerToRawData is insane!");
908 Sec->Header.PointerToRawData = Offset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp342 return Sec->PointerToRawData == 0;
464 Res = uintptr_t(base()) + Section->PointerToRawData + Offset;
483 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection;
1103 if (Sec->PointerToRawData == 0)
1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData;
H A DWindowsResource.cpp751 SectionOneHeader->PointerToRawData = SectionOneOffset;
769 SectionTwoHeader->PointerToRawData = SectionTwoOffset;
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h241 UINT32 PointerToRawData; member in struct:_IMAGE_SECTION_HEADER
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h241 UINT32 PointerToRawData; member in struct:_IMAGE_SECTION_HEADER
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h275 uint32_t PointerToRawData; member in struct:llvm::COFF::section
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h185 support::ulittle32_t PointerToRawData; member in struct:llvm::object::debug_directory
445 support::ulittle32_t PointerToRawData; member in struct:llvm::object::coff_section
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp724 W.printHex("PointerToRawData", D.PointerToRawData);
1332 W.printHex ("PointerToRawData", Section->PointerToRawData);
1777 Obj->getCOFFSection(S)->PointerToRawData);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1900 uint32_t(Header.PointerToRawData));

Completed in 221 milliseconds