Home
last modified time | relevance | path

Searched refs:__libdwfl_relocate (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c623 result = __libdwfl_relocate (mod, debugfile->elf, true); in load_dw()
720 (void) __libdwfl_relocate (mod, mod->main.elf, false); in dwfl_module_getelf()
727 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getelf()
758 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in INTDEF()
DChangeLog228 (__libdwfl_relocate): Take new bool arg, DEBUG. If false,
251 (__libdwfl_relocate): Update caller.
253 (__libdwfl_relocate): ... here.
288 * relocate.c (__libdwfl_relocate): Don't return DWFL_E_NO_DWARF.
301 (__libdwfl_relocate): Use it.
352 * relocate.c (__libdwfl_relocate): Clear size of reloc section in its
632 * relocate.c (__libdwfl_relocate): Use dwfl_module_getsym.
730 * relocate.c (__libdwfl_relocate): Return DWFL_E_UNKNOWN_MACHINE
859 * relocate.c (__libdwfl_relocate): Likewise.
872 * relocate.c (__libdwfl_relocate): Take argument DEBUGFILE,
DlibdwflP.h250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
Drelocate.c565 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() function