Searched refs:_list (Results 1 – 2 of 2) sorted by relevance
29 #define llsym(_type, _name, _list) \ argument30 ((_type *)&_u_boot_list_2_##_list##_2_##_name)73 section(".u_boot_list_2_"#_list"_2_"#_name)))125 #define ll_entry_start(_type, _list) \ argument129 section(".u_boot_list_2_"#_list"_1"))); \152 #define ll_entry_end(_type, _list) \ argument155 section(".u_boot_list_2_"#_list"_3"))); \177 #define ll_entry_count(_type, _list) \ argument180 _type *end = ll_entry_end(_type, _list); \206 #define ll_entry_get(_type, _name, _list) \ argument[all …]
11 together. Assuming _list and _entry are the list and entry names,16 .u_boot_list_ + 2_ + @_list + _2_ + @_entry22 _u_boot_list + _2_ + @_list + _2_ + @_entry33 %u_boot_list_ + 2_ + @_list + _2_ + @_entry49 %u_boot_list_2_ + @_list + _1_...50 %u_boot_list_2_ + @_list + _3_...
Completed in 3 milliseconds