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

  /external/llvm/include/llvm/Support/
MachO.h 309 uint32_t cmdsize; member in struct:llvm::MachO::load_command
314 uint32_t cmdsize; member in struct:llvm::MachO::segment_command
328 uint32_t cmdsize; member in struct:llvm::MachO::segment_command_64
377 uint32_t cmdsize; member in struct:llvm::MachO::fvmlib_command
390 uint32_t cmdsize; member in struct:llvm::MachO::dylib_command
396 uint32_t cmdsize; member in struct:llvm::MachO::sub_framework_command
402 uint32_t cmdsize; member in struct:llvm::MachO::sub_client_command
408 uint32_t cmdsize; member in struct:llvm::MachO::sub_umbrella_command
414 uint32_t cmdsize; member in struct:llvm::MachO::sub_library_command
420 uint32_t cmdsize; member in struct:llvm::MachO::prebound_dylib_command
428 uint32_t cmdsize; member in struct:llvm::MachO::dylinker_command
434 uint32_t cmdsize; member in struct:llvm::MachO::thread_command
439 uint32_t cmdsize; member in struct:llvm::MachO::routines_command
452 uint32_t cmdsize; member in struct:llvm::MachO::routines_command_64
465 uint32_t cmdsize; member in struct:llvm::MachO::symtab_command
474 uint32_t cmdsize; member in struct:llvm::MachO::dysymtab_command
540 uint32_t cmdsize; member in struct:llvm::MachO::twolevel_hints_command
552 uint32_t cmdsize; member in struct:llvm::MachO::prebind_cksum_command
558 uint32_t cmdsize; member in struct:llvm::MachO::uuid_command
564 uint32_t cmdsize; member in struct:llvm::MachO::rpath_command
570 uint32_t cmdsize; member in struct:llvm::MachO::linkedit_data_command
577 uint32_t cmdsize; member in struct:llvm::MachO::encryption_info_command
585 uint32_t cmdsize; member in struct:llvm::MachO::version_min_command
592 uint32_t cmdsize; member in struct:llvm::MachO::dyld_info_command
607 uint32_t cmdsize; member in struct:llvm::MachO::symseg_command
614 uint32_t cmdsize; member in struct:llvm::MachO::ident_command
619 uint32_t cmdsize; member in struct:llvm::MachO::fvmfile_command
    [all...]
  /system/core/fastboot/
protocol.c 112 int cmdsize = strlen(cmd); local
119 if(cmdsize > 64) {
124 if(usb_write(usb, cmd, cmdsize) != cmdsize) {
engine.c 196 size_t cmdsize; local
202 cmdsize = vsnprintf(a->cmd, sizeof(a->cmd), fmt, ap);
205 if (cmdsize >= sizeof(a->cmd)) {
207 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/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 160 current_load_cmd_addr_ += ((const load_command *)lc)->cmdsize;
  /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/valgrind/main/coregrind/
fixup_macho_loadcmds.c 29 cmdsize 72
55 cmdsize 72
387 c++, cmd = (struct load_command *)(cmd->cmdsize
392 cmd->cmdsize, cmd->cmd);
585 cmdsize 72
599 cmdsize 72
  /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 606 c++, cmd = (struct load_command *)(cmd->cmdsize + (Addr)cmd))
718 c++, cmd = (struct load_command *)(cmd->cmdsize
    [all...]
  /external/v8/src/
gdb-jit.cc 533 uint32_t cmdsize; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
600 cmd->cmdsize = sizeof(MachOSegmentCommand) + sizeof(MachOSection::Header) *
    [all...]

Completed in 324 milliseconds