Home | History | Annotate | Download | only in bfd

Lines Matching defs:sect

998 	   bool (*func) (bfd *abfd, asection *sect, void *obj),
1360 void (*func) (bfd *abfd, asection *sect, void *obj),
1384 asection *sect;
1387 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next)
1388 (*operation) (abfd, sect, user_storage);
1401 bool (*operation) (bfd *abfd, asection *sect, void *obj),
1420 asection *sect;
1422 for (sect = abfd->sections; sect != NULL; sect = sect->next)
1423 if ((*operation) (abfd, sect, user_storage))
1426 return sect;