Lines Matching refs:_name
111 #define llsym(_type, _name, _list) \ argument
112 ((_type *)&_u_boot_list_2_##_list##_2_##_name)
149 #define ll_entry_declare(_type, _name, _list) \ argument
150 _type _u_boot_list_2_##_list##_2_##_name __aligned(4) \
152 section(".u_boot_list_2_"#_list"_2_"#_name)))
170 #define ll_entry_declare_list(_type, _name, _list) \ argument
171 _type _u_boot_list_2_##_list##_2_##_name[] __aligned(4) \
173 section(".u_boot_list_2_"#_list"_2_"#_name)))
270 #define ll_entry_get(_type, _name, _list) \ argument
272 extern _type _u_boot_list_2_##_list##_2_##_name; \
274 &_u_boot_list_2_##_list##_2_##_name; \