Lines Matching full:elfw2
45 ElfW2(LIBELFBITS,Phdr) *
46 elfw2(LIBELFBITS,newphdr) (Elf *elf, size_t count)
48 ElfW2(LIBELFBITS,Phdr) *result;
59 if (unlikely ((ElfW2(LIBELFBITS,Word)) count != count))
102 sizeof (ElfW2(LIBELFBITS,Phdr));
115 if (unlikely (count > SIZE_MAX / sizeof (ElfW2(LIBELFBITS,Phdr))))
134 result = (ElfW2(LIBELFBITS,Phdr) *)
136 count * sizeof (ElfW2(LIBELFBITS,Phdr)));
159 memset (result, '\0', count * sizeof (ElfW2(LIBELFBITS,Phdr)));
182 memset (result, '\0', count * sizeof (ElfW2(LIBELFBITS,Phdr)));
190 INTDEF(elfw2(LIBELFBITS,newphdr))