Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp106 S.Header.PointerToRelocations = FileSize; in layoutSections()
110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
H A DCOFFObjcopy.cpp76 Sec.Header.PointerToRelocations = 0; in addSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp560 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()
615 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()
620 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()
765 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
/freebsd/stand/efi/include/amd64/
H A Dpe.h241 UINT32 PointerToRelocations; member
/freebsd/stand/efi/include/i386/
H A Dpe.h241 UINT32 PointerToRelocations; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp254 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
477 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h290 uint32_t PointerToRelocations; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp753 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
771 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
H A DCOFFObjectFile.cpp365 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()
381 Base + Sec->PointerToRelocations); in getFirstReloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h446 support::ulittle32_t PointerToRelocations; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1524 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()