Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c2411 unsigned nsect; in bfd_mach_o_mangle_sections() local
2413 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()