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

/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c1394 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */
1635 psym->proc_ptr = cur_proc_ptr;
2140 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++];
2183 return (cur_proc_ptr ? cur_proc_ptr->sym->as_sym : NULL);
2440 if (cur_proc_ptr == (proc_t *) NULL)
2479 if (cur_proc_ptr == (proc_t *) NULL)
3013 if (cur_proc_ptr == (proc_t *) NULL)
3045 cur_proc_ptr = (proc_t *) NULL;
3063 if (cur_proc_ptr !
1391 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */ variable
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c173 static procS *cur_proc_ptr; variable
5884 if (cur_proc_ptr == (procS *) NULL)
5898 cur_proc_ptr->reg_mask = mask;
5899 cur_proc_ptr->reg_offset = off;
5995 if (!aent && cur_proc_ptr)
5999 cur_proc_ptr = &cur_proc;
6000 cur_proc_ptr->reg_mask = 0xdeadbeaf;
6001 cur_proc_ptr->reg_offset = 0xdeadbeaf;
6002 cur_proc_ptr->fpreg_mask = 0xdeafbeaf;
6003 cur_proc_ptr
[all...]
H A Dtc-mips.c14689 static procS *cur_proc_ptr;
14733 if (cur_proc_ptr)
14852 if (!cur_proc_ptr)
14862 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym)))
14874 if (p && cur_proc_ptr)
14885 cur_proc_ptr->func_end_sym = exp->X_add_symbol;
14914 md_number_to_chars (fragp, cur_proc_ptr->reg_mask, 4);
14915 md_number_to_chars (fragp + 4, cur_proc_ptr->reg_offset, 4);
14916 md_number_to_chars (fragp + 8, cur_proc_ptr->fpreg_mask, 4);
14917 md_number_to_chars (fragp + 12, cur_proc_ptr
14676 static procS *cur_proc_ptr; variable
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1499 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */
2330 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[ vp->objects_last_page++ ];
2686 if (cur_proc_ptr == (PDR *) 0)
2738 if (cur_proc_ptr == (PDR *) 0)
3243 && (eptr->asym.index == indexNil || cur_proc_ptr == (PDR *) 0))
3304 || cur_proc_ptr != (PDR *) 0)
3373 if (cur_proc_ptr == (PDR *) 0)
3415 cur_proc_ptr = cur_oproc_ptr = (PDR *) 0;
3434 if (cur_proc_ptr != (PDR *) 0)
3475 if (cur_proc_ptr !
1491 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */ variable
[all...]

Completed in 150 milliseconds