HomeSort by relevance Sort by last modified time
    Searched full:pe32 (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/test/tools/llvm-readobj/
file-headers.test 6 RUN: | FileCheck %s -check-prefix PE32
104 PE32: File: {{(.*[/\\])?}}trivial.exe.coff-i386
105 PE32-NEXT: Format: COFF-i386
106 PE32-NEXT: Arch: i386
107 PE32-NEXT: AddressSize: 32bit
108 PE32-NEXT: ImageFileHeader {
109 PE32-NEXT: Machine: IMAGE_FILE_MACHINE_I386 (0x14C)
110 PE32-NEXT: SectionCount: 3
111 PE32-NEXT: TimeDateStamp: 2013-07-16 00:39:15 (0x51E49633)
112 PE32-NEXT: PointerToSymbolTable: 0x
    [all...]
  /external/qemu/android/utils/
filelock.c 139 PROCESSENTRY32 pe32; local
157 pe32.dwSize = sizeof( PROCESSENTRY32 );
164 else if ( !Process32First( processSnapshot, &pe32 ) )
173 if (pe32.th32ProcessID == lockpid) {
177 } while (Process32Next( processSnapshot, &pe32 ) );
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 239 pe32 = PROCESSENTRY32()
240 pe32.dwSize = ctypes.sizeof(PROCESSENTRY32)
242 if not Process32First(hProcessSnap, ctypes.byref(pe32)):
247 if pe32.th32ProcessID == pid:
250 if not Process32Next(hProcessSnap, ctypes.byref(pe32)):
  /external/llvm/lib/Object/
COFFObjectFile.cpp 476 // We only support PE32. If this is PE32 (not PE32+), the magic byte
477 // should be 0x10b. If this is not PE32, continue as if there's no PE
  /external/llvm/include/llvm/Support/
COFF.h 394 /// @brief The PE32 Import Lookup Table.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-addr2line 
i686-linux-strings 
i686-linux-ar 
i686-linux-c++filt 
i686-linux-gprof 
i686-linux-nm 
i686-linux-objcopy 
i686-linux-ranlib 
i686-linux-size 
i686-linux-strip 
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
ar 
nm 
objcopy 
ranlib 
strip 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-addr2line 
i686-linux-ar 
i686-linux-c++filt 
i686-linux-gprof 

Completed in 190 milliseconds

1 2 3