Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:debugfile

1318 /* Try to start up libdw on DEBUGFILE.  */
1320 load_dw (Dwfl_Module *mod, struct dwfl_file *debugfile)
1322 if (mod->e_type == ET_REL && !debugfile->relocated)
1337 result = __libdwfl_relocate (mod, debugfile->elf, true);
1342 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL);
1350 if (mod->e_type == ET_REL && !debugfile->relocated)
1358 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0)
1360 close (debugfile->fd);
1361 debugfile->fd = -1;
1369 && debugfile == &mod->main)