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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c843 * 1. matchlbl == NULL - return the index of the most recent label.
844 * 2. matchlbl == "BASE" - return the index of the oldest label.
845 * 3. matchlbl != NULL, but doesn't match any labels in the section - warn
846 * the user, and proceed as if matchlbl == "BASE" (for safety).
847 * 4. matchlbl != NULL, and matches one of the labels in the section - return
851 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) argument
873 if (matchlbl != NULL && streq(matchlbl, "BASE"))
877 if (matchlbl != NULL && streq(label, matchlbl))
[all...]

Completed in 164 milliseconds