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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 4355 int aux_cnt;
4360 aux_cnt = fil_ptr->aux_syms.objects_last_page;
4362 aux_cnt = fil_ptr->aux_syms.objects_per_page;
4364 aux_end = aux_ptr + aux_cnt;
4323 int aux_cnt; local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 4352 int aux_cnt;
4357 aux_cnt = fil_ptr->aux_syms.objects_last_page;
4359 aux_cnt = fil_ptr->aux_syms.objects_per_page;
4361 aux_end = aux_ptr + aux_cnt;
4320 int aux_cnt; local

Completed in 38 milliseconds