Lines Matching refs:need
1299 relocations or not we need to determine whether the file is
1300 flagged to have text relocation and we need to determine a) what
2188 /* We need the symbol section data. */
3013 index we need for this symbol. */
3116 GElf_Verneed *need = gelf_getverneed (data, offset, &needmem);
3117 if (need == NULL)
3120 unsigned int auxoffset = offset + need->vn_aux;
3122 if (need->vn_version != EV_CURRENT)
3125 idx, section_name (ebl, idx), cnt, (int) need->vn_version);
3127 if (need->vn_cnt > 0 && need->vn_aux < gelf_fsize (ebl->elf, ELF_T_VNEED,
3137 need->vn_file);
3152 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; )
3162 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
3170 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
3179 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
3188 idx, section_name (ebl, idx), need->vn_cnt - cnt2,
3199 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt);
3209 offset += need->vn_next;
3211 if ((need->vn_next != 0 || cnt > 0)
3220 if (need->vn_next == 0 && cnt > 0)
3693 /* Indices of some sections we need later. */