Home
last modified time | relevance | path

Searched refs:row_index (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c582 Dwarf_Unsigned row_index = irow_index-1; in dwarf_get_xu_section_offset() local
599 if( row_index >= xuhdr->gx_units_in_index) { in dwarf_get_xu_section_offset()
605 "row index of %u ",row_index); in dwarf_get_xu_section_offset()
632 offsetrow = offsetrow + (row_index*column_count * LEN32BIT); in dwarf_get_xu_section_offset()
635 sizerow = sizerow + (row_index*column_count * LEN32BIT); in dwarf_get_xu_section_offset()
H A Dgenerated_libdwarf.h.in3571 Dwarf_Unsigned /*row_index*/,
H A Dlibdwarf.h.in3571 Dwarf_Unsigned /*row_index*/,
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c943 get_row_shift(int row_index, struct dgrp_info *dgrp) in get_row_shift() argument
963 shift += row_index; in get_row_shift()