Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

5021       asection * srel;
5023 srel = bfd_get_linker_section (dynobj, ".rela.bss");
5024 BFD_ASSERT (srel != NULL);
5025 srel->size += sizeof (Elf32_External_Rela);
5225 asection * srel;
5237 srel = bfd_get_linker_section (dynobj, ".rela.plt");
5238 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
5298 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
5310 asection * srel;
5315 srel = bfd_get_linker_section (dynobj, ".rela.got");
5316 BFD_ASSERT (sgot != NULL && srel != NULL);
5330 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
5331 + srel->reloc_count));
5332 ++ srel->reloc_count;
5376 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
5377 + srel->reloc_count));
5378 ++ srel->reloc_count;