Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:dw

544    it if found.  Only called when mod->dw is already setup but still
550 assert (mod->dw != NULL);
554 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw,
586 dwarf_setalt (mod->dw, mod->alt);
1345 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL);
1346 if (mod->dw == NULL)
1362 if (mod->dw != NULL /* Already done. */
1441 return mod->dw;