Searched refs:__libdwfl_relocate (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 623 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()
|
D | ChangeLog | 228 (__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,
|
D | libdwflP.h | 250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
|
D | relocate.c | 565 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) in __libdwfl_relocate() function
|