Lines Matching refs:result
49 ElfW2(LIBELFBITS,Phdr) *result;
54 result = elf->state.ELFW(elf,LIBELFBITS).phdr;
55 if (likely (result != NULL))
56 return result;
63 result = NULL;
67 if (likely (result == NULL))
229 result = elf->state.ELFW(elf,LIBELFBITS).phdr;
233 return result;
239 ElfW2(LIBELFBITS,Phdr) *result;
253 result = elf->state.ELFW(elf,LIBELFBITS).phdr;
254 if (likely (result != NULL))
255 return result;
258 result = __elfw2(LIBELFBITS,getphdr_wrlock) (elf);
261 return result;