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

/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dppc-ext.h56 unsigned char l_rtype[2]; member in struct:nlm32_powerpc_external_reloc
/haiku-fatelf/src/bin/gdb/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.c2741 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
2757 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
H A Dxcofflink.c425 correct if ldrel.l_rtype == 0. In other cases, we should use
5320 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
5633 ldrel.l_rtype = (irel->r_size << 8) | R_POS;
5759 ldrel.l_rtype = (reloc_size << 8) | R_POS;
5821 ldrel.l_rtype = (reloc_size << 8) | R_POS;
6137 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type;
/haiku-fatelf/src/bin/gdb/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 191 milliseconds