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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1423 static symint_t add_aux_sym_symint (symint_t aux_word);
1754 pscope->lsym->ecoff_sym.asym.index = add_aux_sym_symint (0);
1809 add_aux_sym_symint (symint_t aux_word /* auxiliary information word */)
1956 (void) add_aux_sym_symint (t->sizes[t->num_sizes - 1]);
1985 (void) add_aux_sym_symint (file_index);
1996 (void) add_aux_sym_symint (cur_file_ptr->file_index); /* file index*/
1997 (void) add_aux_sym_symint (0); /* low bound */
1998 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
1999 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
1800 add_aux_sym_symint (symint_t aux_word \/* auxiliary information word *\/) function
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1423 static symint_t add_aux_sym_symint (symint_t aux_word);
1754 pscope->lsym->ecoff_sym.asym.index = add_aux_sym_symint (0);
1809 add_aux_sym_symint (symint_t aux_word /* auxiliary information word */)
1956 (void) add_aux_sym_symint (t->sizes[t->num_sizes - 1]);
1985 (void) add_aux_sym_symint (file_index);
1996 (void) add_aux_sym_symint (cur_file_ptr->file_index); /* file index*/
1997 (void) add_aux_sym_symint (0); /* low bound */
1998 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
1999 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
1800 add_aux_sym_symint (symint_t aux_word \/* auxiliary information word *\/) function

Completed in 21 milliseconds