Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

3699   struct reloc_std_external srel;
3768 &srel);
3783 PUT_WORD (flaginfo->output_bfd, p->offset, srel.r_address);
3786 srel.r_index[0] = r_index >> 16;
3787 srel.r_index[1] = r_index >> 8;
3788 srel.r_index[2] = r_index;
3789 srel.r_type[0] =
3799 srel.r_index[2] = r_index >> 16;
3800 srel.r_index[1] = r_index >> 8;
3801 srel.r_index[0] = r_index;
3802 srel.r_type[0] =
3812 rel_ptr = (void *) &srel;