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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c742 * 1. matchlbl == NULL - return the index of the most recent label.
743 * 2. matchlbl == "BASE" - return the index of the oldest label.
744 * 3. matchlbl != NULL, but doesn't match any labels in the section - warn
745 * the user, and proceed as if matchlbl == "BASE" (for safety).
746 * 4. matchlbl != NULL, and matches one of the labels in the section - return
750 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) argument
772 if (matchlbl != NULL && streq(matchlbl, "BASE"))
776 if (matchlbl != NULL && streq(label, matchlbl))
[all...]

Completed in 97 milliseconds