Lines Matching refs:nbr_segcmd
2916 unsigned int nbr_segcmd = 0; in bfd_mach_o_build_commands() local
2956 nbr_segcmd = (mdata->nsects > 0) ? 1 : 0; in bfd_mach_o_build_commands()
2963 nbr_segcmd = 2; in bfd_mach_o_build_commands()
2974 nbr_segcmd++; in bfd_mach_o_build_commands()
2980 nbr_commands = nbr_segcmd; in bfd_mach_o_build_commands()
3024 if (mdata->header.filetype == BFD_MACH_O_MH_OBJECT && nbr_segcmd != 0) in bfd_mach_o_build_commands()
3029 else if (nbr_segcmd != 0) in bfd_mach_o_build_commands()
3033 BFD_ASSERT (nbr_segcmd >= 2); in bfd_mach_o_build_commands()
3099 for (i = 0; i < nbr_segcmd; i++) in bfd_mach_o_build_commands()
3109 for (i = 1; i < nbr_segcmd - 1; i++) in bfd_mach_o_build_commands()
3125 commands[nbr_segcmd - 1].command.segment.vmaddr = maxvma; in bfd_mach_o_build_commands()
3126 commands[nbr_segcmd - 1].command.segment.fileoff = mdata->filelen; in bfd_mach_o_build_commands()