OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_proc_ptr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-iq2000.c
84
static procS *
cur_proc_ptr
;
variable
828
if (!
cur_proc_ptr
)
838
if (strcmp (S_GET_NAME (p), S_GET_NAME (
cur_proc_ptr
->isym)))
844
cur_proc_ptr
= NULL;
927
if (!aent &&
cur_proc_ptr
)
932
cur_proc_ptr
= &cur_proc;
933
memset (
cur_proc_ptr
, '\0', sizeof (procS));
935
cur_proc_ptr
->isym = symbolP;
tc-mips.c
20049
static procS *
cur_proc_ptr
;
20251
if (!
cur_proc_ptr
)
20261
if (strcmp (S_GET_NAME (p), S_GET_NAME (
cur_proc_ptr
->func_sym)))
20272
if (p &&
cur_proc_ptr
)
20283
cur_proc_ptr
->func_end_sym = exp->X_add_symbol;
20309
md_number_to_chars (fragp,
cur_proc_ptr
->reg_mask, 4);
20310
md_number_to_chars (fragp + 4,
cur_proc_ptr
->reg_offset, 4);
20311
md_number_to_chars (fragp + 8,
cur_proc_ptr
->fpreg_mask, 4);
20312
md_number_to_chars (fragp + 12,
cur_proc_ptr
->fpreg_offset, 4);
20313
md_number_to_chars (fragp + 16,
cur_proc_ptr
->frame_offset, 4)
20033
static procS *
cur_proc_ptr
;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-iq2000.c
84
static procS *
cur_proc_ptr
;
variable
828
if (!
cur_proc_ptr
)
838
if (strcmp (S_GET_NAME (p), S_GET_NAME (
cur_proc_ptr
->isym)))
844
cur_proc_ptr
= NULL;
927
if (!aent &&
cur_proc_ptr
)
932
cur_proc_ptr
= &cur_proc;
933
memset (
cur_proc_ptr
, '\0', sizeof (procS));
935
cur_proc_ptr
->isym = symbolP;
tc-mips.c
19737
static procS *
cur_proc_ptr
;
19939
if (!
cur_proc_ptr
)
19949
if (strcmp (S_GET_NAME (p), S_GET_NAME (
cur_proc_ptr
->func_sym)))
19960
if (p &&
cur_proc_ptr
)
19971
cur_proc_ptr
->func_end_sym = exp->X_add_symbol;
19997
md_number_to_chars (fragp,
cur_proc_ptr
->reg_mask, 4);
19998
md_number_to_chars (fragp + 4,
cur_proc_ptr
->reg_offset, 4);
19999
md_number_to_chars (fragp + 8,
cur_proc_ptr
->fpreg_mask, 4);
20000
md_number_to_chars (fragp + 12,
cur_proc_ptr
->fpreg_offset, 4);
20001
md_number_to_chars (fragp + 16,
cur_proc_ptr
->frame_offset, 4)
19721
static procS *
cur_proc_ptr
;
variable
[
all
...]
/src/external/gpl3/binutils/dist/gas/
ecoff.c
1392
static proc_t *
cur_proc_ptr
= 0; /* current procedure header */
1639
psym->proc_ptr =
cur_proc_ptr
;
2135
cur_proc_ptr
= new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++];
2172
return (
cur_proc_ptr
?
cur_proc_ptr
->sym->as_sym : NULL);
2420
if (
cur_proc_ptr
== NULL)
2457
if (
cur_proc_ptr
== NULL)
2977
if (
cur_proc_ptr
== NULL)
3011
cur_proc_ptr
= NULL;
3029
if (!aent &&
cur_proc_ptr
!= NULL
1389
static proc_t *
cur_proc_ptr
= 0; \/* current procedure header *\/
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
1392
static proc_t *
cur_proc_ptr
= 0; /* current procedure header */
1639
psym->proc_ptr =
cur_proc_ptr
;
2135
cur_proc_ptr
= new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++];
2172
return (
cur_proc_ptr
?
cur_proc_ptr
->sym->as_sym : NULL);
2420
if (
cur_proc_ptr
== NULL)
2457
if (
cur_proc_ptr
== NULL)
2977
if (
cur_proc_ptr
== NULL)
3011
cur_proc_ptr
= NULL;
3029
if (!aent &&
cur_proc_ptr
!= NULL
1389
static proc_t *
cur_proc_ptr
= 0; \/* current procedure header *\/
variable
[
all
...]
Completed in 73 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026