Searched refs:num_locals (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | check-init.c | 413 int num_locals; member 439 current.num_locals = num_current_locals; \ 459 WORDS_NEEDED (2 * current->num_locals)); 712 COPYN (before, alt->saved, WORDS_NEEDED (2 * alt->num_locals)); 713 for (i = alt->num_locals; i < num_current_locals; i++)
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-bfd.h | 1114 int num_locals; member 1254 #define elf_num_locals(bfd) (elf_tdata(bfd) -> num_locals)
|
H A D | elf.c | 2881 unsigned int num_locals = 0; in elf_map_symbols() local 2956 num_locals++; in elf_map_symbols() 2970 num_locals++; in elf_map_symbols() 2977 amt = (num_locals + num_globals) * sizeof (asymbol *); in elf_map_symbols() 2991 i = num_locals + num_globals2++; in elf_map_symbols() 3006 i = num_locals + num_globals2++; in elf_map_symbols() 3012 bfd_set_symtab (abfd, new_syms, num_locals + num_globals); in elf_map_symbols() 3014 elf_num_locals (abfd) = num_locals; in elf_map_symbols()
|
H A D | elf32-xtensa.c | 5309 unsigned i, num_syms, num_locals; local 5323 num_locals = symtab_hdr->sh_info; 5326 for (i = 0; i < num_locals; i++) 5340 for (i = 0; i < (num_syms - num_locals); i++)
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf-bfd.h | 1222 int num_locals; member 1374 #define elf_num_locals(bfd) (elf_tdata(bfd) -> num_locals)
|
H A D | elf.c | 3325 unsigned int num_locals = 0; in elf_map_symbols() local 3398 num_locals++; in elf_map_symbols() 3412 num_locals++; in elf_map_symbols() 3419 new_syms = bfd_alloc2 (abfd, num_locals + num_globals, sizeof (asymbol *)); in elf_map_symbols() 3432 i = num_locals + num_globals2++; in elf_map_symbols() 3447 i = num_locals + num_globals2++; in elf_map_symbols() 3453 bfd_set_symtab (abfd, new_syms, num_locals + num_globals); in elf_map_symbols() 3455 elf_num_locals (abfd) = num_locals; in elf_map_symbols()
|
H A D | elf32-xtensa.c | 9147 unsigned i, num_syms, num_locals; in relax_section_symbols() local 9162 num_locals = symtab_hdr->sh_info; in relax_section_symbols() 9165 for (i = 0; i < num_locals; i++) in relax_section_symbols() 9188 for (i = 0; i < (num_syms - num_locals); i++) in relax_section_symbols()
|