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

/darwin-on-arm/xnu/bsd/sys/
H A Dlinker_set.h99 #define __LINKER_MAKE_SET(_set, _sym) \
100 /*__unused*/ /*static*/ void const * /*const*/ __set_##_set##_sym_##_sym \
101 __attribute__ ((section(__LS_VA_STRCONCAT(__DATA,_set)))) = (void *)&_sym
108 #define LINKER_SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
114 # define TEXT_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
115 # define DATA_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
116 # define BSS_SET(_set, _sy
190 __linker_set_object_begin(kernel_mach_header_t *_header, const char *_set) argument
203 __linker_set_object_limit(kernel_mach_header_t *_header, const char *_set) argument
[all...]

Completed in 32 milliseconds