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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dlinker_set.h105 #define __LINKER_MAKE_SET(_set, _sym) \
106 /*__unused*/ /*static*/ void const * /*const*/ __set_##_set##_sym_##_sym \
107 __attribute__ ((section(__LS_VA_STRCONCAT(__DATA,_set)))) = (void *)&_sym
114 #define LINKER_SET_ENTRY(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
120 # define TEXT_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
121 # define DATA_SET(_set, _sym) __LINKER_MAKE_SET(_set, _sym)
122 # define BSS_SET(_set, _sy
192 __linker_set_object_begin(struct mach_header *_header, const char *_set) argument
205 __linker_set_object_limit(struct mach_header *_header, const char *_set) argument
[all...]

Completed in 66 milliseconds