Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module_getelf.c48 (void) __libdwfl_relocate (mod, mod->main.elf, false); in dwfl_module_getelf()
55 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getelf()
DChangeLog1977 (__libdwfl_relocate): Take new bool arg, DEBUG. If false,
2000 (__libdwfl_relocate): Update caller.
2002 (__libdwfl_relocate): ... here.
2037 * relocate.c (__libdwfl_relocate): Don't return DWFL_E_NO_DWARF.
2050 (__libdwfl_relocate): Use it.
2101 * relocate.c (__libdwfl_relocate): Clear size of reloc section in its
2381 * relocate.c (__libdwfl_relocate): Use dwfl_module_getsym.
2479 * relocate.c (__libdwfl_relocate): Return DWFL_E_UNKNOWN_MACHINE
2608 * relocate.c (__libdwfl_relocate): Likewise.
2621 * relocate.c (__libdwfl_relocate): Take argument DEBUGFILE,
DlibdwflP.h476 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
Ddwfl_module_getdwarf.c1328 result = __libdwfl_relocate (mod, debugfile->elf, true); in load_dw()
1437 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getdwarf()
Drelocate.c702 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() function