Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_module_return_value_location.c43 Dwfl_Error error = __libdwfl_module_getebl (mod);
Ddwfl_module_dwarf_cfi.c38 Dwfl_Error error = __libdwfl_module_getebl (mod); in __libdwfl_set_cfi()
Ddwfl_module_getelf.c46 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in dwfl_module_getelf()
Ddwfl_module_register_names.c45 Dwfl_Error error = __libdwfl_module_getebl (mod);
Ddwfl_module_getsym.c130 if (likely (__libdwfl_module_getebl (mod) == DWFL_E_NOERROR)) in __libdwfl_getsym()
Ddwfl_frame.c180 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state()
Ddwfl_module_getdwarf.c1165 __libdwfl_module_getebl (Dwfl_Module *mod) in __libdwfl_module_getebl() function
1192 Dwfl_Error error = __libdwfl_module_getebl (mod); in load_dw()
DlibdwflP.h487 extern Dwfl_Error __libdwfl_module_getebl (Dwfl_Module *mod) internal_function;
Drelocate.c677 return (__libdwfl_module_getebl (mod) in __libdwfl_relocate_section()
DChangeLog2054 (dwfl_module_return_value_location): Use __libdwfl_module_getebl.
2098 * dwfl_module_getdwarf.c (__libdwfl_module_getebl): New function.