Searched refs:binman_sym_extern (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dbinman_sym.h42 * binman_sym_extern() - Declare a extern symbol that will be used at run-time
48 #define binman_sym_extern(_type, _entry_name, _prop_name) \ macro
123 #define binman_sym_extern(_type, _entry_name, _prop_name) macro
H A Dspl.h344 binman_sym_extern(ulong, u_boot_any, image_pos);
345 binman_sym_extern(ulong, u_boot_any, size);
346 binman_sym_extern(ulong, u_boot_spl_any, image_pos);
347 binman_sym_extern(ulong, u_boot_spl_any, size);
348 binman_sym_extern(ulong, u_boot_vpl_any, image_pos);
349 binman_sym_extern(ulong, u_boot_vpl_any, size);

Completed in 38 milliseconds