Home
last modified time | relevance | path

Searched refs:nsect (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c2327 unsigned nsect; in bfd_mach_o_mangle_sections() local
2329 nsect = bfd_count_sections (abfd); in bfd_mach_o_mangle_sections()
2333 if (mdata->nsects == nsect in bfd_mach_o_mangle_sections()
2337 mdata->nsects = nsect; in bfd_mach_o_mangle_sections()
2344 if (nsect > 255) in bfd_mach_o_mangle_sections()
2346 " maximum is 255,\n"), nsect); in bfd_mach_o_mangle_sections()