Home
last modified time | relevance | path

Searched refs:ALIGNMENT1 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Ddata1.h1 #define ALIGNMENT1 0x800 macro
Ddynbss1.c8 if ((((long) (&a1)) & (ALIGNMENT1 - 1))) in main()
Ddata1.c3 char a1[1] __attribute__ ((aligned (ALIGNMENT1))) = { 10 };