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