Home
last modified time | relevance | path

Searched refs:DW_ATE_decimal_float (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h485 #define DW_ATE_decimal_float 0xf macro
H A Ddwarf_dump.c403 case DW_ATE_decimal_float: in dwarf_get_ATE_name()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h578 DW_ATE_decimal_float = 0xf, enumerator
H A DChangeLog338 Replace with DW_ATE_decimal_float (now in DWARF 3).
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h583 DW_ATE_decimal_float = 0xf, enumerator
H A Ddwarf2out.c8249 encoding = DW_ATE_decimal_float; in base_type_die()
H A DChangeLog-2005696 * dwarf2out.c (base_type_die): Use DW_ATE_decimal_float to
3614 * dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float.
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1274 case DW_ATE_decimal_float: printf ("(decimal float)"); break; in read_and_display_attr_value()