Searched refs:_list (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | linker_lists.h | 29 #define llsym(_type, _name, _list) \ argument 30 ((_type *)&_u_boot_list_2_##_list##_2_##_name) 125 #define ll_entry_start(_type, _list) \ argument 129 __section("__u_boot_list_2_"#_list"_1"); \ 154 #define ll_entry_end(_type, _list) \ argument 157 __section("__u_boot_list_2_"#_list"_3"); \ 181 #define ll_entry_count(_type, _list) \ argument 184 _type *end = ll_entry_end(_type, _list); \ 242 #define ll_end_decl(_sym, _type, _list) \ argument 267 #define ll_entry_get(_type, _name, _list) \ argument [all …]
|
Completed in 4 milliseconds