Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsrcline.c163 static int slurp_symtab(bfd *abfd, struct a2l_data *a2l) in slurp_symtab() argument
192 a2l->syms = syms; in slurp_symtab()
200 struct a2l_data *a2l = data; in find_address_in_section() local
203 if (a2l->found) in find_address_in_section()
214 pc = a2l->addr; in find_address_in_section()
229 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section()
230 &a2l->filename, &a2l->funcname, in find_address_in_section()
231 &a2l->line); in find_address_in_section()
233 if (a2l->filename && !strlen(a2l->filename)) in find_address_in_section()
234 a2l->filename = NULL; in find_address_in_section()
[all …]
Ddso.h160 void *a2l; member