Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp172 NewYAMLSection.Header.PointerToRelocations = in dumpSections()
173 COFFSection->PointerToRelocations; in dumpSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()
986 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin64.d292 uint PointerToRelocations; variable
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h247 UINT32 PointerToRelocations; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h253 UINT32 PointerToRelocations; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h247 UINT32 PointerToRelocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp261 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
485 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h276 uint32_t PointerToRelocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp754 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()
772 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
H A DCOFFObjectFile.cpp359 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()
375 Base + Sec->PointerToRelocations); in getFirstReloc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h446 support::ulittle32_t PointerToRelocations; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1897 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1375 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d3146 DWORD PointerToRelocations;