Lines Matching refs:_list
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)))
199 #define ll_entry_start(_type, _list) \ argument
202 section(".u_boot_list_2_"#_list"_1"))); \
222 #define ll_entry_end(_type, _list) \ argument
225 section(".u_boot_list_2_"#_list"_3"))); \
244 #define ll_entry_count(_type, _list) \ argument
246 _type *start = ll_entry_start(_type, _list); \
247 _type *end = ll_entry_end(_type, _list); \
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; \