Searched refs:l_rtype (Results 1 – 9 of 9) sorted by relevance
441 int l_rtype; in nlm_powerpc_read_reloc() local452 l_rtype = H_GET_16 (abfd, ext.l_rtype); in nlm_powerpc_read_reloc()486 BFD_ASSERT ((l_rtype & 0xff) < HOWTO_COUNT); in nlm_powerpc_read_reloc()488 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff); in nlm_powerpc_read_reloc()491 && ((l_rtype & 0x8000) != 0 in nlm_powerpc_read_reloc()496 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1); in nlm_powerpc_read_reloc()739 int l_rtype; in nlm_powerpc_write_reloc() local798 l_rtype = howto->type; in nlm_powerpc_write_reloc()800 l_rtype |= 0x8000; in nlm_powerpc_write_reloc()801 l_rtype |= (howto->bitsize - 1) << 8; in nlm_powerpc_write_reloc()[all …]
699 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype); in xcoff64_swap_ldrel_in()711 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype); in xcoff64_swap_ldrel_out()
2694 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype); in xcoff_swap_ldrel_in()2707 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype); in xcoff_swap_ldrel_out()
4074 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type; in xcoff_create_ldrel()
57 unsigned char l_rtype[2]; member
258 bfd_byte l_rtype[2]; member
277 bfd_byte l_rtype[2]; member
283 short l_rtype; member
1137 rsize = bfd_h_get_8 (abfd, ldrel->l_rtype + 0); in dump_xcoff32_loader()1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1); in dump_xcoff32_loader()