Searched refs:symtab_size (Results 1 – 6 of 6) sorted by relevance
103 int symtab_size; member
107 symtab_size.
6540 long symtab_size; in _bfd_elf_get_symtab_upper_bound() local6544 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_symtab_upper_bound()6546 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_symtab_upper_bound()6548 return symtab_size; in _bfd_elf_get_symtab_upper_bound()6555 long symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound() local6565 symtab_size = (symcount + 1) * (sizeof (asymbol *)); in _bfd_elf_get_dynamic_symtab_upper_bound()6567 symtab_size -= sizeof (asymbol *); in _bfd_elf_get_dynamic_symtab_upper_bound()6569 return symtab_size; in _bfd_elf_get_dynamic_symtab_upper_bound()
4009 for (; n < info->symtab_size; n++) in print_insn()4054 for (n = last_sym + 1; n < info->symtab_size; n++) in print_insn()
24 (disassemble_data): Set info->symtab and info->symtab_size.
2010 disasm_info.symtab_size = sorted_symcount; in disassemble_data()