Searched refs:li_file (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.h93 'li_file 1' is last on the list, the first list entry is the
140 Dwarf_Sword li_file; /* int identifying src file */ member in struct:Dwarf_Line_s::addr_or_line_s::li_inner_s
141 /* li_file is a number 1-N, indexing into a conceptual
H A Ddwarf_line.c602 curr_line->li_addr_line.li_l_data.li_file =
655 curr_line->li_addr_line.li_l_data.li_file =
823 curr_line->li_addr_line.li_l_data.li_file =
1107 li_file begins with 1 for real files, so that the li_file returned here
1121 /* li_file must be <= line->li_context->lc_file_entry_count else it
1122 is trash. li_file 0 means not attributable to any source file
1125 *ret_fileno = (line->li_addr_line.li_l_data.li_file);
1198 if (line->li_addr_line.li_l_data.li_file >
1204 if (line->li_addr_line.li_l_data.li_file
[all...]

Completed in 71 milliseconds