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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c736 * 1. matchlbl == NULL - return the index of the most recent label.
737 * 2. matchlbl == "BASE" - return the index of the oldest label.
738 * 3. matchlbl != NULL, but doesn't match any labels in the section - warn
739 * the user, and proceed as if matchlbl == "BASE" (for safety).
740 * 4. matchlbl != NULL, and matches one of the labels in the section - return
744 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) argument
766 if (matchlbl != NULL && streq(matchlbl, "BASE"))
770 if (matchlbl != NULL && streq(label, matchlbl))
[all...]

Completed in 58 milliseconds