HomeSort by: relevance | last modified time | path
    Searched defs:numaux (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/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))
1477 && s->sym.numaux > 0)
1479 union external_auxent *aux = &s[s->sym.numaux].aux;
1502 i += s->sym.numaux;
    [all...]
  /src/external/gpl3/binutils.old/dist/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))
1477 && s->sym.numaux > 0)
1479 union external_auxent *aux = &s[s->sym.numaux].aux;
1502 i += s->sym.numaux;
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 1116 unsigned int numaux = native->u.syment.n_numaux; local
1192 *written += numaux + 1;
1982 for (int numaux = 1;
1983 numaux < sym->u.syment.n_numaux;
1984 numaux++)
1986 aux = sym + numaux + 1;
2951 if (h->symbol_class == C_NT_WEAK && h->numaux == 1)
libcoff-in.h 288 char numaux; member in struct:coff_link_hash_entry
libcoff.h 292 char numaux; member in struct:coff_link_hash_entry
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 1116 unsigned int numaux = native->u.syment.n_numaux; local
1192 *written += numaux + 1;
1974 for (int numaux = 1;
1975 numaux < sym->u.syment.n_numaux;
1976 numaux++)
1978 aux = sym + numaux + 1;
2943 if (h->symbol_class == C_NT_WEAK && h->numaux == 1)
libcoff-in.h 287 char numaux; member in struct:coff_link_hash_entry
libcoff.h 291 char numaux; member in struct:coff_link_hash_entry
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 1114 unsigned int numaux = native->u.syment.n_numaux; local
1190 *written += numaux + 1;
1957 for (int numaux = 1;
1958 numaux < sym->u.syment.n_numaux;
1959 numaux++)
1961 aux = sym + numaux + 1;
2921 if (h->symbol_class == C_NT_WEAK && h->numaux == 1)
libcoff-in.h 284 char numaux; member in struct:coff_link_hash_entry
libcoff.h 288 char numaux; member in struct:coff_link_hash_entry
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 1117 unsigned int numaux = native->u.syment.n_numaux; local
1193 *written += numaux + 1;
1960 for (int numaux = 1;
1961 numaux < sym->u.syment.n_numaux;
1962 numaux++)
1964 aux = sym + numaux + 1;
2920 if (h->symbol_class == C_NT_WEAK && h->numaux == 1)
libcoff-in.h 284 char numaux; member in struct:coff_link_hash_entry
libcoff.h 288 char numaux; member in struct:coff_link_hash_entry

Completed in 55 milliseconds