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

/openbsd-current/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-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xstormy16.c670 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;
676 for (idx = 0; idx < nlocals; ++idx)
668 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; local
H A Delf32-m32c.c1215 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;
1221 for (idx = 0; idx < nlocals; ++idx)
1209 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-xstormy16.c717 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info;
723 for (idx = 0; idx < nlocals; ++idx)
715 unsigned int nlocals = elf_tdata (ibfd)->symtab_hdr.sh_info; local

Completed in 86 milliseconds