Home
last modified time | relevance | path

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

/xnu-10002.41.9/libsyscall/custom/
H A D__gettimeofday.s49 LABEL(___gettimeofday)
57 LABEL(___gettimeofday_with_mach)
77 LABEL(___gettimeofday)
H A Dcustom.s40 LABEL(tramp_cerror)
50 LABEL(tramp_cerror_nocancel)
60 LABEL(__sysenter_trap)
/xnu-10002.41.9/tests/ktrace/
H A Dkperf_tests.c1174 #define LABEL "this_is_a_test_label_that_is_very_long_and_will_be_truncated" \ macro
1177 static_assert(sizeof(LABEL) > MAX_LABEL_LEN,
1194 strlcpy(exp_label, LABEL, sizeof(exp_label));
1254 dispatch_queue_t testq = dispatch_queue_create(LABEL, 0);
1255 T_ASSERT_NOTNULL(testq, "created queue with label: " LABEL);
/xnu-10002.41.9/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h236 #define LABEL(name) \