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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1391 static efdr_t *cur_file_ptr = 0; /* current file desc. header */
1504 if (cur_file_ptr == NULL
1508 obj->ecoff_file = cur_file_ptr;
1620 if (cur_file_ptr == NULL)
1623 vp = &cur_file_ptr->symbols;
1638 psym->file_ptr = cur_file_ptr;
1657 : add_string (&cur_file_ptr->strings,
1658 cur_file_ptr->str_hash,
1685 pscope->prev = cur_file_ptr->cur_scope;
1688 cur_file_ptr->cur_scope = pscope
1388 static efdr_t *cur_file_ptr = 0; \/* current file desc. header *\/ variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1391 static efdr_t *cur_file_ptr = 0; /* current file desc. header */
1504 if (cur_file_ptr == NULL
1508 obj->ecoff_file = cur_file_ptr;
1620 if (cur_file_ptr == NULL)
1623 vp = &cur_file_ptr->symbols;
1638 psym->file_ptr = cur_file_ptr;
1657 : add_string (&cur_file_ptr->strings,
1658 cur_file_ptr->str_hash,
1685 pscope->prev = cur_file_ptr->cur_scope;
1688 cur_file_ptr->cur_scope = pscope
1388 static efdr_t *cur_file_ptr = 0; \/* current file desc. header *\/ variable
    [all...]

Completed in 27 milliseconds