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

  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
1204 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 253 current_load_cmd_count_ = hdr->ncmds;
  /external/llvm/include/llvm/Support/
MachO.h 291 uint32_t ncmds; member in struct:llvm::MachO::mach_header
301 uint32_t ncmds; member in struct:llvm::MachO::mach_header_64
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 386 c < mh->ncmds;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 605 c < mh->ncmds;
733 c < mh->ncmds;
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 99 for (i = 0; i < header.ncmds; i++)
  /external/v8/src/
gdb-jit.cc 523 uint32_t ncmds; member in struct:v8::BASE_EMBEDDED::MachOHeader
574 header->ncmds = 1;
    [all...]

Completed in 302 milliseconds