HomeSort by relevance Sort by last modified time
    Searched defs:numaux (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
libcoff-in.h 245 char numaux; member in struct:coff_link_hash_entry
coffgen.c 991 unsigned int numaux = native->u.syment.n_numaux; local
1057 *written += numaux + 1;
    [all...]
libcoff.h 249 char numaux; member in struct:coff_link_hash_entry
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 367 unsigned char numaux; member in struct:xcoff32_symbol::sym
696 s->sym.numaux = bfd_h_get_8 (abfd, sym.e_numaux);
717 for (j = 0; j < s->sym.numaux; j++, i++)
803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux);
815 for (j = 0; j < s->sym.numaux; j++, i++)
838 if (j == 0 && s->sym.numaux > 1)
850 else if (j == 1 || (j == 0 && s->sym.numaux == 1))
    [all...]

Completed in 139 milliseconds