Lines Matching refs:dw
1916 Dwarf_Unsigned dw; in ctf_dwarf_create_enum() local
1932 if (ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &dw) == 0 && in ctf_dwarf_create_enum()
1933 dw < SIZE_MAX) { in ctf_dwarf_create_enum()
1934 size = (size_t)dw; in ctf_dwarf_create_enum()
3148 ctf_dwarf_count_dies(Dwarf_Debug dw, Dwarf_Error *derr, uint_t *ndies, in ctf_dwarf_count_dies() argument
3155 while ((ret = dwarf_next_cu_header(dw, NULL, &vers, NULL, NULL, in ctf_dwarf_count_dies()
3184 ctf_dwarf_preinit_dies(ctf_convert_t *cch, int fd, Elf *elf, Dwarf_Debug dw, in ctf_dwarf_preinit_dies() argument
3194 while ((ret = dwarf_next_cu_header(dw, &hdrlen, &vers, &abboff, in ctf_dwarf_preinit_dies()
3207 cup->cu_dwarf = dw; in ctf_dwarf_preinit_dies()
3210 cup->cu_dwarf = dw; in ctf_dwarf_preinit_dies()
3580 Dwarf_Debug dw; in ctf_dwarf_convert() local
3588 ret = dwarf_elf_init(elf, DW_DLC_READ, NULL, NULL, &dw, &derr); in ctf_dwarf_convert()
3610 err = ctf_dwarf_count_dies(dw, &derr, &ndies, errbuf, errlen); in ctf_dwarf_convert()
3617 (void) dwarf_finish(dw, &derr); in ctf_dwarf_convert()
3623 (void) dwarf_finish(dw, &derr); in ctf_dwarf_convert()
3629 if ((err = ctf_dwarf_preinit_dies(cch, fd, elf, dw, &dwlock, &derr, in ctf_dwarf_convert()
3689 (void) dwarf_finish(dw, &derr); in ctf_dwarf_convert()