Searched refs:__libdwfl_module_getebl (Results 1 – 10 of 10) sorted by relevance
45 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_return_value_location()
42 Dwfl_Error error = __libdwfl_module_getebl (mod); in __libdwfl_set_cfi()
50 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in dwfl_module_getelf()
48 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_register_names()
134 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in __libdwfl_getsym()
184 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state()
504 extern Dwfl_Error __libdwfl_module_getebl (Dwfl_Module *mod) internal_function;
1303 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl() function1330 Dwfl_Error error = __libdwfl_module_getebl (mod); in load_dw()
808 Dwfl_Error result = __libdwfl_module_getebl (mod); in __libdwfl_relocate_section()
2734 (dwfl_module_return_value_location): Use __libdwfl_module_getebl.2778 * dwfl_module_getdwarf.c (__libdwfl_module_getebl): New function.