Searched refs:nbr_segcmd (Results 1 – 1 of 1) sorted by relevance
2916 unsigned int nbr_segcmd = 0; in bfd_mach_o_build_commands() local2956 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()[all …]