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_infos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
685
struct gcov_info **
tgt_infos
;
local
696
tgt_infos
= (struct gcov_info **) xmalloc (sizeof (struct gcov_info *)
698
gcc_assert (
tgt_infos
);
704
tgt_infos
[i] = gi_ptr;
706
tgt_tail =
tgt_infos
[tgt_cnt - 1];
712
gcov_merge (
tgt_infos
[i],
tgt_infos
[i], w1-1);
720
gi_ptr1 = find_match_gcov_info (
tgt_infos
, tgt_cnt, gi_ptr);
740
free (
tgt_infos
);
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
675
struct gcov_info **
tgt_infos
;
local
686
tgt_infos
= (struct gcov_info **) xmalloc (sizeof (struct gcov_info *)
688
gcc_assert (
tgt_infos
);
694
tgt_infos
[i] = gi_ptr;
697
tgt_tail = &
tgt_infos
[tgt_cnt - 1]->next;
705
gcov_merge (
tgt_infos
[i],
tgt_infos
[i], w1-1);
713
gi_ptr1 = find_match_gcov_info (
tgt_infos
, tgt_cnt, gi_ptr);
733
free (
tgt_infos
);
Completed in 14 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026