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

/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h222 #define GLUE_LABEL(label, tag) GLUE_LABEL_GUTS(label, tag) macro
225 movw reg, :lower16:(label##$non_lazy_ptr - (GLUE_LABEL(label, __LINE__) + PC_INC)) ; \
226 movt reg, :upper16:(label##$non_lazy_ptr - (GLUE_LABEL(label, __LINE__) + PC_INC)) ; \
227 GLUE_LABEL(label, __LINE__): ; \

Completed in 68 milliseconds