Home | History | Annotate | Download | only in bfd

Lines Matching defs:xc

1239 		  asection *xc = bfd_get_section_by_name (abfd, "COMMON");
1241 if (xc == NULL)
1245 xc = bfd_make_section_with_flags (abfd, "COMMON", flags);
1246 if (xc == NULL)
1249 sym->symbol.section = xc;