HomeSort by relevance Sort by last modified time
    Searched refs:__libdwfl_relocate (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 623 result = __libdwfl_relocate (mod, debugfile->elf, true);
720 (void) __libdwfl_relocate (mod, mod->main.elf, false);
727 (void) __libdwfl_relocate (mod, mod->debug.elf, false);
758 (void) __libdwfl_relocate (mod, mod->debug.elf, false);
libdwflP.h 250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
relocate.c 565 __libdwfl_relocate (Dwfl_Module *mod, Elf *debugfile, bool debug) function

Completed in 35 milliseconds