Home | History | Annotate | Download | only in bfd

Lines Matching full:num_locals

3399   unsigned int num_locals = 0;
3452 num_locals++;
3464 num_locals++;
3471 new_syms = (asymbol **) bfd_alloc2 (abfd, num_locals + num_globals,
3483 i = num_locals + num_globals2++;
3502 i = num_locals + num_globals2++;
3508 bfd_set_symtab (abfd, new_syms, num_locals + num_globals);
3510 *pnum_locals = num_locals;
6788 unsigned int num_locals;
6792 if (!elf_map_symbols (abfd, &num_locals))
6806 symtab_hdr->sh_info = num_locals + 1;