Searched refs:nsect (Results 1 – 1 of 1) sorted by relevance
2411 unsigned nsect; in bfd_mach_o_mangle_sections() local2413 nsect = bfd_count_sections (abfd); in bfd_mach_o_mangle_sections()2417 if (mdata->nsects == nsect in bfd_mach_o_mangle_sections()2422 if (nsect > 255) in bfd_mach_o_mangle_sections()2425 " maximum is 255,\n"), nsect); in bfd_mach_o_mangle_sections()2429 mdata->nsects = nsect; in bfd_mach_o_mangle_sections()