Lines Matching refs:vna_hash
479 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash)
487 if (vna_hash == verdef->vd_hash) {
502 LD_LOGD("check_vna_hash no matched found. vsym=%{public}d vna_hash=%{public}x", vsym, vna_hash);
526 return check_vna_hash(def, vsym, verinfo->vna_hash);
609 "so:%{public}s s:%{public}s v:%{public}s use_vna_hash:%{public}d vna_hash:%{public}x",
610 dso->name, verinfo->s, verinfo->v, verinfo->use_vna_hash, verinfo->vna_hash);
643 "so:%{public}s s:%{public}s v:%{public}s use_vna_hash:%{public}d vna_hash:%{public}x",
644 dso->name, verinfo->s, verinfo->v, verinfo->use_vna_hash, verinfo->vna_hash);
983 static bool get_vna_hash(struct dso *dso, int sym_index, uint32_t *vna_hash)
1005 *vna_hash = vernaux->vna_hash;
1109 vinfo.use_vna_hash = get_vna_hash(dso, sym_index, &vinfo.vna_hash);
1136 dso->name, name, vinfo.use_vna_hash, vinfo.vna_hash);