Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFWriter.cpp106 S.Header.PointerToRelocations = FileSize; in layoutSections()
110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
HDCOFFObjcopy.cpp76 Sec.Header.PointerToRelocations = 0; in addSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.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-14-stable/stand/efi/include/amd64/
HDpe.h241 UINT32 PointerToRelocations; member
/freebsd-14-stable/stand/efi/include/i386/
HDpe.h241 UINT32 PointerToRelocations; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFEmitter.cpp254 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
477 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h290 uint32_t PointerToRelocations; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsResource.cpp753 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
771 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
HDCOFFObjectFile.cpp365 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()
381 Base + Sec->PointerToRelocations); in getFirstReloc()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h446 support::ulittle32_t PointerToRelocations; member
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1524 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()