Home
last modified time | relevance | path

Searched refs:cudie (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.c54 Dwarf_Die cudie; in process_module() local
68 res = dwarf_get_units(dbg, cu, &cu, NULL, NULL, &cudie, NULL); in process_module()
74 process_cu(&cudie); in process_module()
H A Ddwarf.c115 Dwarf_Die cudie; in is_definition_private() local
130 if (!dwarf_cu_die(die->cu, &cudie, NULL, NULL, NULL, NULL, NULL, NULL)) in is_definition_private()
133 if (dwarf_getsrcfiles(&cudie, &files, NULL)) in is_definition_private()
1174 void process_cu(Dwarf_Die *cudie) in process_cu()
1176 check(process_die_container(NULL, NULL, cudie, resolve_fqns, in process_cu()
1179 check(process_die_container(NULL, NULL, cudie, process_exported_symbols, in process_cu()
1182 symbol_for_each(process_symbol_ptr, dwarf_cu_getdwarf(cudie->cu)); in process_cu()
1172 process_cu(Dwarf_Die * cudie) process_cu() argument
H A Dgendwarfksyms.h268 void process_cu(Dwarf_Die *cudie);
/linux/tools/perf/util/
H A Dlibdw.c157 Dwarf_Die *cudie = dwfl_module_addrdie(mod, addr + bias, &unused_bias); in libdw__addr2line() local
166 cu_walk_functions_at(cudie, addr, libdw_a2l_cb, &args); in libdw__addr2line()
H A Ddwarf-aux.h22 int cu_find_lineinfo(Dwarf_Die *cudie, Dwarf_Addr addr,
H A Dprobe-finder.c1594 Dwarf_Die cudie, spdie, indie; in debuginfo__find_probe_point() local
1603 if (!dwarf_addrdie(dbg->dbg, (Dwarf_Addr)addr, &cudie)) { in debuginfo__find_probe_point()
1611 cu_find_lineinfo(&cudie, (Dwarf_Addr)addr, &fname, &lineno); in debuginfo__find_probe_point()
1615 if (die_find_realfunc(&cudie, (Dwarf_Addr)addr, &spdie)) { in debuginfo__find_probe_point()