Searched refs:__libdwfl_getsym (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 33 __libdwfl_getsym (Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, in __libdwfl_getsym() function 203 return __libdwfl_getsym (mod, ndx, sym, addr, shndxp, elfp, bias, in dwfl_module_getsym_info() 213 return __libdwfl_getsym (mod, ndx, sym, NULL, shndxp, NULL, NULL, in INTDEF()
|
D | dwfl_module_addrsym.c | 204 const char *name = __libdwfl_getsym (state->mod, i, &sym, &value, in search_table()
|
D | libdwflP.h | 449 extern const char *__libdwfl_getsym (Dwfl_Module *mod, int ndx, GElf_Sym *sym,
|
D | ChangeLog | 471 * dwfl_module_getsym.c (__libdwfl_getsym): Likewise. 732 (__libdwfl_addrsym): ...this. Use __libdwfl_getsym, use value 738 (__libdwfl_getsym): ...this. Use ebl_resolve_sym_value if requested 742 (dwfl_module_getsym): Use __libdwfl_getsym. 749 * libdwflP.h (__libdwfl_getsym): New internal function declaration.
|