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

/freebsd-10.2-release/contrib/binutils/gas/
H A Ddwarf2dbg.c200 static void out_abbrev (int, int);
771 out_abbrev (int name, int form)
1492 out_abbrev (DW_AT_stmt_list, DW_FORM_data4);
1495 out_abbrev (DW_AT_low_pc, DW_FORM_addr);
1496 out_abbrev (DW_AT_high_pc, DW_FORM_addr);
1501 out_abbrev (DW_AT_ranges, DW_FORM_data4);
1503 out_abbrev (DW_AT_ranges, DW_FORM_data8);
1505 out_abbrev (DW_AT_name, DW_FORM_string);
1506 out_abbrev (DW_AT_comp_dir, DW_FORM_string);
1507 out_abbrev (DW_AT_produce
767 out_abbrev (int name, int form) function
[all...]

Completed in 48 milliseconds