Lines Matching refs:cur_proc_ptr
1391 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */ variable
1627 psym->proc_ptr = cur_proc_ptr; in add_ecoff_symbol()
2127 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++]; in add_procedure()
2170 return (cur_proc_ptr ? cur_proc_ptr->sym->as_sym : NULL); in ecoff_get_cur_proc_sym()
2423 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_begin()
2461 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_bend()
2993 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_end()
3025 cur_proc_ptr = (proc_t *) NULL; in ecoff_directive_end()
3042 if (cur_proc_ptr != (proc_t *) NULL) in ecoff_directive_ent()
3114 if (cur_proc_ptr != (proc_t *) NULL) in ecoff_directive_file()
3138 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_fmask()
3153 cur_proc_ptr->pdr.fregmask = val; in ecoff_directive_fmask()
3154 cur_proc_ptr->pdr.fregoffset = get_absolute_expression (); in ecoff_directive_fmask()
3166 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_frame()
3173 cur_proc_ptr->pdr.framereg = tc_get_register (1); in ecoff_directive_frame()
3185 cur_proc_ptr->pdr.frameoffset = val; in ecoff_directive_frame()
3187 cur_proc_ptr->pdr.pcreg = tc_get_register (0); in ecoff_directive_frame()
3202 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_mask()
3217 cur_proc_ptr->pdr.regmask = val; in ecoff_directive_mask()
3218 cur_proc_ptr->pdr.regoffset = get_absolute_expression (); in ecoff_directive_mask()
3273 list->proc = cur_proc_ptr; in ecoff_directive_loc()
3284 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_directive_loc()
4654 hold_proc_ptr = cur_proc_ptr; in ecoff_build_debug()
4655 cur_proc_ptr = (proc_t *) NULL; in ecoff_build_debug()
4667 cur_proc_ptr = hold_proc_ptr; in ecoff_build_debug()
5164 if (cur_proc_ptr == 0) in ecoff_set_gp_prolog_size()
5167 cur_proc_ptr->pdr.gp_prologue = sz; in ecoff_set_gp_prolog_size()
5168 if (cur_proc_ptr->pdr.gp_prologue != sz) in ecoff_set_gp_prolog_size()
5171 cur_proc_ptr->pdr.gp_prologue = 0; in ecoff_set_gp_prolog_size()
5174 cur_proc_ptr->pdr.gp_used = 1; in ecoff_set_gp_prolog_size()
5200 list->proc = cur_proc_ptr; in ecoff_generate_asm_lineno()
5211 if (cur_proc_ptr == (proc_t *) NULL) in ecoff_generate_asm_lineno()