| /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/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/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/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/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);
|