Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c890 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) in resurrect_labels() argument
912 if (matchlbl != NULL && streq(matchlbl, "BASE")) in resurrect_labels()
916 if (matchlbl != NULL && streq(label, matchlbl)) in resurrect_labels()
920 if (matchlbl != NULL) { in resurrect_labels()
923 curfile, matchlbl, (baselabel ? baselabel : "NONE")); in resurrect_labels()