HomeSort by: relevance | last modified time | path
    Searched defs:line_info_table (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 53 /* Each entry in the line_info_table maintains the file and
119 static dst_line_info_ref line_info_table; variable
121 /* Number of elements currently allocated for line_info_table. */
124 /* Number of elements in line_info_table currently in use. */
127 /* Size (in elements) of increments by which we may expand line_info_table. */
832 fn = line_info_table[1].dst_file_num;
834 + line_info_table[1].dst_line_num);
852 fn = line_info_table[i].dst_file_num;
854 + line_info_table[i].dst_line_num);
1383 'line_info_table' for later output of the .debug_line section. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 53 /* Each entry in the line_info_table maintains the file and
119 static dst_line_info_ref line_info_table; variable
121 /* Number of elements currently allocated for line_info_table. */
124 /* Number of elements in line_info_table currently in use. */
127 /* Size (in elements) of increments by which we may expand line_info_table. */
832 fn = line_info_table[1].dst_file_num;
834 + line_info_table[1].dst_line_num);
852 fn = line_info_table[i].dst_file_num;
854 + line_info_table[i].dst_line_num);
1383 'line_info_table' for later output of the .debug_line section. *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 275 struct line_info_table *line_table;
403 struct line_info_table *line_table;
1809 struct line_info_table struct
1897 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1903 add_line_info (struct line_info_table *table,
2028 concat_filename (struct line_info_table *table, unsigned int file)
2412 build_line_info_table (struct line_info_table * table,
2455 sort_line_sequences (struct line_info_table* table)
2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir)
2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 275 struct line_info_table *line_table;
403 struct line_info_table *line_table;
1809 struct line_info_table struct
1897 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1903 add_line_info (struct line_info_table *table,
2028 concat_filename (struct line_info_table *table, unsigned int file)
2412 build_line_info_table (struct line_info_table * table,
2455 sort_line_sequences (struct line_info_table* table)
2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir)
2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 275 struct line_info_table *line_table;
403 struct line_info_table *line_table;
1809 struct line_info_table struct
1897 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1903 add_line_info (struct line_info_table *table,
2028 concat_filename (struct line_info_table *table, unsigned int file)
2412 build_line_info_table (struct line_info_table * table,
2455 sort_line_sequences (struct line_info_table* table)
2525 line_info_add_include_dir (struct line_info_table *table, char *cur_dir)
2546 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 275 struct line_info_table *line_table;
406 struct line_info_table *line_table;
1802 struct line_info_table struct
1890 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1896 add_line_info (struct line_info_table *table,
2021 concat_filename (struct line_info_table *table, unsigned int file)
2405 build_line_info_table (struct line_info_table * table,
2448 sort_line_sequences (struct line_info_table* table)
2518 line_info_add_include_dir (struct line_info_table *table, char *cur_dir)
2539 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir
    [all...]

Completed in 36 milliseconds