Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp577 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()
637 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()
642 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()
923 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp464 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
482 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
H A DCOFFObjectFile.cpp356 base + Sec->PointerToRelocations))) in getNumberOfRelocations()
370 Base + Sec->PointerToRelocations); in getFirstReloc()
/freebsd-12.1/stand/efi/include/amd64/
H A Dpe.h242 UINT32 PointerToRelocations; member
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h277 uint32_t PointerToRelocations; member
/freebsd-12.1/stand/efi/include/i386/
H A Dpe.h242 UINT32 PointerToRelocations; member
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp50 S.Header.PointerToRelocations = in layoutSections()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h444 support::ulittle32_t PointerToRelocations; member
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1789 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1299 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()