HomeSort by: relevance | last modified time | path
    Searched defs:RELR_ALIGN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 4743 /* The RELR encoding doesn't allow odd addresses, so RELR_ALIGN must
4749 #define RELR_ALIGN 3
4757 && (rel->r_offset & ((1 << RELR_ALIGN) - 1)) == 0
4758 && sec->alignment_power >= RELR_ALIGN);
15329 BFD_ASSERT ((base & ((1 << RELR_ALIGN) - 1)) == 0);
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 4751 /* The RELR encoding doesn't allow odd addresses, so RELR_ALIGN must
4757 #define RELR_ALIGN 3
4765 && (rel->r_offset & ((1 << RELR_ALIGN) - 1)) == 0
4766 && sec->alignment_power >= RELR_ALIGN);
15327 BFD_ASSERT ((base & ((1 << RELR_ALIGN) - 1)) == 0);
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 4750 /* The RELR encoding doesn't allow odd addresses, so RELR_ALIGN must
4756 #define RELR_ALIGN 3
4764 && (rel->r_offset & ((1 << RELR_ALIGN) - 1)) == 0
4765 && sec->alignment_power >= RELR_ALIGN);
15304 BFD_ASSERT ((base & ((1 << RELR_ALIGN) - 1)) == 0);
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 4743 /* The RELR encoding doesn't allow odd addresses, so RELR_ALIGN must
4749 #define RELR_ALIGN 3
4757 && (rel->r_offset & ((1 << RELR_ALIGN) - 1)) == 0
4758 && sec->alignment_power >= RELR_ALIGN);
15312 BFD_ASSERT ((base & ((1 << RELR_ALIGN) - 1)) == 0);

Completed in 48 milliseconds