Home
last modified time | relevance | path

Searched refs:symtab_size (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/
HDdis-asm.h103 int symtab_size; member
HDChangeLog107 symtab_size.
/freebsd-11-stable/contrib/binutils/bfd/
HDelf.c6540 long symtab_size; in _bfd_elf_get_symtab_upper_bound() local
6544 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() local
6565 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()
/freebsd-11-stable/contrib/binutils/opcodes/
HDarm-dis.c4009 for (; n < info->symtab_size; n++) in print_insn()
4054 for (n = last_sym + 1; n < info->symtab_size; n++) in print_insn()
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-200624 (disassemble_data): Set info->symtab and info->symtab_size.
HDobjdump.c2010 disasm_info.symtab_size = sorted_symcount; in disassemble_data()