Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dsections.test13 # CHECK-NEXT: PointerToRelocations: 0x7A
31 # CHECK-NEXT: PointerToRelocations: 0x0
H A Dbigobj.test26 CHECK-NEXT: PointerToRelocations: 0x0
44 CHECK-NEXT: PointerToRelocations: 0x0
62 CHECK-NEXT: PointerToRelocations: 0x0
H A Dsections-ext.test16 # CHECK-NEXT: PointerToRelocations: 0x7A
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
H A Dcgprofile.s23 # CHECK-NEXT: PointerToRelocations:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dadd-gnu-debuglink.test26 SECTIONS-NEXT: PointerToRelocations:
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp174 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
175 COFFSection->PointerToRelocations; in dumpSections()
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp104 S.Header.PointerToRelocations = FileSize; in layoutSections()
108 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
H A DCOFFObjcopy.cpp75 Sec.Header.PointerToRelocations = 0; in addSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp568 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()
/llvm-project-15.0.7/lld/test/COFF/
H A Dbaserel.test65 # BASEREL-HEADER-NEXT: PointerToRelocations: 0x0
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp254 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
478 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h275 uint32_t PointerToRelocations; member
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
H A DCOFFObjectFile.cpp366 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()
382 Base + Sec->PointerToRelocations); in getFirstReloc()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h446 support::ulittle32_t PointerToRelocations; member
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1800 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1379 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()