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

  /external/llvm/include/llvm/Support/
MachO.h 305 uint32_t cmdsize; member in struct:llvm::MachO::load_command
310 uint32_t cmdsize; member in struct:llvm::MachO::segment_command
324 uint32_t cmdsize; member in struct:llvm::MachO::segment_command_64
373 uint32_t cmdsize; member in struct:llvm::MachO::fvmlib_command
386 uint32_t cmdsize; member in struct:llvm::MachO::dylib_command
392 uint32_t cmdsize; member in struct:llvm::MachO::sub_framework_command
398 uint32_t cmdsize; member in struct:llvm::MachO::sub_client_command
404 uint32_t cmdsize; member in struct:llvm::MachO::sub_umbrella_command
410 uint32_t cmdsize; member in struct:llvm::MachO::sub_library_command
416 uint32_t cmdsize; member in struct:llvm::MachO::prebound_dylib_command
424 uint32_t cmdsize; member in struct:llvm::MachO::dylinker_command
430 uint32_t cmdsize; member in struct:llvm::MachO::thread_command
435 uint32_t cmdsize; member in struct:llvm::MachO::routines_command
448 uint32_t cmdsize; member in struct:llvm::MachO::routines_command_64
461 uint32_t cmdsize; member in struct:llvm::MachO::symtab_command
470 uint32_t cmdsize; member in struct:llvm::MachO::dysymtab_command
536 uint32_t cmdsize; member in struct:llvm::MachO::twolevel_hints_command
548 uint32_t cmdsize; member in struct:llvm::MachO::prebind_cksum_command
554 uint32_t cmdsize; member in struct:llvm::MachO::uuid_command
560 uint32_t cmdsize; member in struct:llvm::MachO::rpath_command
566 uint32_t cmdsize; member in struct:llvm::MachO::linkedit_data_command
573 uint32_t cmdsize; member in struct:llvm::MachO::encryption_info_command
581 uint32_t cmdsize; member in struct:llvm::MachO::version_min_command
588 uint32_t cmdsize; member in struct:llvm::MachO::dyld_info_command
603 uint32_t cmdsize; member in struct:llvm::MachO::symseg_command
610 uint32_t cmdsize; member in struct:llvm::MachO::ident_command
615 uint32_t cmdsize; member in struct:llvm::MachO::fvmfile_command
    [all...]
  /system/core/fastboot/
protocol.c 107 int cmdsize = strlen(cmd); local
114 if(cmdsize > 64) {
119 if(usb_write(usb, cmd, cmdsize) != cmdsize) {
engine.c 101 size_t cmdsize; local
107 cmdsize = vsnprintf(a->cmd, sizeof(a->cmd), fmt, ap);
110 if (cmdsize >= sizeof(a->cmd)) {
112 die("Command length (%d) exceeds maximum size (%d)", cmdsize, sizeof(a->cmd));
  /external/valgrind/main/coregrind/m_ume/
macho.c 275 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
384 if (dycmd->name.offset >= dycmd->cmdsize) {
500 lc = (struct load_command *)(lc->cmdsize + (vki_uint8_t *)lc))
503 lc->cmdsize+(vki_uint8_t *)lc > headers_end) {
510 if (lc->cmdsize < sizeof(struct SEGMENT_COMMAND)) {
526 if (lc->cmdsize < sizeof(struct thread_command)) {
543 if (lc->cmdsize < sizeof(struct dylinker_command)) {
561 if (lc->cmdsize < sizeof(struct thread_command)) {
  /external/qemu/distrib/sdl-1.2.12/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/libvpx/build/make/
obj_int_extract.c 172 if (sc.cmdsize != sizeof(struct symtab_command))
219 buf += lc.cmdsize;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 604 c++, cmd = (struct load_command *)(cmd->cmdsize + (Addr)cmd))
717 c++, cmd = (struct load_command *)(cmd->cmdsize
    [all...]

Completed in 635 milliseconds