HomeSort by relevance Sort by last modified time
    Searched full:sec_idx (Results 1 - 1 of 1) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 74 const size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; local
82 || unlikely (dwarf->sectiondata[sec_idx] == NULL)
86 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
94 const unsigned char *data = dwarf->sectiondata[sec_idx]->d_buf;
139 >= dwarf->sectiondata[sec_idx]->d_size))
155 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
167 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
168 &type_offset, sec_idx, 0))

Completed in 65 milliseconds