Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_print_lines.c213 struct Dwarf_Unsigned_Pair_s *valpair = 0; in print_include_directory_details() local
218 valpair = line_context->lc_directory_format_values +i; in print_include_directory_details()
221 res = dwarf_get_LNCT_name(valpair->up_first, in print_include_directory_details()
230 res = dwarf_get_FORM_name(valpair->up_second,&fname); in print_include_directory_details()
236 valpair->up_second); in print_include_directory_details()
364 struct Dwarf_Unsigned_Pair_s *valpair = 0; in print_file_entry_details() local
369 valpair = line_context->lc_file_format_values +i; in print_file_entry_details()
372 res = dwarf_get_LNCT_name(valpair->up_first,&tname); in print_file_entry_details()
378 valpair->up_first); in print_file_entry_details()
381 res = dwarf_get_FORM_name(valpair->up_second,&fname); in print_file_entry_details()
[all …]