Search | Google it | Results 1 - 1 of 1 for funcall:__section (0.00 seconds) |
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