Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDelf-bfd.h1338 int num_locals; member
1485 #define elf_num_locals(bfd) (elf_tdata(bfd) -> num_locals)
HDelf.c3398 unsigned int num_locals = 0; in elf_map_symbols() local
3449 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()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp3940 const size_t num_locals = locals->GetSize(); in WindowDelegateDraw() local
3941 for (size_t i=0; i<num_locals; ++i) in WindowDelegateDraw()