Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c155 #define MAX_CU_NESTING (1 << 8) macro
156 static bool level_type_signed[MAX_CU_NESTING];
2300 bool is_signed = (level > 0 && level <= MAX_CU_NESTING in display_discr_list()
3127 if (level >= 0 && level < MAX_CU_NESTING in read_and_display_attr_value()
DChangeLog-2019561 * dwarf.c (MAX_CU_NESTING): New constant.