HomeSort by: relevance | last modified time | path
    Searched refs:PointerToRelocations (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 172 NewYAMLSection.Header.PointerToRelocations =
173 COFFSection->PointerToRelocations;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Writer.cpp 104 S.Header.PointerToRelocations = FileSize;
108 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0;
COFFObjcopy.cpp 75 Sec.Header.PointerToRelocations = 0;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 587 W.write<uint32_t>(S.PointerToRelocations);
647 assert(Sec.Header.PointerToRelocations == 0 &&
648 "Section::PointerToRelocations is insane!");
652 assert(W.OS.tell() == Sec.Header.PointerToRelocations &&
653 "Section::PointerToRelocations is insane!");
986 Sec->Header.PointerToRelocations = Offset;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 247 UINT32 PointerToRelocations;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 253 UINT32 PointerToRelocations;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 247 UINT32 PointerToRelocations;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 276 uint32_t PointerToRelocations;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 261 S.Header.PointerToRelocations = CurrentSectionDataOffset;
485 << binary_le(i->Header.PointerToRelocations)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp 754 SectionOneHeader->PointerToRelocations = SectionOneRelocations;
772 SectionTwoHeader->PointerToRelocations = 0;
COFFObjectFile.cpp 359 base + Sec->PointerToRelocations))) {
375 Base + Sec->PointerToRelocations);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 446 support::ulittle32_t PointerToRelocations;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 1897 uint32_t(Header.PointerToRelocations));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1375 W.printHex ("PointerToRelocations", Section->PointerToRelocations);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 3146 DWORD PointerToRelocations;

Completed in 46 milliseconds