Searched refs:dwfl_module_getsym_info (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsym.c | 201 dwfl_module_getsym_info (Dwfl_Module *mod, int ndx, in dwfl_module_getsym_info() function 210 INTDEF (dwfl_module_getsym_info) in INTDEF()
|
H A D | libdwfl.h | 444 SHN_UNDEF or SHN_ABS. It is recommended to use dwfl_module_getsym_info 470 extern const char *dwfl_module_getsym_info (Dwfl_Module *mod, int ndx, 483 function entry value as described in dwfl_module_getsym_info.
|
H A D | libdwflP.h | 458 /* Internal wrapper for old dwfl_module_getsym and new dwfl_module_getsym_info. 757 INTDECL (dwfl_module_getsym_info)
|
/third_party/elfutils/tests/ |
H A D | vdsosyms.c | 57 const char *sname = dwfl_module_getsym_info (mod, i, &sym, &addr, in module_callback()
|
H A D | dwflsyms.c | 135 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp, in list_syms()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 444 SHN_UNDEF or SHN_ABS. It is recommended to use dwfl_module_getsym_info 470 extern const char *dwfl_module_getsym_info (Dwfl_Module *mod, int ndx, 483 function entry value as described in dwfl_module_getsym_info.
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 495 const char *symbol_name = dwfl_module_getsym_info (mod, i, symbol, in find_symbol()
|
Completed in 7 milliseconds