HomeSort by relevance Sort by last modified time
    Searched refs:VirtualSize (Results 1 - 17 of 17) sorted by null

  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 110 NewYAMLSection.Header.VirtualSize = COFFSection->VirtualSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 188 ULONGLONG VirtualSize;
winternl.h 596 SIZE_T VirtualSize;
    [all...]
vds.h     [all...]
winnt.h     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 221 unsigned long VirtualSize;
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 237 uint32_t VirtualSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 201 ULONG VirtualSize;
ntddk.h     [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 313 RoundUpToAlignment(S.Header.VirtualSize, Header->SectionAlignment);
423 OS << binary_le(i->Header.VirtualSize)
  /external/llvm/lib/Object/
COFFYAML.cpp 489 IO.mapOptional("VirtualSize", Sec.Header.VirtualSize, 0U);
COFFObjectFile.cpp 443 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize;
932 // SizeOfRawData and VirtualSize change what they represent depending on
936 // VirtualSize should be zero but isn't due to buggy COFF writers.
939 // actual section size is in VirtualSize. It is possible for VirtualSize to
943 return std::min(Sec->VirtualSize, Sec->SizeOfRawData)
    [all...]
  /sdk/find_lock/
find_lock.cpp 73 DWORD VirtualSize;
  /external/llvm/include/llvm/Object/
COFF.h 401 support::ulittle32_t VirtualSize;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 287 // In PE files, VirtualSize gives the section size, and SizeOfRawData
289 // gives the section size, and VirtualSize is always zero. Hence
291 bool HasContent = (CoffSection->VirtualSize > 0)
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 585 writeLE32(S.VirtualSize);
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 761 W.printHex ("VirtualSize", Section->VirtualSize);
    [all...]

Completed in 406 milliseconds