OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libdwfl_relocate
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/0.153/libdwfl/
dwfl_module_getelf.c
69
(void)
__libdwfl_relocate
(mod, mod->main.elf, false);
76
(void)
__libdwfl_relocate
(mod, mod->debug.elf, false);
libdwflP.h
315
extern Dwfl_Error
__libdwfl_relocate
(Dwfl_Module *mod, Elf *file, bool debug)
dwfl_module_getdwarf.c
973
result =
__libdwfl_relocate
(mod, debugfile->elf, true);
1068
(void)
__libdwfl_relocate
(mod, mod->debug.elf, false);
relocate.c
592
__libdwfl_relocate
(Dwfl_Module *mod, Elf *debugfile, bool debug)
function
Completed in 120 milliseconds