| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| MachODumper.cpp | 296 uint64_t cmdsize; member in struct:__anon5719::MachOSegment 364 Segment.cmdsize = SC.cmdsize; 378 Segment.cmdsize = SC.cmdsize; 713 if (Dl.dylib.name < Dl.cmdsize) { 777 W.printNumber("Size", BVC.cmdsize); 790 W.printNumber("Size", VMC.cmdsize); 847 W.printNumber("Size", MOSegment.cmdsize); 881 W.printNumber("Size", LOLC.cmdsize); [all...] |
| /src/external/gpl2/diffutils/dist/src/ |
| sdiff.c | 612 size_t cmdsize = 1; 617 cmdsize += quote_system_arg (0, diffargv[i]) + 1; 618 command = p = xmalloc (cmdsize); 610 size_t cmdsize = 1; local
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 761 unsigned int cmdsize; local 771 cmdsize = (*fetch_32) (loadbuf 772 + offsetof (struct mach_o_load_command, cmdsize)); 790 offset += cmdsize; 1028 size_t cmdsize; local 1105 cmdsize = seghdrsize + *nsects * sechdrsize; 1106 offset = hdrsize + cmdsize; [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 772 unsigned int cmdsize; local 782 cmdsize = (*fetch_32) (loadbuf 783 + offsetof (struct mach_o_load_command, cmdsize)); 801 offset += cmdsize; 1039 size_t cmdsize; local 1116 cmdsize = seghdrsize + *nsects * sechdrsize; 1117 offset = hdrsize + cmdsize; [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 772 unsigned int cmdsize; local 782 cmdsize = (*fetch_32) (loadbuf 783 + offsetof (struct mach_o_load_command, cmdsize)); 801 offset += cmdsize; 1039 size_t cmdsize; local 1116 cmdsize = seghdrsize + *nsects * sechdrsize; 1117 offset = hdrsize + cmdsize; [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 772 unsigned int cmdsize; local 782 cmdsize = (*fetch_32) (loadbuf 783 + offsetof (struct mach_o_load_command, cmdsize)); 801 offset += cmdsize; 1039 size_t cmdsize; local 1116 cmdsize = seghdrsize + *nsects * sechdrsize; 1117 offset = hdrsize + cmdsize; [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 772 unsigned int cmdsize; local 782 cmdsize = (*fetch_32) (loadbuf 783 + offsetof (struct mach_o_load_command, cmdsize)); 801 offset += cmdsize; 1039 size_t cmdsize; local 1116 cmdsize = seghdrsize + *nsects * sechdrsize; 1117 offset = hdrsize + cmdsize; [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| simple-object-mach-o.c | 88 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command 101 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_32 118 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_segment_command_64 772 unsigned int cmdsize; local 782 cmdsize = (*fetch_32) (loadbuf 783 + offsetof (struct mach_o_load_command, cmdsize)); 801 offset += cmdsize; 1039 size_t cmdsize; local 1116 cmdsize = seghdrsize + *nsects * sechdrsize; 1117 offset = hdrsize + cmdsize; [all...] |
| /src/external/bsd/tmux/dist/ |
| server-client.c | 567 size_t cmdsize, shellsize; local 571 cmdsize = strlen(cmd) + 1; 581 msg = xmalloc(cmdsize + shellsize); 582 memcpy(msg, cmd, cmdsize); 583 memcpy(msg + cmdsize, shell, shellsize); 585 proc_send(c->peer, MSG_EXEC, -1, msg, cmdsize + shellsize);
|
| /src/external/gpl3/binutils/dist/include/mach-o/ |
| external.h | 79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command_external
|
| /src/external/gpl3/binutils.old/dist/include/mach-o/ |
| external.h | 79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command_external
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| macho.c | 142 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_load_command 161 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_command 178 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_64_command 195 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_symtab_command 211 uint32_t cmdsize; /* Size in bytes of command */ member in struct:macho_uuid_command 1104 (load_command.cmdsize 1126 (load_command.cmdsize 1166 cmdoffset += load_command.cmdsize;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| macho.c | 142 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_load_command 161 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_command 178 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_64_command 195 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_symtab_command 211 uint32_t cmdsize; /* Size in bytes of command */ member in struct:macho_uuid_command 1104 (load_command.cmdsize 1126 (load_command.cmdsize 1166 cmdoffset += load_command.cmdsize;
|
| /src/external/gpl3/gdb/dist/include/mach-o/ |
| external.h | 79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command_external
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| macho.c | 142 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_load_command 161 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_command 178 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_64_command 195 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_symtab_command 211 uint32_t cmdsize; /* Size in bytes of command */ member in struct:macho_uuid_command 1104 (load_command.cmdsize 1126 (load_command.cmdsize 1166 cmdoffset += load_command.cmdsize;
|
| /src/external/gpl3/gdb.old/dist/include/mach-o/ |
| external.h | 79 unsigned char cmdsize[4]; /* Size in bytes of entire command. */ member in struct:mach_o_load_command_external
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| macho.c | 142 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_load_command 161 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_command 178 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_segment_64_command 195 uint32_t cmdsize; /* Size in bytes of the entire command */ member in struct:macho_symtab_command 211 uint32_t cmdsize; /* Size in bytes of command */ member in struct:macho_uuid_command 1104 (load_command.cmdsize 1126 (load_command.cmdsize 1166 cmdoffset += load_command.cmdsize;
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| interp.c | 2456 int cmdsize; local 2463 cmdsize = strlen (sms_cmd); 2464 if (strncmp (cmd, sms_cmd, cmdsize) == 0 2465 && strchr (" \t", cmd[cmdsize]) != NULL) 2467 parse_and_set_memory_size (sd, cmd + cmdsize + 1);
|
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| interp.c | 2456 int cmdsize; local 2463 cmdsize = strlen (sms_cmd); 2464 if (strncmp (cmd, sms_cmd, cmdsize) == 0 2465 && strchr (" \t", cmd[cmdsize]) != NULL) 2467 parse_and_set_memory_size (sd, cmd + cmdsize + 1);
|
| /src/sys/dev/pci/ |
| if_iwm.c | 2930 size_t cmdsize; local 2958 cmdsize = sizeof(cmd); 2960 cmdsize = sizeof(struct iwm_add_sta_cmd_v7); 2961 err = iwm_send_cmd_pdu_status(sc, IWM_ADD_STA, cmdsize, &cmd, 4377 size_t cmdsize; local 4410 cmdsize = sizeof(cmd); 4412 cmdsize = sizeof(struct iwm_binding_cmd_v1); 4415 err = iwm_send_cmd_pdu_status(sc, IWM_BINDING_CONTEXT_CMD, cmdsize, &cmd, 5408 size_t cmdsize; local 5494 cmdsize = sizeof(add_sta_cmd) 5511 size_t cmdsize; local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MachO.h | 532 uint32_t cmdsize; member in struct:llvm::MachO::load_command 537 uint32_t cmdsize; member in struct:llvm::MachO::segment_command 551 uint32_t cmdsize; member in struct:llvm::MachO::segment_command_64 606 uint32_t cmdsize; member in struct:llvm::MachO::fvmlib_command 619 uint32_t cmdsize; member in struct:llvm::MachO::dylib_command 625 uint32_t cmdsize; member in struct:llvm::MachO::sub_framework_command 631 uint32_t cmdsize; member in struct:llvm::MachO::sub_client_command 637 uint32_t cmdsize; member in struct:llvm::MachO::sub_umbrella_command 643 uint32_t cmdsize; member in struct:llvm::MachO::sub_library_command 650 uint32_t cmdsize; member in struct:llvm::MachO::prebound_dylib_command 658 uint32_t cmdsize; member in struct:llvm::MachO::dylinker_command 664 uint32_t cmdsize; member in struct:llvm::MachO::thread_command 669 uint32_t cmdsize; member in struct:llvm::MachO::routines_command 682 uint32_t cmdsize; member in struct:llvm::MachO::routines_command_64 695 uint32_t cmdsize; member in struct:llvm::MachO::symtab_command 704 uint32_t cmdsize; member in struct:llvm::MachO::dysymtab_command 769 uint32_t cmdsize; member in struct:llvm::MachO::twolevel_hints_command 782 uint32_t cmdsize; member in struct:llvm::MachO::prebind_cksum_command 788 uint32_t cmdsize; member in struct:llvm::MachO::uuid_command 794 uint32_t cmdsize; member in struct:llvm::MachO::rpath_command 800 uint32_t cmdsize; member in struct:llvm::MachO::linkedit_data_command 813 uint32_t cmdsize; member in struct:llvm::MachO::source_version_command 819 uint32_t cmdsize; member in struct:llvm::MachO::encryption_info_command 827 uint32_t cmdsize; member in struct:llvm::MachO::encryption_info_command_64 837 uint32_t cmdsize; \/\/ sizeof(struct version_min_command) member in struct:llvm::MachO::version_min_command 844 uint32_t cmdsize; \/\/ sizeof(struct note_command) member in struct:llvm::MachO::note_command 857 uint32_t cmdsize; \/\/ sizeof(struct build_version_command) + member in struct:llvm::MachO::build_version_command 867 uint32_t cmdsize; member in struct:llvm::MachO::dyld_info_command 882 uint32_t cmdsize; member in struct:llvm::MachO::linker_option_command 889 uint32_t cmdsize; member in struct:llvm::MachO::symseg_command 897 uint32_t cmdsize; member in struct:llvm::MachO::ident_command 903 uint32_t cmdsize; member in struct:llvm::MachO::fvmfile_command 928 uint32_t cmdsize; member in struct:llvm::MachO::entry_point_command [all...] |