Searched refs:symtab_size (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c2014 disasm_info.symtab_size = sorted_symcount;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c6545 long symtab_size;
6549 symtab_size = (symcount + 1) * (sizeof (asymbol *));
6551 symtab_size -= sizeof (asymbol *);
6553 return symtab_size;
6560 long symtab_size;
6570 symtab_size = (symcount + 1) * (sizeof (asymbol *));
6572 symtab_size -= sizeof (asymbol *);
6574 return symtab_size;
6540 long symtab_size; local
6555 long symtab_size; local
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c4010 for (; n < info->symtab_size; n++)
4055 for (n = last_sym + 1; n < info->symtab_size; n++)
/freebsd-11-stable/contrib/binutils/include/
H A Ddis-asm.h103 int symtab_size; member in struct:disassemble_info

Completed in 124 milliseconds