Lines Matching +full:look +full:- +full:up
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Symbol access for symbols set up by binman as part of the build.
14 #define BINMAN_SYM_MISSING (-1UL)
19 * binman_symname() - Internal fnuction to get a binman symbol name
21 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
29 * binman_sym_declare() - Declare a symbol that will be used at run-time
32 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
40 * binman_sym_extern() - Declare a extern symbol that will be used at run-time
43 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
51 * binman_sym_declare_optional() - Declare an optional symbol
57 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
66 * binman_sym() - Access a previously declared symbol
73 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')