Searched refs:_set (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ |
| H A D | linker_set.h | 136 #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 …]
|