Searched refs:l_rtype (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dppc-ext.h56 unsigned char l_rtype[2]; member in struct:nlm32_powerpc_external_reloc
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dppc-ext.h56 unsigned char l_rtype[2]; member in struct:nlm32_powerpc_external_reloc
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlm32-ppc.c562 int l_rtype;
573 l_rtype = H_GET_16 (abfd, ext.l_rtype);
609 BFD_ASSERT ((l_rtype & 0xff) < HOWTO_COUNT);
611 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
614 && ((l_rtype & 0x8000) != 0
619 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
791 int l_rtype;
850 l_rtype = howto->type;
852 l_rtype |
560 int l_rtype; local
789 int l_rtype; local
[all...]
H A Dcoff64-rs6000.c732 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
747 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
H A Dcoff-rs6000.c2746 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
2762 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
H A Dxcofflink.c426 correct if ldrel.l_rtype == 0. In other cases, we should use
5324 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
5641 ldrel.l_rtype = (irel->r_size << 8) | R_POS;
5767 ldrel.l_rtype = (reloc_size << 8) | R_POS;
5829 ldrel.l_rtype = (reloc_size << 8) | R_POS;
6145 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlm32-ppc.c442 int l_rtype;
453 l_rtype = H_GET_16 (abfd, ext.l_rtype);
487 BFD_ASSERT ((l_rtype & 0xff) < HOWTO_COUNT);
489 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 && ((l_rtype & 0x8000) != 0
497 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
740 int l_rtype;
799 l_rtype = howto->type;
801 l_rtype |
441 int l_rtype; local
739 int l_rtype; local
[all...]
H A Dcoff64-rs6000.c731 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
746 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
H A Dcoff-rs6000.c2742 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
2758 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
H A Dxcofflink.c387 correct if ldrel.l_rtype == 0. In other cases, we should use
4525 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
4824 ldrel.l_rtype = (irel->r_size << 8) | R_POS;
4947 ldrel.l_rtype = (reloc_size << 8) | R_POS;
5009 ldrel.l_rtype = (reloc_size << 8) | R_POS;
5318 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Drs6000.h263 bfd_byte l_rtype[2]; member in struct:external_ldrel
H A Drs6k64.h255 bfd_byte l_rtype[2]; member in struct:external_ldrel
H A Dxcoff.h230 short l_rtype; member in struct:internal_ldrel
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Drs6000.h263 bfd_byte l_rtype[2]; member in struct:external_ldrel
H A Drs6k64.h255 bfd_byte l_rtype[2]; member in struct:external_ldrel
H A Dxcoff.h230 short l_rtype; member in struct:internal_ldrel

Completed in 402 milliseconds