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

  /external/elfutils/src/libdwfl/
dwfl_build_id_find_debuginfo.c 64 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf,
71 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf,
79 elf_end (mod->alt_elf);
80 mod->alt_elf = NULL;
find-debuginfo.c 101 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf,
108 ssize_t alt_len = INTUSE(dwelf_elf_gnu_build_id) (mod->alt_elf,
116 elf_end (mod->alt_elf);
117 mod->alt_elf = NULL;
326 || (mod->dw != NULL && mod->alt_elf != NULL)
dwfl_module.c 79 if (mod->alt_elf != NULL)
80 elf_end (mod->alt_elf);
dwfl_module_getdwarf.c 536 /* The (internal) callbacks might just set mod->alt_elf directly
540 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd,
544 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf,
548 elf_end (mod->alt_elf);
549 mod->alt_elf = NULL;
    [all...]
libdwflP.h 189 Elf *alt_elf; /* Elf for alt Dwarf. */ member in struct:Dwfl_Module

Completed in 133 milliseconds