Home
last modified time | relevance | path

Searched refs:DW_LANG_C99 (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Ddwarf.h233 DW_LANG_C99 = 0x000c, enumerator
/netbsd/src/external/gpl3/gcc/dist/include/
Ddwarf2.h349 DW_LANG_C99 = 0x000c, enumerator
/netbsd/src/external/gpl3/gdb/dist/include/
Ddwarf2.h349 DW_LANG_C99 = 0x000c, enumerator
/netbsd/src/external/gpl3/binutils/dist/include/
Ddwarf2.h349 DW_LANG_C99 = 0x000c, enumerator
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Ddwarf.c2130 case DW_LANG_C99: in dw_read()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Ddwarf2.c1756 case DW_LANG_C99: in mangle_style()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Ddwarf2.c1756 case DW_LANG_C99: in mangle_style()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc5543 return (lang == DW_LANG_C || lang == DW_LANG_C89 || lang == DW_LANG_C99 in is_c()
21502 case DW_LANG_C99: in lower_bound_default()
21882 case DW_LANG_C99: in add_prototyped_attribute()
25176 language = DW_LANG_C99; in gen_compile_unit_die()
DChangeLog-20143843 determine if DW_LANG_C99 or DW_LANG_C89 should be returned.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c2365 case DW_LANG_C99: printf ("ANSI C99"); break; in display_lang()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20099165 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.