Home
last modified time | relevance | path

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

/xnu-8020.121.3/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
185 #define LINKER_SET_OBJECT_BEGIN(_object, _set) __linker_set_object_begin(_object, _set) argument
[all …]