HomeSort by: relevance | last modified time | path
    Searched refs:malign (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c 51 #define MALIGN(N) { \
64 #define MALIGN(N) { .a32 = 0, .a64 = 0 }
75 static struct align malign[ELF_T_NUM] = { variable in typeref:struct:align
76 [ELF_T_ADDR] = MALIGN(Addr),
78 [ELF_T_CAP] = MALIGN(Cap),
79 [ELF_T_DYN] = MALIGN(Dyn),
80 [ELF_T_EHDR] = MALIGN(Ehdr),
81 [ELF_T_HALF] = MALIGN(Half),
82 [ELF_T_LWORD] = MALIGN(Lword),
83 [ELF_T_MOVE] = MALIGN(Move)
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1144 ssize_t msize, malign, ssize; local
1198 (malign = ctf_type_align (fp, type)) < 0)
1210 malign = 0;
1281 off = roundup (off, MAX (malign, 1));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1144 ssize_t msize, malign, ssize; local
1198 (malign = ctf_type_align (fp, type)) < 0)
1210 malign = 0;
1281 off = roundup (off, MAX (malign, 1));
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1141 ssize_t msize, malign, ssize; local
1195 (malign = ctf_type_align (fp, type)) < 0)
1207 malign = 0;
1278 off = roundup (off, MAX (malign, 1));
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1108 ssize_t msize, malign, ssize; local
1162 (malign = ctf_type_align (fp, type)) < 0)
1174 malign = 0;
1245 off = roundup (off, MAX (malign, 1));
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1162 ssize_t msize, malign, ssize; local
1192 (malign = ctf_type_align(fp, type)) == CTF_ERR)
1230 off = roundup(off, MAX(malign, 1));
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 271 unsigned malign = GET_MODE_ALIGNMENT (TYPE_MODE (ntype)); local
272 if (TYPE_ALIGN (ntype) != malign)
273 ntype = build_aligned_type (ntype, malign);
  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 274 unsigned malign = GET_MODE_ALIGNMENT (TYPE_MODE (ntype)); local
275 if (TYPE_ALIGN (ntype) != malign)
276 ntype = build_aligned_type (ntype, malign);
  /src/external/mit/isl/dist/
configure 7782 # -malign-double for x86 systems
7783 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -malign-double" >&5
7784 printf %s "checking whether C compiler accepts -malign-double... " >&6; }
7791 CFLAGS="$CFLAGS -malign-double"
7816 CFLAGS="$CFLAGS -malign-double"

Completed in 102 milliseconds