Searched refs:nbr_commands (Results 1 – 1 of 1) sorted by relevance
3016 unsigned int nbr_commands; in bfd_mach_o_build_commands() local3078 nbr_commands = nbr_segcmd; in bfd_mach_o_build_commands()3082 symtab_idx = nbr_commands++; in bfd_mach_o_build_commands()3091 dysymtab_idx = nbr_commands++; in bfd_mach_o_build_commands()3097 main_idx = nbr_commands++; in bfd_mach_o_build_commands()3104 if (nbr_commands == 0) in bfd_mach_o_build_commands()3111 commands = bfd_zalloc (abfd, nbr_commands * sizeof (bfd_mach_o_load_command)); in bfd_mach_o_build_commands()3114 for (i = 0; i < nbr_commands - 1; i++) in bfd_mach_o_build_commands()3116 commands[nbr_commands - 1].next = mdata->first_command; in bfd_mach_o_build_commands()3118 mdata->last_command = &commands[nbr_commands - 1]; in bfd_mach_o_build_commands()