Home
last modified time | relevance | path

Searched refs:num_locals (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf.c3922 unsigned int num_locals = 0; in elf_map_symbols() local
3975 num_locals++; in elf_map_symbols()
3987 num_locals++; in elf_map_symbols()
3994 new_syms = (asymbol **) bfd_alloc2 (abfd, num_locals + num_globals, in elf_map_symbols()
4006 i = num_locals + num_globals2++; in elf_map_symbols()
4025 i = num_locals + num_globals2++; in elf_map_symbols()
4031 bfd_set_symtab (abfd, new_syms, num_locals + num_globals); in elf_map_symbols()
4033 *pnum_locals = num_locals; in elf_map_symbols()
7428 unsigned int num_locals; in swap_out_syms() local
7432 if (!elf_map_symbols (abfd, &num_locals)) in swap_out_syms()
[all …]
Delf32-xtensa.c10671 unsigned i, num_syms, num_locals; in relax_section_symbols() local
10686 num_locals = symtab_hdr->sh_info; in relax_section_symbols()
10689 for (i = 0; i < num_locals; i++) in relax_section_symbols()
10709 for (i = 0; i < (num_syms - num_locals); i++) in relax_section_symbols()
DChangeLog-20132254 Delete num_locals and num_globals.