Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dlinker_lists.h111 #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"))); \
[all …]