Home
last modified time | relevance | path

Searched refs:lca_name (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c100 const char *lca_name; /* Label we want to retrieve info for. */ member
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
130 cb_arg.lca_name = lname; in ctf_label_info()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c100 const char *lca_name; /* Label we want to retrieve info for. */ member
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
130 cb_arg.lca_name = lname; in ctf_label_info()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c113 const char *lca_name; /* Label we want to retrieve info for */ member
124 if (strcmp(lname, ((linfo_cb_arg_t *)arg)->lca_name) == 0) { in label_info_cb()
146 cb_arg.lca_name = lname; in ctf_label_info()