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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c833 * 1. matchlbl == NULL - return the index of the most recent label.
834 * 2. matchlbl == "BASE" - return the index of the oldest label.
835 * 3. matchlbl != NULL, but doesn't match any labels in the section - warn
836 * the user, and proceed as if matchlbl == "BASE" (for safety).
837 * 4. matchlbl != NULL, and matches one of the labels in the section - return
841 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) argument
863 if (matchlbl != NULL && streq(matchlbl, "BASE"))
867 if (matchlbl != NULL && streq(label, matchlbl))
[all...]

Completed in 111 milliseconds