Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ddw2gencfi.c2006 dot_cfi_dummy (int ignored ATTRIBUTE_UNUSED) in dot_cfi_dummy() function
2014 { "cfi_sections", dot_cfi_dummy, 0 },
2015 { "cfi_startproc", dot_cfi_dummy, 0 },
2016 { "cfi_endproc", dot_cfi_dummy, 0 },
2017 { "cfi_def_cfa", dot_cfi_dummy, 0 },
2018 { "cfi_def_cfa_register", dot_cfi_dummy, 0 },
2019 { "cfi_def_cfa_offset", dot_cfi_dummy, 0 },
2020 { "cfi_adjust_cfa_offset", dot_cfi_dummy, 0 },
2021 { "cfi_offset", dot_cfi_dummy, 0 },
2022 { "cfi_rel_offset", dot_cfi_dummy, 0 },
[all …]
DChangeLog-20111826 * dw2gencfi.c (dot_cfi_dummy): New.