Lines Matching refs:_list
110 #define llsym(_type, _name, _list) \ argument
111 ((_type *)&_u_boot_list_2_##_list##_2_##_name)
148 #define ll_entry_declare(_type, _name, _list) \ argument
149 _type _u_boot_list_2_##_list##_2_##_name __aligned(4) \
151 section(".u_boot_list_2_"#_list"_2_"#_name)))
169 #define ll_entry_declare_list(_type, _name, _list) \ argument
170 _type _u_boot_list_2_##_list##_2_##_name[] __aligned(4) \
172 section(".u_boot_list_2_"#_list"_2_"#_name)))
198 #define ll_entry_start(_type, _list) \ argument
201 section(".u_boot_list_2_"#_list"_1"))); \
221 #define ll_entry_end(_type, _list) \ argument
224 section(".u_boot_list_2_"#_list"_3"))); \
243 #define ll_entry_count(_type, _list) \ argument
245 _type *start = ll_entry_start(_type, _list); \
246 _type *end = ll_entry_end(_type, _list); \
269 #define ll_entry_get(_type, _name, _list) \ argument
271 extern _type _u_boot_list_2_##_list##_2_##_name; \
273 &_u_boot_list_2_##_list##_2_##_name; \