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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c319 unsigned int nflavours; local
325 nflavours = 0;
326 for (i = 0; i < cmd->nflavours; i++)
1055 unsigned int nflavours; local
1065 nflavours = 0;
1077 nflavours++;
1080 cmd->flavours = bfd_alloc (abfd, nflavours * sizeof (bfd_mach_o_thread_flavour));
1083 cmd->nflavours = nflavours;
1086 nflavours
[all...]
H A Dmach-o.h392 unsigned long nflavours; member in struct:bfd_mach_o_thread_command

Completed in 259 milliseconds