Searched refs:num_locals (Results 1 – 3 of 3) sorted by relevance
1338 int num_locals; member1485 #define elf_num_locals(bfd) (elf_tdata(bfd) -> num_locals)
3398 unsigned int num_locals = 0; in elf_map_symbols() local3449 num_locals++; in elf_map_symbols()3463 num_locals++; in elf_map_symbols()3470 new_syms = bfd_alloc2 (abfd, num_locals + num_globals, sizeof (asymbol *)); in elf_map_symbols()3485 i = num_locals + num_globals2++; in elf_map_symbols()3500 i = num_locals + num_globals2++; in elf_map_symbols()3506 bfd_set_symtab (abfd, new_syms, num_locals + num_globals); in elf_map_symbols()3508 elf_num_locals (abfd) = num_locals; in elf_map_symbols()
3940 const size_t num_locals = locals->GetSize(); in WindowDelegateDraw() local3941 for (size_t i=0; i<num_locals; ++i) in WindowDelegateDraw()