Searched refs:embedded_bootconfig_data (Results 1 – 2 of 2) sorted by relevance
6 .global embedded_bootconfig_data7 embedded_bootconfig_data: label
18 extern __visible const char embedded_bootconfig_data[];23 *size = embedded_bootconfig_data_end - embedded_bootconfig_data; in xbc_get_embedded_bootconfig()24 return (*size) ? embedded_bootconfig_data : NULL; in xbc_get_embedded_bootconfig()