Searched refs:num_symbols (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp84 s->Printf("Symtab, file = %s%s%s%s, num_symbols = %" PRIu64,
89 s->Printf("Symtab, num_symbols = %" PRIu64 "", (uint64_t)m_symbols.size());
147 const size_t num_symbols = GetNumSymbols(); local
160 if (idx < num_symbols) {
257 const size_t num_symbols = m_symbols.size(); local
258 m_name_to_index.Reserve(num_symbols);
264 backlog.reserve(num_symbols / 2);
269 for (uint32_t value = 0; value < num_symbols; ++value) {
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i431 for idx in range(self.num_symbols):
546 num_symbols = property(GetNumSymbols, None, doc='''A read only property that returns number of symbols in the module symbol table as an integer.''')
/freebsd-12-stable/contrib/gdb/include/
H A Ddis-asm.h94 int num_symbols; member in struct:disassemble_info
/freebsd-12-stable/contrib/binutils/include/
H A Ddis-asm.h97 int num_symbols; member in struct:disassemble_info
/freebsd-12-stable/contrib/gdb/gdb/
H A Dxcoffread.c2864 int num_symbols; /* # of symbols */
2875 num_symbols = bfd_get_symcount (abfd); /* # of symbols */
2878 num_symbols * coff_data (abfd)->local_symesz;
2884 if (num_symbols > 0)
2923 size = coff_data (abfd)->local_symesz * num_symbols;
2927 num_symbols;
2938 /* I'm not sure how how good num_symbols is; the rule of thumb in
2940 num_symbols includes auxents. On the other hand, it doesn't
2942 init_psymbol_list (objfile, num_symbols);
2856 int num_symbols; /* # of symbols */ local
H A Dcoffread.c519 unsigned int num_symbols;
532 num_symbols = bfd_get_symcount (abfd); /* How many syms */
535 num_symbols * cdata->local_symesz;
582 if (num_symbols > 0)
607 coff_symtab_read ((long) symtab_offset, num_symbols, objfile);
515 unsigned int num_symbols; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h291 const size_t num_symbols,
H A DObjectFileELF.cpp1938 const size_t num_symbols,
1982 for (i = 0; i < num_symbols; ++i) {
2303 size_t num_symbols = symtab_data.GetByteSize() / symtab_hdr->sh_entsize; local
2305 return ParseSymbols(symbol_table, start_id, section_list, num_symbols,
1936 ParseSymbols(Symtab *symtab, user_id_t start_id, SectionList *section_list, const size_t num_symbols, const DataExtractor &symtab_data, const DataExtractor &strtab_data) argument
/freebsd-12-stable/contrib/binutils/binutils/
H A Dobjdump.c1813 pinfo->num_symbols = x - place;
1819 pinfo->num_symbols = 0;
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2957 unsigned int num_symbols = elf_tdata (abfd)->symtab_hdr.sh_info;
2959 amt = num_symbols;
2951 unsigned int num_symbols = elf_tdata (abfd)->symtab_hdr.sh_info; local

Completed in 133 milliseconds