Home | History | Annotate | Download | only in libelf

Lines Matching defs:ElfW2

66 ElfW2(LIBELFBITS,Phdr) *
67 elfw2(LIBELFBITS,newphdr) (elf, count)
71 ElfW2(LIBELFBITS,Phdr) *result;
82 if (unlikely ((ElfW2(LIBELFBITS,Word)) count != count))
125 sizeof (ElfW2(LIBELFBITS,Phdr));
140 result = (ElfW2(LIBELFBITS,Phdr) *)
142 count * sizeof (ElfW2(LIBELFBITS,Phdr)));
166 memset (result, '\0', count * sizeof (ElfW2(LIBELFBITS,Phdr)));
189 memset (result, '\0', count * sizeof (ElfW2(LIBELFBITS,Phdr)));
197 INTDEF(elfw2(LIBELFBITS,newphdr))