Home
last modified time | relevance | path

Searched refs:DW_LANG_Python (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/elfcpp/
Ddwarf.h211 DW_LANG_Python = 0x0014, enumerator
/toolchain/binutils/binutils-2.27/include/
Ddwarf2.h328 DW_LANG_Python = 0x0014, enumerator
DChangeLog-04151097 * dwarf2.h (DW_LANG_Python): Add comment that it is
1161 (DW_LANG_Python): New language.
1174 (DW_LANG_Python): New language.
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2009314 (read_and_display_attr_value): Add DW_FORM_ref_sig8, DW_LANG_Python.
Ddwarf.c2037 case DW_LANG_Python: printf ("(Python)"); break; in read_and_display_attr_value()