OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tgt_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
686
struct gcov_info *
tgt_tail
;
local
706
tgt_tail
= tgt_infos[tgt_cnt - 1];
735
tgt_tail
->next = gi_ptr;
736
tgt_tail
= gi_ptr;
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
676
struct gcov_info **
tgt_tail
;
local
697
tgt_tail
= &tgt_infos[tgt_cnt - 1]->next;
699
tgt_tail
= &tgt_profile;
728
*
tgt_tail
= gi_ptr;
729
tgt_tail
= &gi_ptr->next;
Completed in 21 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026