Lines Matching defs:vnd
2104 * vnd - Address of verneed data
2137 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache,
2147 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) {
2150 Half vcnt = vnd->vn_cnt;
2151 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux);
2159 name = string(vcache, cnt, scache, file, vnd->vn_file);
2221 * vnd - Address of verneed data
2232 update_gnu_verndx(Verneed *vnd, Word vnd_num, VERSYM_STATE *versym)
2237 vnd = (Verneed *)((uintptr_t)vnd + vnd->vn_next)) {
2238 Half vcnt = vnd->vn_cnt;
2239 Vernaux *vnap = (Vernaux *)((uintptr_t)vnd + vnd->vn_aux);