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