Searched refs:__libdwfl_module_getebl (Results 1 – 10 of 10) sorted by relevance
41 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_return_value_location()
38 Dwfl_Error error = __libdwfl_module_getebl (mod); in __libdwfl_set_cfi()
46 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in dwfl_module_getelf()
44 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_register_names()
130 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in __libdwfl_getsym()
181 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state()
502 extern Dwfl_Error __libdwfl_module_getebl (Dwfl_Module *mod) internal_function;
1294 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl() function1321 Dwfl_Error error = __libdwfl_module_getebl (mod); in load_dw()
759 return (__libdwfl_module_getebl (mod) in __libdwfl_relocate_section()
2403 (dwfl_module_return_value_location): Use __libdwfl_module_getebl.2447 * dwfl_module_getdwarf.c (__libdwfl_module_getebl): New function.