Home | History | Annotate | Download | only in binutils

Lines Matching defs:symsize

172   long symsize;
386 symsize = bfd_get_symtab_upper_bound (inbfd);
387 if (symsize < 0)
389 symbols = (asymbol **) xmalloc (symsize);