Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:debugfile

1309 /* Try to start up libdw on DEBUGFILE.  */
1311 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile)
1313 if (mod->e_type == ET_REL && !debugfile->relocated)
1328 result = __libdwfl_relocate (mod, debugfile->elf, true);
1338 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0)
1340 close (debugfile->fd);
1341 debugfile->fd = -1;
1345 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL);