Home
last modified time | relevance | path

Searched refs:__alignof__ (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libelf/
Delf_getdata.c66 AL (__alignof__ (ElfW2(Bits,Sym))) }, \
68 AL (__alignof__ (ElfW2(Bits,Rela))) }, \
70 AL (__alignof__ (ElfW2(Bits,Word))) }, \
72 AL (__alignof__ (ElfW2(Bits,Dyn))) }, \
74 AL (__alignof__ (ElfW2(Bits,Rel))) }, \
76 AL (__alignof__ (ElfW2(Bits,Sym))) }, \
78 AL (__alignof__ (ElfW2(Bits,Addr))) }, \
80 AL (__alignof__ (ElfW2(Bits,Addr))) }, \
82 AL (__alignof__ (ElfW2(Bits,Addr))) }, \
84 AL (__alignof__ (Elf32_Word)) }, \
[all …]
Delf_begin.c78 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
121 & (__alignof__ (Elf32_Ehdr) - 1)) == 0)) in get_shnum()
157 & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in get_shnum()
250 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0 in file_read_elf()
252 & (__alignof__ (Elf32_Shdr) - 1)) == 0 in file_read_elf()
254 & (__alignof__ (Elf32_Phdr) - 1)) == 0))) in file_read_elf()
336 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0 in file_read_elf()
338 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf()
340 & (__alignof__ (Elf64_Phdr) - 1)) == 0))) in file_read_elf()
Delf_getshstrndx.c94 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
133 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
Delf32_getshdr.c96 & (__alignof__ (ElfW2(LIBELFBITS,Shdr)) - 1)) != 0));
102 & (__alignof__ (ElfW2(LIBELFBITS,Shdr)) - 1)) == 0)
Delf32_getphdr.c89 & (__alignof__ (ElfW2(LIBELFBITS,Phdr)) - 1)) == 0))
115 & (__alignof__ (ElfW2(LIBELFBITS,Phdr)) - 1)) == 0)
Dgelf_getverdaux.c57 || unlikely (offset % __alignof__ (GElf_Verdaux) != 0))
Dgelf_getverdef.c57 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
/external/elfutils/libebl/
Deblwstrtab.c143 align = ((__alignof__ (struct Ebl_WStrent) in newstring()
145 & (__alignof__ (struct Ebl_WStrent) - 1))) in newstring()
146 & (__alignof__ (struct Ebl_WStrent) - 1)); in newstring()
Deblstrtab.c144 align = ((__alignof__ (struct Ebl_Strent) in newstring()
146 & (__alignof__ (struct Ebl_Strent) - 1))) in newstring()
147 & (__alignof__ (struct Ebl_Strent) - 1)); in newstring()
Deblgstrtab.c148 align = ((__alignof__ (struct Ebl_GStrent) in newstring()
150 & (__alignof__ (struct Ebl_GStrent) - 1))) in newstring()
151 & (__alignof__ (struct Ebl_GStrent) - 1)); in newstring()
/external/iptables/include/libiptc/
Dlibip6tc.h9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry))
Dlibiptc.h16 #define IPT_MIN_ALIGN (__alignof__(struct ipt_entry))
/external/bison/lib/
Debitset.c213 #define __alignof__(type) 0 in ebitset_elt_alloc() macro
217 __alignof__ (ebitset_elt), in ebitset_elt_alloc()
Dlbitset.c124 #define __alignof__(type) 0 in lbitset_elt_alloc() macro
128 __alignof__ (lbitset_elt), in lbitset_elt_alloc()
/external/e2fsprogs/intl/
Ddcigettext.c114 # define alignof(TYPE) __alignof__ (TYPE)
/external/webkit/JavaScriptCore/wtf/
DVector.h42 #define WTF_ALIGN_OF(type) __alignof__(type)