OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_proc_ptr
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/gas/config/
tc-iq2000.c
85
static procS *
cur_proc_ptr
;
variable
835
if (!
cur_proc_ptr
)
845
if (strcmp (S_GET_NAME (p), S_GET_NAME (
cur_proc_ptr
->isym)))
851
cur_proc_ptr
= NULL;
934
if (!aent &&
cur_proc_ptr
)
939
cur_proc_ptr
= &cur_proc;
940
memset (
cur_proc_ptr
, '\0', sizeof (procS));
942
cur_proc_ptr
->isym = symbolP;
tc-mips.c
18295
static procS *
cur_proc_ptr
;
variable
[
all
...]
/toolchain/binutils/binutils-2.27/gas/
ecoff.c
1388
static proc_t *
cur_proc_ptr
= (proc_t *) 0; \/* current procedure header *\/
variable
[
all
...]
Completed in 3678 milliseconds