Home
last modified time | relevance | path

Searched refs:md_debug_format_selector (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.c81 static enum debug_info_type (*md_debug_format_selector) (int *) = MD_DEBUG_FORMAT_SELECTOR; variable
854 if (md_debug_format_selector) in parse_args()
855 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); in parse_args()
H A DChangeLog-20041342 Handle the -g switch, calling md_debug_format_selector() if
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Das.c79 static enum debug_info_type (*md_debug_format_selector) (int *) = MD_DEBUG_FORMAT_SELECTOR; variable
842 if (md_debug_format_selector) in parse_args()
843 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions); in parse_args()
H A DChangeLog-20041342 Handle the -g switch, calling md_debug_format_selector() if