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

/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c442 unsigned char nsect = 0; local
449 nsect = (s->udata.i >> 16) & 0xff;
454 bfd_h_put_8 (abfd, nsect, buf + 5);
1803 bfd_mach_o_section *nsect = NULL; local
1832 nsect = sect;
1839 *msection = nsect;
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c2411 unsigned nsect; local
2413 nsect = bfd_count_sections (abfd);
2417 if (mdata->nsects == nsect
2422 if (nsect > 255)
2425 " maximum is 255,\n"), nsect);
2429 mdata->nsects = nsect;

Completed in 61 milliseconds