/external/cronet/tot/build/toolchain/win/ |
D | ml.py | 98 assert section_headers[debug_section_index].PointerToRelocations == 0 106 assert header.PointerToRelocations < debug_offset 113 assert header.PointerToRelocations == 0 120 assert section_header.PointerToRelocations == 0 194 rel_offset = header.PointerToRelocations + j * REL.size() 227 header = Subtract(header, PointerToRelocations=SECTIONHEADER.size()) 239 header = Subtract(header, PointerToRelocations=shift)
|
/external/cronet/stable/build/toolchain/win/ |
D | ml.py | 98 assert section_headers[debug_section_index].PointerToRelocations == 0 106 assert header.PointerToRelocations < debug_offset 113 assert header.PointerToRelocations == 0 120 assert section_header.PointerToRelocations == 0 194 rel_offset = header.PointerToRelocations + j * REL.size() 227 header = Subtract(header, PointerToRelocations=SECTIONHEADER.size()) 239 header = Subtract(header, PointerToRelocations=shift)
|
/external/angle/build/toolchain/win/ |
D | ml.py | 98 assert section_headers[debug_section_index].PointerToRelocations == 0 106 assert header.PointerToRelocations < debug_offset 113 assert header.PointerToRelocations == 0 120 assert section_header.PointerToRelocations == 0 194 rel_offset = header.PointerToRelocations + j * REL.size() 227 header = Subtract(header, PointerToRelocations=SECTIONHEADER.size()) 239 header = Subtract(header, PointerToRelocations=shift)
|
/external/llvm/test/tools/llvm-readobj/ |
D | bigobj.test | 25 CHECK-NEXT: PointerToRelocations: 0x0 43 CHECK-NEXT: PointerToRelocations: 0x0 61 CHECK-NEXT: PointerToRelocations: 0x0
|
D | sections.test | 26 COFF-NEXT: PointerToRelocations: 0x7A 44 COFF-NEXT: PointerToRelocations: 0x0
|
/external/llvm/test/MC/COFF/ |
D | module-asm.ll | 16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | pe_structs.h | 209 DWORD PointerToRelocations; member
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 594 writeLE32(S.PointerToRelocations); in writeSectionHeader() 952 Sec->Header.PointerToRelocations = offset; in writeObject() 1057 assert(getStream().tell() == (*i)->Header.PointerToRelocations && in writeObject() 1073 assert((*i)->Header.PointerToRelocations == 0 && in writeObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 576 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders() 636 assert(Sec.Header.PointerToRelocations == 0 && in writeSection() 641 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection() 922 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
D | COFFWriter.cpp | 106 S.Header.PointerToRelocations = FileSize; in layoutSections() 110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
|
D | COFFObjcopy.cpp | 75 Sec.Header.PointerToRelocations = 0; in addSection()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 568 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders() 628 assert(Sec.Header.PointerToRelocations == 0 && in writeSection() 633 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection() 982 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 194 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 434 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 246 uint32_t PointerToRelocations; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 241 uint32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 256 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 479 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 288 UINT32 PointerToRelocations; member
|
/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 288 UINT32 PointerToRelocations; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 287 UINT32 PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 276 uint32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 276 uint32_t PointerToRelocations; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 287 UINT32 PointerToRelocations; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/ |
D | PeImage.h | 288 UINT32 PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 262 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 486 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader() 770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
|