Home | History | Annotate | Download | only in bfd

Lines Matching refs:sreloc

895   asection *sreloc;
912 sreloc = NULL;
1273 if (sreloc == NULL)
1278 sreloc = _bfd_elf_make_dynamic_reloc_section
1281 if (sreloc == NULL)
1936 asection *sreloc = elf_section_data (p->sec)->sreloc;
1937 sreloc->size += p->count * sizeof (Elf64_External_Rela);
2034 srela = elf_section_data (p->sec)->sreloc;
2709 asection *sreloc;
2740 sreloc = htab->elf.irelifunc;
2741 elf_append_rela (output_bfd, sreloc, &outrel);
2779 asection *sreloc;
2862 sreloc = elf_section_data (input_section)->sreloc;
2863 if (sreloc == NULL)
2866 loc = sreloc->contents;
2867 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
2885 asection *sreloc;
2892 sreloc = elf_section_data (input_section)->sreloc;
2893 if (sreloc == NULL)
2895 loc = sreloc->contents;
2896 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
3088 asection *sreloc;
3104 sreloc = elf_section_data (input_section)->sreloc;
3105 if (sreloc == NULL)
3107 loc = sreloc->contents;
3108 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);