Home | History | Annotate | Download | only in libelf

Lines Matching defs:LIBELFBITS

60 #ifndef LIBELFBITS
61 # define LIBELFBITS 32
65 static ElfW2(LIBELFBITS,Ehdr) *
89 elf->class = ELFW(ELFCLASS,LIBELFBITS);
91 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
97 return elf->state.ELFW(elf,LIBELFBITS).ehdr;
100 ElfW2(LIBELFBITS,Ehdr) *
101 __elfw2(LIBELFBITS,getehdr_wrlock) (elf)
107 ElfW2(LIBELFBITS,Ehdr) *
108 elfw2(LIBELFBITS,getehdr) (elf)
111 ElfW2(LIBELFBITS,Ehdr) *result;