Home
last modified time | relevance | path

Searched refs:_sym (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dlinker_set.h134 #define __LINKER_MAKE_SET(_set, _sym) \ argument
135 …/*__unused*/ /*static*/ const struct linker_set_entry /*const*/ __set_##_set##_sym_##_sym
136 __attribute__ ((section(__LS_VA_STRCONCAT(LINKER_SET_SEGMENT,_set)),used)) = { (void *)&_sym }
143 #define LINKER_SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
149 # define TEXT_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
150 # define DATA_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
151 # define BSS_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
152 # define ABS_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
153 # define SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h616 #define CC_C_LABEL(_sym) _sym@PLT argument
618 #define CC_C_LABEL(_sym) _sym argument
624 #define CC_C_LABEL(_sym) _##_sym argument