Home
last modified time | relevance | path

Searched refs:gx_column_count_sections (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c396 indexptr->gx_column_count_sections = num_secs; in dwarf_get_xu_index_header()
413 *number_of_columns = indexptr->gx_column_count_sections; in dwarf_get_xu_index_header()
526 if( column_index >= xuhdr->gx_column_count_sections) { in dwarf_get_xu_section_names()
535 xuhdr->gx_column_count_sections); in dwarf_get_xu_section_names()
579 Dwarf_Unsigned column_count = xuhdr->gx_column_count_sections; in dwarf_get_xu_section_offset()
614 if( column_index >= xuhdr->gx_column_count_sections) { in dwarf_get_xu_section_offset()
623 xuhdr->gx_column_count_sections); in dwarf_get_xu_section_offset()
752 for ( i = 0; i< xuhdr->gx_column_count_sections; i++) { in _dwarf_search_fission_for_offset()
836 unsigned max_cols = xuhdr->gx_column_count_sections; /* L */ in transform_xu_to_dfp()
H A Ddwarf_xu_index.h45 Dwarf_Unsigned gx_column_count_sections; /* N */ member