Searched refs:cudie (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.c | 54 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 D | dwarf.c | 115 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() 1160 void process_cu(Dwarf_Die *cudie) in process_cu() argument 1162 check(process_die_container(NULL, NULL, cudie, resolve_fqns, in process_cu() 1165 check(process_die_container(NULL, NULL, cudie, process_exported_symbols, in process_cu() 1168 symbol_for_each(process_symbol_ptr, dwarf_cu_getdwarf(cudie->cu)); in process_cu()
|
| H A D | gendwarfksyms.h | 278 void process_cu(Dwarf_Die *cudie);
|
| /linux-6.15/tools/perf/util/ |
| H A D | dwarf-aux.h | 22 int cu_find_lineinfo(Dwarf_Die *cudie, Dwarf_Addr addr,
|
| H A D | probe-finder.c | 1593 Dwarf_Die cudie, spdie, indie; in debuginfo__find_probe_point() local 1602 if (!dwarf_addrdie(dbg->dbg, (Dwarf_Addr)addr, &cudie)) { in debuginfo__find_probe_point() 1610 cu_find_lineinfo(&cudie, (Dwarf_Addr)addr, &fname, &lineno); in debuginfo__find_probe_point() 1614 if (die_find_realfunc(&cudie, (Dwarf_Addr)addr, &spdie)) { in debuginfo__find_probe_point()
|