Searched refs:num_locals (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-fuzzer.c61 int num_locals; member in struct:function_fuzzer
290 ff->num_locals = fuzzer_randrange (f, 0, 10);
291 ff->locals = malloc (ff->num_locals * sizeof (gcc_jit_lvalue *));
292 for (i = 0; i < ff->num_locals; i++)
344 + ff->num_locals
350 if (choice < ff->num_locals)
352 choice -= ff->num_locals;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c311 int num_locals; member in struct:alternatives
333 current.num_locals = num_current_locals; \
349 WORDS_NEEDED (current->num_locals));
515 COPYN (before, alt->saved, WORDS_NEEDED (alt->num_locals));
516 for (i = alt->num_locals; i < num_current_locals; i++)
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1241 int num_locals;
1381 #define elf_num_locals(bfd) (elf_tdata(bfd) -> num_locals)
1239 int num_locals; member in struct:elf_obj_tdata
H A Delf.c3271 unsigned int num_locals = 0;
3344 num_locals++;
3358 num_locals++;
3365 new_syms = bfd_alloc2 (abfd, num_locals + num_globals, sizeof (asymbol *));
3378 i = num_locals + num_globals2++;
3393 i = num_locals + num_globals2++;
3399 bfd_set_symtab (abfd, new_syms, num_locals + num_globals);
3401 elf_num_locals (abfd) = num_locals;
3266 unsigned int num_locals = 0; local
H A Delf32-xtensa.c9174 unsigned i, num_syms, num_locals;
9189 num_locals = symtab_hdr->sh_info;
9192 for (i = 0; i < num_locals; i++)
9215 for (i = 0; i < (num_syms - num_locals); i++)
9147 unsigned i, num_syms, num_locals; local
/haiku-buildtools/binutils/bfd/
H A Delf.c4002 unsigned int num_locals = 0;
4055 num_locals++;
4067 num_locals++;
4074 new_syms = (asymbol **) bfd_alloc2 (abfd, num_locals + num_globals,
4086 i = num_locals + num_globals2++;
4105 i = num_locals + num_globals2++;
4111 bfd_set_symtab (abfd, new_syms, num_locals + num_globals);
4113 *pnum_locals = num_locals;
7584 unsigned int num_locals;
7588 if (!elf_map_symbols (abfd, &num_locals))
4000 unsigned int num_locals = 0; local
7582 unsigned int num_locals; local
[all...]
H A Delf32-xtensa.c10690 unsigned i, num_syms, num_locals;
10705 num_locals = symtab_hdr->sh_info;
10708 for (i = 0; i < num_locals; i++)
10728 for (i = 0; i < (num_syms - num_locals); i++)
10664 unsigned i, num_syms, num_locals; local

Completed in 178 milliseconds