Searched refs:nflavours (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c319 unsigned int nflavours; local
325 nflavours = 0;
326 for (i = 0; i < cmd->nflavours; i++)
1058 unsigned int nflavours; local
1068 nflavours = 0;
1080 nflavours++;
1083 cmd->flavours = bfd_alloc (abfd, nflavours * sizeof (bfd_mach_o_thread_flavour));
1086 cmd->nflavours = nflavours;
1089 nflavours
[all...]
H A Dmach-o.h392 unsigned long nflavours; member in struct:bfd_mach_o_thread_command
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c1154 for (i = 0; i < cmd->nflavours; i++)
4008 unsigned int nflavours; local
4016 nflavours = 0;
4029 nflavours++;
4034 (abfd, nflavours, sizeof (bfd_mach_o_thread_flavour));
4037 cmd->nflavours = nflavours;
4040 nflavours = 0;
4048 if (nflavours >= cmd->nflavours)
[all...]
H A Dmach-o.h416 unsigned long nflavours; member in struct:bfd_mach_o_thread_command
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c1006 printf (" nflavours: %lu\n", thread->nflavours);
1007 for (j = 0; j < thread->nflavours; j++)

Completed in 74 milliseconds