Searched refs:Line_Table_Prefix_s (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.h250 /* The following structs (Line_Table_File_Entry_s,Line_Table_Prefix_s)
264 struct Line_Table_Prefix_s { struct
318 void dwarf_init_line_table_prefix(struct Line_Table_Prefix_s *pf);
319 void dwarf_free_line_table_prefix(struct Line_Table_Prefix_s *pf);
325 struct Line_Table_Prefix_s *prefix_out,
H A Ddwarf_line.c136 struct Line_Table_Prefix_s line_prefix;
409 struct Line_Table_Prefix_s prefix;
1615 must be freed (see the Line_Table_Prefix_s struct which
1634 struct Line_Table_Prefix_s *prefix_out,
1928 /* Initialize the Line_Table_Prefix_s struct.
1933 dwarf_init_line_table_prefix(struct Line_Table_Prefix_s *pf)
1938 /* Free any malloc'd area. of the Line_Table_Prefix_s struct. */
1940 dwarf_free_line_table_prefix(struct Line_Table_Prefix_s *pf)
H A Ddwarf_sort_line.c359 struct Line_Table_Prefix_s prefix;
H A Ddwarf_print_lines.c123 struct Line_Table_Prefix_s prefix;

Completed in 516 milliseconds