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

/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c200 static void out_abbrev (int, int);
771 out_abbrev (int name, int form)
1490 out_abbrev (DW_AT_stmt_list, DW_FORM_data4);
1493 out_abbrev (DW_AT_low_pc, DW_FORM_addr);
1494 out_abbrev (DW_AT_high_pc, DW_FORM_addr);
1499 out_abbrev (DW_AT_ranges, DW_FORM_data4);
1501 out_abbrev (DW_AT_ranges, DW_FORM_data8);
1503 out_abbrev (DW_AT_name, DW_FORM_string);
1504 out_abbrev (DW_AT_comp_dir, DW_FORM_string);
1505 out_abbrev (DW_AT_produce
767 out_abbrev (int name, int form) function
[all...]

Completed in 122 milliseconds