Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/tests/ktrace/
H A Dkperf_tests.c1176 #define LABEL "this_is_a_test_label_that_is_very_long_and_will_be_truncated" \ macro
1179 static_assert(sizeof(LABEL) > MAX_LABEL_LEN,
1197 strlcpy(exp_label, LABEL, sizeof(exp_label));
1257 dispatch_queue_t testq = dispatch_queue_create(LABEL, 0);
1258 T_ASSERT_NOTNULL(testq, "created queue with label: " LABEL);
/xnu-12377.81.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h236 #define LABEL(name) \