Home
last modified time | relevance | path

Searched refs:cur_proc_ptr (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/binutils/gas/
HDecoff.c1391 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()
[all …]
/trueos/contrib/binutils/gas/config/
HDtc-score.c173 static procS *cur_proc_ptr; variable
5884 if (cur_proc_ptr == (procS *) NULL) in s_score_mask()
5898 cur_proc_ptr->reg_mask = mask; in s_score_mask()
5899 cur_proc_ptr->reg_offset = off; in s_score_mask()
5995 if (!aent && cur_proc_ptr) in s_score_ent()
5999 cur_proc_ptr = &cur_proc; in s_score_ent()
6000 cur_proc_ptr->reg_mask = 0xdeadbeaf; in s_score_ent()
6001 cur_proc_ptr->reg_offset = 0xdeadbeaf; in s_score_ent()
6002 cur_proc_ptr->fpreg_mask = 0xdeafbeaf; in s_score_ent()
6003 cur_proc_ptr->leaf = 0xdeafbeaf; in s_score_ent()
[all …]
HDtc-mips.c14676 static procS *cur_proc_ptr; variable
14720 if (cur_proc_ptr) in md_obj_end()
14839 if (!cur_proc_ptr) in s_mips_end()
14849 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym))) in s_mips_end()
14861 if (p && cur_proc_ptr) in s_mips_end()
14872 cur_proc_ptr->func_end_sym = exp->X_add_symbol; in s_mips_end()
14901 md_number_to_chars (fragp, cur_proc_ptr->reg_mask, 4); in s_mips_end()
14902 md_number_to_chars (fragp + 4, cur_proc_ptr->reg_offset, 4); in s_mips_end()
14903 md_number_to_chars (fragp + 8, cur_proc_ptr->fpreg_mask, 4); in s_mips_end()
14904 md_number_to_chars (fragp + 12, cur_proc_ptr->fpreg_offset, 4); in s_mips_end()
[all …]
/trueos/contrib/gcc/
HDmips-tfile.c1491 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */ variable
2309 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[ vp->objects_last_page++ ]; in add_procedure()
2659 if (cur_proc_ptr == (PDR *) 0) in parse_begin()
2710 if (cur_proc_ptr == (PDR *) 0) in parse_bend()
3214 && (eptr->asym.index == indexNil || cur_proc_ptr == (PDR *) 0)) in parse_def()
3275 || cur_proc_ptr != (PDR *) 0) in parse_def()
3343 if (cur_proc_ptr == (PDR *) 0) in parse_end()
3385 cur_proc_ptr = cur_oproc_ptr = (PDR *) 0; in parse_end()
3403 if (cur_proc_ptr != (PDR *) 0) in parse_ent()
3443 if (cur_proc_ptr != (PDR *) 0) in parse_file()