Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dlinker_set.h136 #define __LINKER_MAKE_SET(_set, _sym) \ argument
137 …/*__unused*/ /*static*/ const struct linker_set_entry /*const*/ __set_##_set##_sym_##_sym …
138 __attribute__ ((section(__LS_VA_STRCONCAT(LINKER_SET_SEGMENT,_set)),used)) = { (void *)&_sym }
145 #define LINKER_SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
151 # define TEXT_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
152 # define DATA_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
153 # define BSS_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
154 # define ABS_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
155 # define SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym) argument
187 #define LINKER_SET_OBJECT_BEGIN(_object, _set) __linker_set_object_begin(_object, _set) argument
[all …]