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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-iq2000.c86 static procS *cur_proc_ptr; variable
886 if (!cur_proc_ptr)
896 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->isym)))
902 cur_proc_ptr = NULL;
986 if (!aent && cur_proc_ptr)
991 cur_proc_ptr = &cur_proc;
992 memset (cur_proc_ptr, '\0', sizeof (procS));
994 cur_proc_ptr->isym = symbolP;
H A Dtc-mips.c13864 static procS *cur_proc_ptr;
13908 if (cur_proc_ptr)
14027 if (!cur_proc_ptr)
14037 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym)))
14049 if (p && cur_proc_ptr)
14060 cur_proc_ptr->func_end_sym = exp->X_add_symbol;
14090 md_number_to_chars (fragp, cur_proc_ptr->reg_mask, 4);
14091 md_number_to_chars (fragp + 4, cur_proc_ptr->reg_offset, 4);
14092 md_number_to_chars (fragp + 8, cur_proc_ptr->fpreg_mask, 4);
14093 md_number_to_chars (fragp + 12, cur_proc_ptr
13851 static procS *cur_proc_ptr; variable
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-iq2000.c84 static procS *cur_proc_ptr; variable
834 if (!cur_proc_ptr)
844 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->isym)))
850 cur_proc_ptr = NULL;
933 if (!aent && cur_proc_ptr)
938 cur_proc_ptr = &cur_proc;
939 memset (cur_proc_ptr, '\0', sizeof (procS));
941 cur_proc_ptr->isym = symbolP;
H A Dtc-mips.c18861 static procS *cur_proc_ptr;
19063 if (!cur_proc_ptr)
19073 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym)))
19084 if (p && cur_proc_ptr)
19095 cur_proc_ptr->func_end_sym = exp->X_add_symbol;
19121 md_number_to_chars (fragp, cur_proc_ptr->reg_mask, 4);
19122 md_number_to_chars (fragp + 4, cur_proc_ptr->reg_offset, 4);
19123 md_number_to_chars (fragp + 8, cur_proc_ptr->fpreg_mask, 4);
19124 md_number_to_chars (fragp + 12, cur_proc_ptr->fpreg_offset, 4);
19125 md_number_to_chars (fragp + 16, cur_proc_ptr
18846 static procS *cur_proc_ptr; variable
[all...]
/haiku-buildtools/legacy/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...]
/haiku-buildtools/binutils/gas/
H A Decoff.c1391 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */
1642 psym->proc_ptr = cur_proc_ptr;
2147 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++];
2190 return (cur_proc_ptr ? cur_proc_ptr->sym->as_sym : NULL);
2444 if (cur_proc_ptr == (proc_t *) NULL)
2482 if (cur_proc_ptr == (proc_t *) NULL)
3013 if (cur_proc_ptr == (proc_t *) NULL)
3044 cur_proc_ptr = (proc_t *) NULL;
3062 if (cur_proc_ptr !
1388 static proc_t *cur_proc_ptr = (proc_t *) 0; /* current procedure header */ variable
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c1555 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */
2447 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[ vp->objects_last_page++ ];
2782 if (cur_proc_ptr == (PDR *) 0)
2835 if (cur_proc_ptr == (PDR *) 0)
3341 && (eptr->asym.index == indexNil || cur_proc_ptr == (PDR *) 0))
3402 || cur_proc_ptr != (PDR *) 0)
3472 if (cur_proc_ptr == (PDR *) 0)
3514 cur_proc_ptr = cur_oproc_ptr = (PDR *) 0;
3534 if (cur_proc_ptr != (PDR *) 0)
3576 if (cur_proc_ptr !
1547 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */ variable
[all...]

Completed in 259 milliseconds