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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 1133 const data_buf &shortcuts)
1160 total_len += shortcuts.size ();
1183 shortcuts.file_write (out_file);
1248 write_shortcuts_table (cooked_index *table, data_buf &shortcuts,
1269 shortcuts.append_offset (dw_lang);
1270 shortcuts.append_offset (main_name_offset);
1350 data_buf shortcuts; local
1351 write_shortcuts_table (table, shortcuts, constant_pool);
1354 symtab_vec, constant_pool, shortcuts);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 1135 const data_buf &shortcuts)
1162 total_len += shortcuts.size ();
1185 shortcuts.file_write (out_file);
1250 write_shortcuts_table (cooked_index *table, data_buf &shortcuts,
1271 shortcuts.append_offset (dw_lang);
1272 shortcuts.append_offset (main_name_offset);
1352 data_buf shortcuts; local
1353 write_shortcuts_table (table, shortcuts, constant_pool);
1356 symtab_vec, constant_pool, shortcuts);

Completed in 25 milliseconds