Home | History | Annotate | Download | only in bfd

Lines Matching full:textsec

2185 	      asection *textsec
2189 if (textsec != NULL
2190 && c->value >= textsec->vma
2191 && c->value <= textsec->vma + textsec->size)
2193 c->section = textsec;