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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1393 static proc_t *first_proc_ptr = 0; /* first procedure header */
2137 if (first_proc_ptr == NULL)
2138 first_proc_ptr = new_proc_ptr;
3675 && first_proc_ptr != NULL
3677 && ((S_GET_VALUE (first_proc_ptr->sym->as_sym)
3678 + bfd_section_vma (S_GET_SEGMENT (first_proc_ptr->sym->as_sym)))
1390 static proc_t *first_proc_ptr = 0; \/* first procedure header *\/ variable
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1393 static proc_t *first_proc_ptr = 0; /* first procedure header */
2137 if (first_proc_ptr == NULL)
2138 first_proc_ptr = new_proc_ptr;
3671 && first_proc_ptr != NULL
3673 && ((S_GET_VALUE (first_proc_ptr->sym->as_sym)
3674 + bfd_section_vma (S_GET_SEGMENT (first_proc_ptr->sym->as_sym)))
1390 static proc_t *first_proc_ptr = 0; \/* first procedure header *\/ variable

Completed in 17 milliseconds