Home
last modified time | relevance | path

Searched refs:l_rtype (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dnlm32-ppc.c441 int l_rtype; in nlm_powerpc_read_reloc() local
452 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() local
798 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 …]
Dcoff64-rs6000.c699 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()
Dcoff-rs6000.c2694 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()
Dxcofflink.c4074 ldrel.l_rtype = (irel->r_size << 8) | irel->r_type; in xcoff_create_ldrel()
/toolchain/binutils/binutils-2.27/include/nlm/
Dppc-ext.h57 unsigned char l_rtype[2]; member
/toolchain/binutils/binutils-2.27/include/coff/
Drs6k64.h258 bfd_byte l_rtype[2]; member
Drs6000.h277 bfd_byte l_rtype[2]; member
Dxcoff.h283 short l_rtype; member
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1137 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()