Home
last modified time | relevance | path

Searched refs:first_proc_ptr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c1389 static proc_t *first_proc_ptr = (proc_t *) 0; /* first procedure header */ variable
2135 if (first_proc_ptr == (proc_t *) NULL) in add_procedure()
2136 first_proc_ptr = new_proc_ptr; in add_procedure()
3676 && first_proc_ptr != (proc_t *) NULL in ecoff_build_lineno()
3678 && ((S_GET_VALUE (first_proc_ptr->sym->as_sym) in ecoff_build_lineno()
3679 + bfd_section_vma (S_GET_SEGMENT (first_proc_ptr->sym->as_sym))) in ecoff_build_lineno()
DChangeLog-92956381 * ecoff.c (first_proc_ptr): New static variable.
6382 (add_procedure): Set first_proc_ptr if it hasn't been set.