Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dsections.test13 # CHECK-NEXT: PointerToRelocations: 0x7A
31 # CHECK-NEXT: PointerToRelocations: 0x0
Dbigobj.test26 CHECK-NEXT: PointerToRelocations: 0x0
44 CHECK-NEXT: PointerToRelocations: 0x0
62 CHECK-NEXT: PointerToRelocations: 0x0
Dsections-ext.test16 # CHECK-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/llvm-project/llvm/test/MC/COFF/
Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
Dcgprofile.s23 # CHECK-NEXT: PointerToRelocations:
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dadd-gnu-debuglink.test26 SECTIONS-NEXT: PointerToRelocations:
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp172 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
173 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/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp587 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()
647 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()
652 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()
981 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp576 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/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp103 S.Header.PointerToRelocations = FileSize; in layoutSections()
107 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
DCOFFObjcopy.cpp75 Sec.Header.PointerToRelocations = 0; in addSection()
/external/llvm-project/lld/test/COFF/
Dbaserel.test65 # BASEREL-HEADER-NEXT: PointerToRelocations: 0x0
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp194 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
434 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/llvm/include/llvm/Support/
DCOFF.h241 uint32_t PointerToRelocations; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h246 uint32_t PointerToRelocations; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h276 uint32_t PointerToRelocations; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h276 uint32_t PointerToRelocations; member
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp262 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
486 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp262 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
486 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
/external/llvm-project/llvm/lib/Object/
DWindowsResource.cpp754 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
772 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()

12