Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-rl78.c558 #define ALIGN(m) if (relocation & m) r = bfd_reloc_other; in rl78_elf_relocate_section() macro
Delf32-rx.c664 #define ALIGN(m) if (relocation & m) r = bfd_reloc_other; in rx_elf_relocate_section() macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c1047 #define CHECK_ALIGN(FIELD, ALIGN, IGNORE) \ argument