Home
last modified time | relevance | path

Searched refs:_list (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dlinker_lists.h29 #define llsym(_type, _name, _list) \ argument
30 ((_type *)&_u_boot_list_2_##_list##_2_##_name)
73 section(".u_boot_list_2_"#_list"_2_"#_name)))
125 #define ll_entry_start(_type, _list) \ argument
129 section(".u_boot_list_2_"#_list"_1"))); \
152 #define ll_entry_end(_type, _list) \ argument
155 section(".u_boot_list_2_"#_list"_3"))); \
177 #define ll_entry_count(_type, _list) \ argument
180 _type *end = ll_entry_end(_type, _list); \
206 #define ll_entry_get(_type, _name, _list) \ argument
[all …]
/u-boot/doc/api/
A Dlinker_lists.rst11 together. Assuming _list and _entry are the list and entry names,
16 .u_boot_list_ + 2_ + @_list + _2_ + @_entry
22 _u_boot_list + _2_ + @_list + _2_ + @_entry
33 %u_boot_list_ + 2_ + @_list + _2_ + @_entry
49 %u_boot_list_2_ + @_list + _1_...
50 %u_boot_list_2_ + @_list + _3_...

Completed in 3 milliseconds