Home | History | Annotate | Download | only in bfd

Lines Matching defs:symsize

801       long symsize;
804 symsize = bfd_get_symtab_upper_bound (abfd);
805 if (symsize < 0)
808 symsize);
809 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0)