Searched refs:a2l (Results 1 – 3 of 3) sorted by relevance
169 static int slurp_symtab(bfd *abfd, struct a2l_data *a2l) in slurp_symtab() argument198 a2l->syms = syms; in slurp_symtab()206 struct a2l_data *a2l = data; in find_address_in_section() local209 if (a2l->found) in find_address_in_section()220 pc = a2l->addr; in find_address_in_section()235 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma, in find_address_in_section()236 &a2l->filename, &a2l->funcname, in find_address_in_section()237 &a2l->line); in find_address_in_section()239 if (a2l->filename && !strlen(a2l->filename)) in find_address_in_section()240 a2l->filename = NULL; in find_address_in_section()[all …]
161 void *a2l; member
61 #define a2l a2 macro