Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/
HDecoff.c1392 static proc_t *first_proc_ptr = (proc_t *) 0; /* first procedure header */ variable
2129 if (first_proc_ptr == (proc_t *) NULL) in add_procedure()
2130 first_proc_ptr = new_proc_ptr; in add_procedure()
3698 && first_proc_ptr != (proc_t *) NULL in ecoff_build_lineno()
3700 && ((S_GET_VALUE (first_proc_ptr->sym->as_sym) in ecoff_build_lineno()
3702 S_GET_SEGMENT (first_proc_ptr->sym->as_sym))) in ecoff_build_lineno()
HDChangeLog-92956381 * ecoff.c (first_proc_ptr): New static variable.
6382 (add_procedure): Set first_proc_ptr if it hasn't been set.