Home
last modified time | relevance | path

Searched refs:__libdwfl_module_getebl (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_return_value_location.c45 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_return_value_location()
Ddwfl_module_dwarf_cfi.c42 Dwfl_Error error = __libdwfl_module_getebl (mod); in __libdwfl_set_cfi()
Ddwfl_module_getelf.c50 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in dwfl_module_getelf()
Ddwfl_module_register_names.c48 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_register_names()
Ddwfl_module_getsym.c134 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in __libdwfl_getsym()
Ddwfl_frame.c184 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state()
DlibdwflP.h504 extern Dwfl_Error __libdwfl_module_getebl (Dwfl_Module *mod) internal_function;
Ddwfl_module_getdwarf.c1303 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl() function
1330 Dwfl_Error error = __libdwfl_module_getebl (mod); in load_dw()
Drelocate.c808 Dwfl_Error result = __libdwfl_module_getebl (mod); in __libdwfl_relocate_section()
DChangeLog2734 (dwfl_module_return_value_location): Use __libdwfl_module_getebl.
2778 * dwfl_module_getdwarf.c (__libdwfl_module_getebl): New function.