Searched refs:nesting_level (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c1642 int nesting_level = 1; local
1652 nested_funcs[nesting_level] = 0;
1654 while (nesting_level)
1669 nesting_level--;
1695 for (i = nesting_level - 1; i >= 1; i--)
1701 nested_funcs[nesting_level] = func;
1717 nested_funcs[nesting_level] = 0;
1839 nesting_level++;
1841 if (nesting_level >= nested_funcs_size)
1856 nested_funcs[nesting_level]
[all...]
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c2665 int nesting_level = 1; local
2676 nested_funcs[nesting_level] = 0;
2678 while (nesting_level)
2698 nesting_level--;
2728 for (i = nesting_level - 1; i >= 1; i--)
2734 nested_funcs[nesting_level] = func;
2753 nested_funcs[nesting_level] = 0;
2899 nesting_level++;
2901 if (nesting_level >= nested_funcs_size)
2913 nested_funcs[nesting_level]
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c903 fputs ("nesting_level ", file);
2039 Instead, we just make sure they have the same nesting_level. */
2331 new_module->nesting_level = current_nesting_level + 1;
2334 current_module_nesting_level = new_module->nesting_level;
2494 current_module->nesting_level : 0;
3438 < current_module->prev_module->nesting_level)
H A Dch-tree.h1182 int nesting_level;
1178 int nesting_level; member in struct:module
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.h3093 int nesting_level;
3071 int nesting_level; member in struct:mips_asm_switch
H A Dmips.c8245 if (asm_switch->nesting_level == 0)
8247 asm_switch->nesting_level++;
8256 gcc_assert (asm_switch->nesting_level);
8257 asm_switch->nesting_level--;
8258 if (asm_switch->nesting_level == 0)
8340 if (mips_noreorder.nesting_level > 0)
8348 if (mips_noreorder.nesting_level > 0 && final_sequence == 0)

Completed in 189 milliseconds