Lines Matching refs:syms
361 const char *syms[3] = { in test_attach_api_syms() local
367 opts.syms = syms; in test_attach_api_syms()
368 opts.cnt = ARRAY_SIZE(syms); in test_attach_api_syms()
565 const char *syms[4] = { in attach_uprobe_fail_trap() local
572 opts.syms = syms; in attach_uprobe_fail_trap()
573 opts.cnt = ARRAY_SIZE(syms); in attach_uprobe_fail_trap()
594 const char *syms[3] = { in attach_uprobe_fail_refctr() local
606 err = elf_resolve_syms_offsets("/proc/self/exe", 2, (const char **) &syms, in attach_uprobe_fail_refctr()
666 const char *syms[3] = { in __test_link_api() local
674 err = elf_resolve_syms_offsets(path, 3, syms, (unsigned long **) &offsets, STT_FUNC); in __test_link_api()
680 opts.uprobe_multi.cnt = ARRAY_SIZE(syms); in __test_link_api()