Lines Matching refs:sreloc
2427 asection *sreloc; in elf32_tic6x_relocate_section() local
2431 sreloc = elf_section_data (input_section)->sreloc; in elf32_tic6x_relocate_section()
2432 BFD_ASSERT (sreloc != NULL && sreloc->contents != NULL); in elf32_tic6x_relocate_section()
2484 elf32_tic6x_install_rela (output_bfd, sreloc, &outrel); in elf32_tic6x_relocate_section()
2779 asection *sreloc; in elf32_tic6x_check_relocs() local
2797 sreloc = NULL; in elf32_tic6x_check_relocs()
2945 if (sreloc == NULL) in elf32_tic6x_check_relocs()
2950 sreloc = _bfd_elf_make_dynamic_reloc_section in elf32_tic6x_check_relocs()
2953 if (sreloc == NULL) in elf32_tic6x_check_relocs()
3244 asection *sreloc; in elf32_tic6x_allocate_dynrelocs() local
3246 sreloc = elf_section_data (p->sec)->sreloc; in elf32_tic6x_allocate_dynrelocs()
3248 BFD_ASSERT (sreloc != NULL); in elf32_tic6x_allocate_dynrelocs()
3249 sreloc->size += p->count * sizeof (Elf32_External_Rela); in elf32_tic6x_allocate_dynrelocs()
3339 srel = elf_section_data (p->sec)->sreloc; in elf32_tic6x_size_dynamic_sections()