OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsym
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
hists_link.c
130
struct fake_sym *
fsym
= &fake_symbols[i].syms[k];
local
132
sym = symbol__new(
fsym
->start,
fsym
->length,
133
STB_GLOBAL,
fsym
->name);
/external/ltrace/
proc.c
1095
struct library_symbol *
fsym
local
1098
if (
fsym
== NULL)
1104
*retsym =
fsym
;
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c
691
static void free_flag_sym(struct print_flag_sym *
fsym
)
695
while (
fsym
) {
696
next =
fsym
->next;
697
free(
fsym
->value);
698
free(
fsym
->str);
699
free(
fsym
);
700
fsym
= next;
[
all
...]
Completed in 52 milliseconds