Home
last modified time | relevance | path

Searched refs:nlocals (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c248 int nlocals = DECL_MAX_LOCALS (current_function_decl); local
249 int cur_length = stack_pointer + nlocals;
286 if (return_map == NULL_TREE || i >= nlocals
295 if (i >= nlocals)
1281 int nlocals = DECL_MAX_LOCALS (current_function_decl); local
1282 index = nlocals + DECL_MAX_STACK (current_function_decl);
1284 while (index > nlocals)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xstormy16.c668 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; in xstormy16_elf_relax_section() local
674 for (idx = 0; idx < nlocals; ++idx) in xstormy16_elf_relax_section()
H A Delf32-m32c.c1209 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; in m32c_elf_relax_plt_section() local
1215 for (idx = 0; idx < nlocals; ++idx) in m32c_elf_relax_plt_section()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xstormy16.c715 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; local
721 for (idx = 0; idx < nlocals; ++idx)