/external/swiftshader/src/Reactor/ |
D | DLL.cpp | 233 …textSection.PointerToRawData = fileAlign(sizeof(DOSheader) + (AMD64 ? sizeof(COFFheader64) : sizeo… in emit() 247 exportsSection.PointerToRawData = textSection.PointerToRawData + fileAlign(codeSize); in emit() 260 relocSection.PointerToRawData = exportsSection.PointerToRawData + fileAlign(exportsSize); in emit() 274 constSection.PointerToRawData = relocSection.PointerToRawData + fileAlign(relocSize); in emit() 335 fseek(file, textSection.PointerToRawData + location, SEEK_SET); in emit() 339 fseek(file, exportsSection.PointerToRawData, SEEK_SET); in emit() 354 fseek(file, relocSection.PointerToRawData, SEEK_SET); in emit() 371 fseek(file, constSection.PointerToRawData, SEEK_SET); in emit()
|
/external/llvm/test/MC/COFF/ |
D | directive-section-characteristics.ll | 11 ; CHECK: PointerToRawData: 0xB4 16 ; CHECK: PointerToRawData: 0xB8
|
D | module-asm.ll | 15 ; CHECK-NEXT: PointerToRawData: 0x{{[0-9A-F]+}}
|
/external/llvm/test/tools/llvm-readobj/ |
D | coff-debug-directory.test | 12 CHECK: PointerToRawData: 0x5A268 28 CHECK: PointerToRawData: 0x5A2A0
|
D | bigobj.test | 24 CHECK-NEXT: PointerToRawData: 0x0 42 CHECK-NEXT: PointerToRawData: 0x0 60 CHECK-NEXT: PointerToRawData: 0x0
|
D | sections.test | 25 COFF-NEXT: PointerToRawData: 0x64 43 COFF-NEXT: PointerToRawData: 0x98
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 191 S.Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF() 201 S.Header.PointerToRawData = 0; in layoutCOFF() 433 << binary_le(i->Header.PointerToRawData) in writeCOFF() 455 assert(S.Header.PointerToRawData >= OS.tell()); in writeCOFF() 456 OS << num_zeros(S.Header.PointerToRawData - OS.tell()); in writeCOFF()
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | module-asm.ll | 15 ; CHECK-NEXT: PointerToRawData = 0x{{[0-9A-F]+}}
|
/external/syslinux/gpxe/src/util/ |
D | elf2efi.c | 614 section->hdr.PointerToRawData = fpos; in write_pe_file() 637 if ( fseek ( pe, section->hdr.PointerToRawData, in write_pe_file() 640 section->hdr.PointerToRawData, in write_pe_file()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 593 writeLE32(S.PointerToRawData); in writeSectionHeader() 937 Sec->Header.PointerToRawData = offset; in writeObject() 1016 if ((*i)->Header.PointerToRawData != 0) { in writeObject() 1017 assert(getStream().tell() <= (*i)->Header.PointerToRawData && in writeObject() 1021 (*i)->Header.PointerToRawData - getStream().tell(); in writeObject()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 603 WriteLE32(S.PointerToRawData); in WriteSectionHeader() 801 Sec->Header.PointerToRawData = offset; in WriteObject() 854 if ((*i)->Header.PointerToRawData != 0) { in WriteObject() 855 assert(OS.tell() == (*i)->Header.PointerToRawData && in WriteObject()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 150 uint32_t PointerToRawData; member
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 1143 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER; in writeObjectCode() 1149 …objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+leng… in writeObjectCode() 1166 T_FileStream_write(out, &objHeader, objHeader.sections[1].PointerToRawData); in writeObjectCode()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | COFF.h | 62 support::ulittle32_t PointerToRawData; member
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 328 return Sec->PointerToRawData == 0; in isSectionVirtual() 449 Res = uintptr_t(base()) + Section->PointerToRawData + Offset; in getRvaPtr() 468 uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection; in getRvaAndSizeAsBytes() 1037 if (Sec->PointerToRawData == 0) in getSectionContents() 1042 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 149 Section->PointerToRawData + in getSymbolAddress() 330 uintptr_t con_start = uintptr_t(base()) + sec->PointerToRawData; in getSectionContents()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/ |
D | pe.h | 244 UINT32 PointerToRawData; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/ |
D | pe.h | 244 UINT32 PointerToRawData; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/ |
D | pe.h | 250 UINT32 PointerToRawData; member
|
/external/syslinux/efi32/include/efi/ia32/ |
D | pe.h | 244 UINT32 PointerToRawData; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 240 uint32_t PointerToRawData; member
|
/external/syslinux/efi64/include/efi/x86_64/ |
D | pe.h | 244 UINT32 PointerToRawData; member
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
D | PeImage.h | 357 UINT32 PointerToRawData; member
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 180 support::ulittle32_t PointerToRawData; member 424 support::ulittle32_t PointerToRawData; member
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 670 W.printHex("PointerToRawData", D.PointerToRawData); in printCOFFDebugDirectory() 1117 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSections()
|