/external/swiftshader/third_party/llvm-7.0/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 | 28 COFF-NEXT: PointerToRelocations: 0x7A 46 COFF-NEXT: PointerToRelocations: 0x0
|
D | sections-ext.test | 24 COFF-NEXT: PointerToRelocations: 0x7A
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | module-asm.ll | 16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 159 NewYAMLSection.Header.PointerToRelocations = in dumpSections() 160 COFFSection->PointerToRelocations; in dumpSections()
|
/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/u-boot/include/ |
D | pe.h | 151 uint32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 588 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders() 653 assert(Sec.Header.PointerToRelocations == 0 && in writeSection() 658 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection() 935 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 464 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader() 482 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
|
D | COFFObjectFile.cpp | 356 base + Sec->PointerToRelocations))) in getNumberOfRelocations() 370 Base + Sec->PointerToRelocations); in getFirstReloc()
|
/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-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 255 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 495 << 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-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 277 uint32_t PointerToRelocations; member
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 340 base + Sec->PointerToRelocations))) in getNumberOfRelocations() 354 Base + Sec->PointerToRelocations); in getFirstReloc()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 742 P.printNumber("File Pointer to Relocations", Section.PointerToRelocations); in dumpSectionHeaders()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 425 support::ulittle32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 444 support::ulittle32_t PointerToRelocations; member
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1118 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1590 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1273 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
|