Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

84     asection *srel;
1835 asection *srel;
1855 srel = bfd_get_linker_section (dynobj, srel_name);
1856 if (srel == NULL && create)
1858 srel = bfd_make_section_anyway_with_flags (dynobj, srel_name,
1864 if (srel == NULL
1865 || !bfd_set_section_alignment (dynobj, srel, 3))
1869 return srel;
1874 asection *srel, int type)
1879 if (rent->srel == srel && rent->type == type)
1890 rent->srel = srel;
1909 asection *got, *fptr, *srel, *pltoff;
1933 got = fptr = srel = pltoff = NULL;
2273 if (!srel)
2275 srel = get_reloc_section (abfd, ia64_info, sec, TRUE);
2276 if (!srel)
2279 if (!count_dyn_reloc (abfd, dyn_i, srel, dynrel_type))