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

  /toolchain/binutils/binutils-2.27/include/nlm/
ppc-ext.h 57 unsigned char l_rtype[2]; member in struct:nlm32_powerpc_external_reloc
  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/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

Completed in 91 milliseconds