| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | patch-debug-dir2.test | 1 ## Check that we successfully patch the PointerToRawData field in more than 13 # DEBUG-DIRS-PRE-NEXT: PointerToRawData: 0x638 14 # DEBUG-DIRS-POST-NEXT: PointerToRawData: 0x438 17 # DEBUG-DIRS-PRE-NEXT: PointerToRawData: 0x651 18 # DEBUG-DIRS-POST-NEXT: PointerToRawData: 0x451 24 # SECTIONS-PRE-NEXT: PointerToRawData: 0x600 25 # SECTIONS-POST-NEXT: PointerToRawData: 0x400
|
| H A D | patch-debug-dir.test | 20 # SECTIONS-PRE-NEXT: PointerToRawData: 0x600 21 # SECTIONS-POST-NEXT: PointerToRawData: 0x400
|
| H A D | add-gnu-debuglink.test | 25 SECTIONS-NEXT: PointerToRawData:
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | rsds.test | 39 # CHECK: PointerToRawData: 0x{{[^0]}} 58 # CHECK: PointerToRawData: 0x{{[^0]}} 78 # TWOPDBS: PointerToRawData: 0x{{[^0]}} 97 # TWOPDBS: PointerToRawData: 0x{{[^0]}} 117 # REPRO: PointerToRawData: 0x0 131 # REPRODEBUG: PointerToRawData: 0x{{[^0]}} 147 # REPRODEBUG: PointerToRawData: 0x0 161 # MINGW: PointerToRawData: 0x{{[^0]}}
|
| H A D | debug-reloc.s | 39 # DEBUG: PointerToRawData: 0x81C
|
| H A D | baserel.test | 64 # BASEREL-HEADER-NEXT: PointerToRawData: 0xC00
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | directive-section-characteristics.ll | 11 ; CHECK: PointerToRawData: 0xB4 16 ; CHECK: PointerToRawData: 0xB5
|
| H A D | module-asm.ll | 15 ; CHECK-NEXT: PointerToRawData: 0x{{[0-9A-F]+}}
|
| H A D | cgprofile.s | 22 # CHECK-NEXT: PointerToRawData:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | debug-directory.test | 12 CHECK: PointerToRawData: 0x5A268 28 CHECK: PointerToRawData: 0x5A2A0
|
| H A D | sections.test | 12 # CHECK-NEXT: PointerToRawData: 0x64 30 # CHECK-NEXT: PointerToRawData: 0x98
|
| H A D | debug-directory-unmapped.test | 20 # CHECK-NEXT: PointerToRawData: 0x3E4 30 # CHECK-NEXT: PointerToRawData: 0x3E0
|
| H A D | bigobj.test | 25 CHECK-NEXT: PointerToRawData: 0x0 43 CHECK-NEXT: PointerToRawData: 0x0 61 CHECK-NEXT: PointerToRawData: 0x0
|
| H A D | sections-ext.test | 15 # CHECK-NEXT: PointerToRawData: 0x64
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 98 S.Header.PointerToRawData = FileSize; in layoutSections() 316 S.Header.PointerToRawData; in writeSections() 408 return S.Header.PointerToRawData + RVA - S.Header.VirtualAddress; in virtualAddressToFileAddress() 434 S.Header.PointerToRawData + Offset; in patchDebugDirectory() 438 if (Debug->PointerToRawData) { in patchDebugDirectory() 441 Debug->PointerToRawData = *FilePosOrErr; in patchDebugDirectory()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 251 S.Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF() 265 S.Header.PointerToRawData = 0; in layoutCOFF() 477 << binary_le(S.Header.PointerToRawData) in writeCOFF() 495 if (S.Header.SizeOfRawData == 0 || S.Header.PointerToRawData == 0) in writeCOFF() 497 assert(S.Header.PointerToRawData >= OS.tell()); in writeCOFF() 498 OS.write_zeros(S.Header.PointerToRawData - OS.tell()); in writeCOFF()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.h | 50 uint64_t getFileOff() { return header.PointerToRawData; } in getFileOff()
|
| H A D | Writer.cpp | 133 d->PointerToRawData = offs; in fillEntry() 1317 sec->header.PointerToRawData = fileSize; in assignAddresses()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 173 NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData; in dumpSections()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 567 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()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 353 return Sec->PointerToRawData == 0; in isSectionVirtual() 494 Res = reinterpret_cast<uintptr_t>(base()) + Section->PointerToRawData + in getRvaPtr() 519 Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes() 1189 if (Sec->PointerToRawData == 0) in getSectionContents() 1195 reinterpret_cast<uintptr_t>(base()) + Sec->PointerToRawData; in getSectionContents()
|
| H A D | WindowsResource.cpp | 751 SectionOneHeader->PointerToRawData = SectionOneOffset; in writeFirstSectionHeader() 769 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 274 uint32_t PointerToRawData; member
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 185 support::ulittle32_t PointerToRawData; member 445 support::ulittle32_t PointerToRawData; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 734 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory() 1378 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSectionHeaders() 1809 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()
|