Home
last modified time | relevance | path

Searched refs:dot_cfi_dummy (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Ddw2gencfi.c2592 dot_cfi_dummy (int ignored ATTRIBUTE_UNUSED) in dot_cfi_dummy() function
2600 { "cfi_sections", dot_cfi_dummy, 0 },
2601 { "cfi_startproc", dot_cfi_dummy, 0 },
2602 { "cfi_endproc", dot_cfi_dummy, 0 },
2603 { "cfi_fde_data", dot_cfi_dummy, 0 },
2604 { "cfi_def_cfa", dot_cfi_dummy, 0 },
2605 { "cfi_def_cfa_register", dot_cfi_dummy, 0 },
2606 { "cfi_def_cfa_offset", dot_cfi_dummy, 0 },
2607 { "cfi_adjust_cfa_offset", dot_cfi_dummy, 0 },
2608 { "cfi_offset", dot_cfi_dummy, 0 },
[all …]
DChangeLog-20111826 * dw2gencfi.c (dot_cfi_dummy): New.