Home
last modified time | relevance | path

Searched refs:find_variable (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c463 static void find_variable(Context *c, YYLTYPE *locp, in find_variable() function
864 find_variable(c, locp, &op1_m, &op1_m); in gen_bin_op()
867 find_variable(c, locp, &op2_m, &op2_m); in gen_bin_op()
1339 find_variable(c, locp, dst, dst); in gen_assign()
1745 find_variable(c, locp, dst, dst); in gen_load()
1752 find_variable(c, locp, ea, ea); in gen_load()
1774 find_variable(c, locp, ea, ea); in gen_store()
1786 find_variable(c, locp, dst, dst); in gen_sethalf()
1866 find_variable(c, locp, var, var); in gen_rvalue_var()
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c596 static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf) in find_variable() function
1422 ret = find_variable(sc_die, pf); in add_probe_trace_event()