Lines Matching refs:dwarf
23 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp, in dwarf_nextcu() argument
25 Dwarf *dwarf; in dwarf_nextcu()
34 if (dwarf == NULL)
42 || unlikely (off + 4 >= dwarf->sectiondata[IDX_debug_info]->d_size))
50 char *bytes = (char *) dwarf->sectiondata[IDX_debug_info]->d_buf + off;
77 uint64_t length = read_4ubyte_unaligned_inc (dwarf, bytes);
88 >= dwarf->sectiondata[IDX_debug_info]->d_size))
96 length = read_8ubyte_unaligned_inc (dwarf, bytes);
100 read_2ubyte_unaligned_inc (dwarf, bytes);
106 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
108 abbrev_offset = read_8ubyte_unaligned_inc (dwarf, bytes);
124 - ((char *) dwarf->sectiondata[IDX_debug_info]->d_buf