HomeSort by relevance Sort by last modified time
    Searched refs:l_rtype (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
ppc-ext.h 57 unsigned char l_rtype[2]; member in struct:nlm32_powerpc_external_reloc
  /toolchain/binutils/binutils-2.25/bfd/
nlm32-ppc.c 442 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 |= 0x8000
441 int l_rtype; local
739 int l_rtype; local
    [all...]
coff64-rs6000.c 701 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
713 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
    [all...]
coff-rs6000.c     [all...]
xcofflink.c 475 correct if ldrel.l_rtype == 0. In other cases, we should use
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 258 bfd_byte l_rtype[2]; member in struct:external_ldrel
rs6000.h 277 bfd_byte l_rtype[2]; member in struct:external_ldrel
xcoff.h 283 short l_rtype; member in struct:internal_ldrel
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1137 rsize = bfd_h_get_8 (abfd, ldrel->l_rtype + 0);
1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1);
    [all...]

Completed in 150 milliseconds