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

  /external/elfutils/libdw/
dwarf_setalt.c 40 if (main->alt_fd != -1)
43 close (main->alt_fd);
44 main->alt_fd = -1;
dwarf_end.c 131 if (dwarf->alt_fd != -1)
134 close (dwarf->alt_fd);
dwarf_getalt.c 156 dbg->alt_fd = fd;
dwarf_begin_elf.c 415 result->alt_fd = -1;
libdwP.h 174 int alt_fd; member in struct:Dwarf
    [all...]
  /external/elfutils/libdwfl/
dwfl_module.c 103 if (mod->alt_fd != -1)
104 close (mod->alt_fd);
dwfl_module_getdwarf.c 569 mod->alt_fd = (*mod->dwfl->callbacks->find_debuginfo) (MODCB_ARGS (mod),
579 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd,
589 close (mod->alt_fd);
590 mod->alt_fd = -1;
    [all...]
libdwflP.h 197 int alt_fd; /* descriptor, only valid when alt != NULL. */ member in struct:Dwfl_Module

Completed in 983 milliseconds