Searched refs:verinfo (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | unsupported.js | 39 versions.forEach(function (verinfo) { argument 40 var version = verinfo[0] 41 var broken = verinfo[1] 42 var unsupp = verinfo[2]
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 448 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, … in check_verinfo() argument 452 if (strlen(verinfo->v) == 0) { in check_verinfo() 456 verinfo->s, verinfo->v); in check_verinfo() 464 if (verinfo->use_vna_hash) { in check_verinfo() 466 return check_vna_hash(def, vsym, verinfo->vna_hash); in check_verinfo() 471 if (strlen(verinfo->v) == 0) { in check_verinfo() 475 LD_LOGD("check_verinfo not default version. vsym:%{public}d s:%{public}s", vsym, verinfo->s); in check_verinfo() 494 int ret = !strcmp(verinfo->v, strings + aux->vda_name); in check_verinfo() 498 verinfo->s, verinfo->v, vsym, strings + aux->vda_name); in check_verinfo() 530 static Sym *sysv_lookup(struct verinfo *verinfo, struct sym_info_pair s_info_p, struct dso *dso) in sysv_lookup() argument [all …]
|
D | cfi.c | 133 struct verinfo verinfo = { .s = "__cfi_check", .v = "", .use_vna_hash = false }; in find_cfi_check_sym() local 134 struct sym_info_pair s_info_p = gnu_hash(verinfo.s); in find_cfi_check_sym() 135 return find_sym_impl(p, &verinfo, s_info_p, 0, p->namespace); in find_cfi_check_sym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 68 struct verinfo { struct 240 struct dso *dso, struct verinfo *verinfo, struct sym_info_pair s_info_p, int need_def, ns_t *ns);
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_dynlink.c | 251 int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *stri… 683 struct verinfo info; in dynlink_test_2006() 703 struct verinfo info; in dynlink_test_2007() 724 struct verinfo info; in dynlink_test_2008()
|