Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dbigobj.test25 CHECK-NEXT: PointerToRelocations: 0x0
43 CHECK-NEXT: PointerToRelocations: 0x0
61 CHECK-NEXT: PointerToRelocations: 0x0
Dsections.test28 COFF-NEXT: PointerToRelocations: 0x7A
46 COFF-NEXT: PointerToRelocations: 0x0
Dsections-ext.test24 COFF-NEXT: PointerToRelocations: 0x7A
/external/llvm/test/tools/llvm-readobj/
Dbigobj.test25 CHECK-NEXT: PointerToRelocations: 0x0
43 CHECK-NEXT: PointerToRelocations: 0x0
61 CHECK-NEXT: PointerToRelocations: 0x0
Dsections.test26 COFF-NEXT: PointerToRelocations: 0x7A
44 COFF-NEXT: PointerToRelocations: 0x0
/external/llvm/test/MC/COFF/
Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp159 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
160 COFFSection->PointerToRelocations; in dumpSections()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp594 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/
Dpe.h151 uint32_t PointerToRelocations; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp588 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/
DWindowsResource.cpp464 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
482 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
DCOFFObjectFile.cpp356 base + Sec->PointerToRelocations))) in getNumberOfRelocations()
370 Base + Sec->PointerToRelocations); in getFirstReloc()
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp194 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
434 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp255 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
495 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h246 uint32_t PointerToRelocations; member
/external/llvm/include/llvm/Support/
DCOFF.h241 uint32_t PointerToRelocations; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h277 uint32_t PointerToRelocations; member
/external/llvm/lib/Object/
DCOFFObjectFile.cpp340 base + Sec->PointerToRelocations))) in getNumberOfRelocations()
354 Base + Sec->PointerToRelocations); in getFirstReloc()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp742 P.printNumber("File Pointer to Relocations", Section.PointerToRelocations); in dumpSectionHeaders()
/external/llvm/include/llvm/Object/
DCOFF.h425 support::ulittle32_t PointerToRelocations; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h444 support::ulittle32_t PointerToRelocations; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1118 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1590 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1273 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()

12