Home
last modified time | relevance | path

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

/external/elfutils/src/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()
DChangeLog1628 (__libdwfl_relocate): Take new bool arg, DEBUG. If false,
1651 (__libdwfl_relocate): Update caller.
1653 (__libdwfl_relocate): ... here.
1688 * relocate.c (__libdwfl_relocate): Don't return DWFL_E_NO_DWARF.
1701 (__libdwfl_relocate): Use it.
1752 * relocate.c (__libdwfl_relocate): Clear size of reloc section in its
2032 * relocate.c (__libdwfl_relocate): Use dwfl_module_getsym.
2130 * relocate.c (__libdwfl_relocate): Return DWFL_E_UNKNOWN_MACHINE
2259 * relocate.c (__libdwfl_relocate): Likewise.
2272 * relocate.c (__libdwfl_relocate): Take argument DEBUGFILE,
Ddwfl_module_getdwarf.c1199 result = __libdwfl_relocate (mod, debugfile->elf, true); in load_dw()
1308 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getdwarf()
DlibdwflP.h461 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
Drelocate.c620 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() function