Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dpatch-debug-dir2.test1 ## 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 Dpatch-debug-dir.test20 # SECTIONS-PRE-NEXT: PointerToRawData: 0x600
21 # SECTIONS-POST-NEXT: PointerToRawData: 0x400
H A Dadd-gnu-debuglink.test25 SECTIONS-NEXT: PointerToRawData:
/llvm-project-15.0.7/lld/test/COFF/
H A Drsds.test39 # 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 Ddebug-reloc.s39 # DEBUG: PointerToRawData: 0x81C
H A Dbaserel.test64 # BASEREL-HEADER-NEXT: PointerToRawData: 0xC00
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Ddirective-section-characteristics.ll11 ; CHECK: PointerToRawData: 0xB4
16 ; CHECK: PointerToRawData: 0xB5
H A Dmodule-asm.ll15 ; CHECK-NEXT: PointerToRawData: 0x{{[0-9A-F]+}}
H A Dcgprofile.s22 # CHECK-NEXT: PointerToRawData:
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Ddebug-directory.test12 CHECK: PointerToRawData: 0x5A268
28 CHECK: PointerToRawData: 0x5A2A0
H A Dsections.test12 # CHECK-NEXT: PointerToRawData: 0x64
30 # CHECK-NEXT: PointerToRawData: 0x98
H A Ddebug-directory-unmapped.test20 # CHECK-NEXT: PointerToRawData: 0x3E4
30 # CHECK-NEXT: PointerToRawData: 0x3E0
H A Dbigobj.test25 CHECK-NEXT: PointerToRawData: 0x0
43 CHECK-NEXT: PointerToRawData: 0x0
61 CHECK-NEXT: PointerToRawData: 0x0
H A Dsections-ext.test15 # CHECK-NEXT: PointerToRawData: 0x64
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp98 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 DCOFFEmitter.cpp251 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 DWriter.h50 uint64_t getFileOff() { return header.PointerToRawData; } in getFileOff()
H A DWriter.cpp133 d->PointerToRawData = offs; in fillEntry()
1317 sec->header.PointerToRawData = fileSize; in assignAddresses()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp173 NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData; in dumpSections()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
1189 if (Sec->PointerToRawData == 0) in getSectionContents()
1195 reinterpret_cast<uintptr_t>(base()) + Sec->PointerToRawData; in getSectionContents()
H A DWindowsResource.cpp751 SectionOneHeader->PointerToRawData = SectionOneOffset; in writeFirstSectionHeader()
769 SectionTwoHeader->PointerToRawData = SectionTwoOffset; in writeSecondSectionHeader()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h274 uint32_t PointerToRawData; member
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h185 support::ulittle32_t PointerToRawData; member
445 support::ulittle32_t PointerToRawData; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp734 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory()
1378 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSectionHeaders()
1809 Obj->getCOFFSection(S)->PointerToRawData); in printCOFFResources()

12