Home | History | Annotate | Download | only in bfd

Lines Matching defs:src_count

2323 	  long src_count;
2346 for (src_count = 0; src_count < symcount; src_count++)
2348 flagword flags = (syms[src_count])->flags;
2349 asection *sec = syms[src_count]->section;
2373 if (strcmp (syms[src_count]->name, "__gnu_lto_slim") == 0)
2377 namelen = strlen (syms[src_count]->name);
2386 strcpy (*(map[orl_count].name), syms[src_count]->name);