Searched refs:syminfo (Results 1 – 3 of 3) sorted by relevance
18 struct syminfo;23 typedef const char *(*lookup_symbol_t)(struct syminfo *s, target_ulong orig_addr);25 typedef const char *(*lookup_symbol_t)(struct syminfo *s, target_phys_addr_t orig_addr);28 struct syminfo { struct36 struct syminfo *next; argument40 extern struct syminfo *syminfos;
76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr) in glue()105 struct syminfo *s; in glue()
12 struct syminfo *syminfos = NULL;324 struct syminfo *s; in lookup_symbol()