Lines Matching refs:result
424 int result;
430 result = __libelf_set_rawdata_wrlock (scn);
433 return result;
478 Elf_Data *result = NULL;
535 result = runp->next ? &runp->next->data.d : NULL;
565 result = &scn->data_list.data.d;
568 return result;
574 Elf_Data *result;
580 result = __elf_getdata_rdlock (scn, data);
583 return result;