Lines Matching defs:rel

99 	 FALSE),                /* PC rel offset.  */
114 FALSE), /* PC rel offset. */
129 FALSE), /* PC rel offset. */
144 FALSE), /* PC rel offset. */
159 FALSE), /* PC rel offset. */
174 FALSE), /* PC rel offset. */
189 FALSE), /* PC rel offset. */
206 FALSE), /* PC rel offset. */
223 FALSE), /* PC rel offset. */
240 FALSE), /* PC rel offset. */
255 FALSE), /* PC rel offset. */
272 FALSE), /* PC rel offset. */
290 FALSE), /* PC rel offset. */
305 FALSE), /* PC rel offset. */
320 FALSE), /* PC rel offset. */
335 FALSE), /* PC rel offset. */
350 FALSE), /* PC rel offset. */
365 FALSE), /* PC rel offset. */
380 FALSE), /* PC rel offset. */
395 FALSE), /* PC rel offset. */
410 FALSE), /* PC rel offset. */
425 FALSE) /* PC rel offset. */
437 arelent *rel)
465 rel->sym_ptr_ptr = NULL;
482 rel->sym_ptr_ptr = sec->symbol_ptr_ptr;
485 rel->addend = 0;
489 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
491 BFD_ASSERT (rel->howto->name != NULL
493 ? (rel->howto->complain_on_overflow
495 : (rel->howto->complain_on_overflow
497 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
512 rel->address = l_vaddr;
542 arelent *rel)
586 rel->sym_ptr_ptr = bfd_get_section_by_name (abfd, name)->symbol_ptr_ptr;
589 rel->howto = & nlm_powerpc_howto;
590 rel->address = val << 2;
591 rel->addend = 0;
662 nlm_powerpc_write_import (bfd * abfd, asection * sec, arelent * rel)
669 if (rel->addend != 0
670 || rel->howto == NULL
671 || rel->howto->rightshift != 0
672 || rel->howto->size != 2
673 || rel->howto->bitsize != 32
674 || rel->howto->bitpos != 0
675 || rel->howto->pc_relative
676 || (rel->howto->src_mask != 0xffffffff && rel->addend != 0)
677 || rel->howto->dst_mask != 0xffffffff)
683 sym = *rel->sym_ptr_ptr;
689 val = bfd_get_section_vma (abfd, sec) + rel->address;
732 arelent *rel,
750 sym = *rel->sym_ptr_ptr;
778 if (howto->rightshift == rel->howto->rightshift
779 && howto->size == rel->howto->size
780 && howto->bitsize == rel->howto->bitsize
781 && howto->pc_relative == rel->howto->pc_relative
782 && howto->bitpos == rel->howto->bitpos
783 && (howto->partial_inplace == rel->howto->partial_inplace
784 || (! rel->howto->partial_inplace
785 && rel->addend == 0))
786 && (howto->src_mask == rel->howto->src_mask
787 || (rel->howto->src_mask == 0
788 && rel->addend == 0))
789 && howto->dst_mask == rel->howto->dst_mask
790 && howto->pcrel_offset == rel->howto->pcrel_offset)
805 address = rel->address;
832 nlm_powerpc_write_import (bfd * abfd, asection * sec, arelent * rel)
834 return nlm_powerpc_write_reloc (abfd, sec, rel, -1);
869 if (! nlm_powerpc_write_import (abfd, relocs[i].sec, relocs[i].rel))
873 relocs[i].rel, indx))