Home
last modified time | relevance | path

Searched refs:find_prelink_address_sync (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c273 find_prelink_address_sync (Dwfl_Module *mod, struct dwfl_file *file) in find_prelink_address_sync() function
545 result = find_prelink_address_sync (mod, &mod->debug); in find_debuginfo()
923 return find_prelink_address_sync (mod, &mod->aux_sym) == DWFL_E_NOERROR; in find_aux_address_sync()
DChangeLog944 * dwfl_module_getdwarf.c (find_prelink_address_sync): Move nested
1017 (find_prelink_address_sync): Allocate exact amount of bytes for
1026 * dwfl_module_getdwarf.c (find_prelink_address_sync): Do not use
1172 * dwfl_module_getdwarf.c (find_prelink_address_sync): Allocate
2062 * dwfl_module_getdwarf.c (find_prelink_address_sync): Take and
2064 (find_debuginfo): Call find_prelink_address_sync with debug file.
2206 * dwfl_module_getdwarf.c (find_prelink_address_sync): Use the
2209 * dwfl_module_getdwarf.c (find_prelink_address_sync): Discover
2212 * dwfl_module_getdwarf.c (find_prelink_address_sync): Fix pasto in
2219 (find_prelink_address_sync): New function.