Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

2433       asection * srel;
2435 srel = bfd_get_linker_section (dynobj, ".rela.bss");
2436 BFD_ASSERT (srel != NULL);
2437 srel->size += sizeof (Elf32_External_Rela);
2629 asection * srel;
2635 srel = bfd_get_linker_section (dynobj, ".rela.got");
2636 BFD_ASSERT (sgot != NULL && srel != NULL);
2664 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
2665 + srel->reloc_count));
2666 ++ srel->reloc_count;