Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/tests/ktrace/ !
H A Dkperf_tests.c1189 #define LABEL "this_is_a_test_label_that_is_very_long_and_will_be_truncated" \ macro
1192 static_assert(sizeof(LABEL) > MAX_LABEL_LEN,
1210 strlcpy(exp_label, LABEL, sizeof(exp_label));
1270 dispatch_queue_t testq = dispatch_queue_create(LABEL, 0);
1271 T_ASSERT_NOTNULL(testq, "created queue with label: " LABEL);
/xnu-11215.61.5/EXTERNAL_HEADERS/architecture/i386/ !
H A Dasm_help.h236 #define LABEL(name) \