Searched refs:__libdwfl_relocate (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getelf.c | 52 (void) __libdwfl_relocate (mod, mod->main.elf, false); in dwfl_module_getelf() 59 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getelf()
|
D | ChangeLog | 77 * relocate.c (__libdwfl_relocate): Always call relocate_section with 325 (__libdwfl_relocate): Likewise. 2308 (__libdwfl_relocate): Take new bool arg, DEBUG. If false, 2331 (__libdwfl_relocate): Update caller. 2333 (__libdwfl_relocate): ... here. 2368 * relocate.c (__libdwfl_relocate): Don't return DWFL_E_NO_DWARF. 2381 (__libdwfl_relocate): Use it. 2432 * relocate.c (__libdwfl_relocate): Clear size of reloc section in its 2712 * relocate.c (__libdwfl_relocate): Use dwfl_module_getsym. 2810 * relocate.c (__libdwfl_relocate): Return DWFL_E_UNKNOWN_MACHINE [all …]
|
D | libdwflP.h | 478 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
|
D | dwfl_module_getdwarf.c | 1337 result = __libdwfl_relocate (mod, debugfile->elf, true); in load_dw() 1457 (void) __libdwfl_relocate (mod, mod->debug.elf, false); in dwfl_module_getdwarf()
|
D | relocate.c | 749 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() function
|