Lines Matching refs:al
23 static int __report_module(struct addr_location *al, u64 ip, in __report_module() argument
31 MAP__FUNCTION, ip, al); in __report_module()
33 if (al->map) in __report_module()
34 dso = al->map->dso; in __report_module()
42 dso->long_name, -1, al->map->start, in __report_module()
50 struct addr_location al; in report_module() local
52 return __report_module(&al, ip, ui); in report_module()
59 struct addr_location al; in entry() local
61 if (__report_module(&al, ip, ui)) in entry()
65 e.map = al.map; in entry()
66 e.sym = al.sym; in entry()
69 al.sym ? al.sym->name : "''", in entry()
71 al.map ? al.map->map_ip(al.map, ip) : (u64) 0); in entry()
89 struct addr_location al; in access_dso_mem() local
93 MAP__FUNCTION, addr, &al); in access_dso_mem()
94 if (!al.map) { in access_dso_mem()
99 if (!al.map->dso) in access_dso_mem()
102 size = dso__data_read_addr(al.map->dso, al.map, ui->machine, in access_dso_mem()