gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__section (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/cdefs_elf.h - 6.2KB - 159 lines
128:         static void const * const __link_set_##set##_sym_##sym         \
129:             __section("link_set_" #set) __used = &sym
130: #define __link_set_make_entry2(set, sym, n)                             \
131:         static void const * const __link_set_##set##_sym_##sym##_##n   \
132:             __section("link_set_" #set) __used = &sym[n]
133: #else