Home | History | Annotate | Download | only in libelf

Lines Matching defs:is32

110   bool is32 = e_ident[EI_CLASS] == ELFCLASS32;
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
126 if (is32)
160 if (is32)