Lines Matching refs:bindesc_entry

27 #define BINDESC_ENTRY_HEADER_SIZE (sizeof(struct bindesc_entry))
163 __aligned(BINDESC_ALIGNMENT) const struct bindesc_entry BINDESC_NAME(name) \
299 struct bindesc_entry { struct
314 BUILD_ASSERT(offsetof(struct bindesc_entry, tag) == 0, "Incorrect memory layout");
315 BUILD_ASSERT(offsetof(struct bindesc_entry, len) == 2, "Incorrect memory layout");
316 BUILD_ASSERT(offsetof(struct bindesc_entry, data) == 4, "Incorrect memory layout");
328 uint8_t buffer[sizeof(struct bindesc_entry) +
348 typedef int (*bindesc_callback_t)(const struct bindesc_entry *entry, void *user_data);
489 extern const struct bindesc_entry BINDESC_NAME(kernel_version_string);
493 extern const struct bindesc_entry BINDESC_NAME(kernel_version_major);
497 extern const struct bindesc_entry BINDESC_NAME(kernel_version_minor);
501 extern const struct bindesc_entry BINDESC_NAME(kernel_version_patchlevel);
505 extern const struct bindesc_entry BINDESC_NAME(kernel_version_number);
509 extern const struct bindesc_entry BINDESC_NAME(kernel_build_version);
513 extern const struct bindesc_entry BINDESC_NAME(app_version_string);
517 extern const struct bindesc_entry BINDESC_NAME(app_version_major);
521 extern const struct bindesc_entry BINDESC_NAME(app_version_minor);
525 extern const struct bindesc_entry BINDESC_NAME(app_version_patchlevel);
529 extern const struct bindesc_entry BINDESC_NAME(app_version_number);
533 extern const struct bindesc_entry BINDESC_NAME(app_build_version);
537 extern const struct bindesc_entry BINDESC_NAME(build_time_year);
541 extern const struct bindesc_entry BINDESC_NAME(build_time_month);
545 extern const struct bindesc_entry BINDESC_NAME(build_time_day);
549 extern const struct bindesc_entry BINDESC_NAME(build_time_hour);
553 extern const struct bindesc_entry BINDESC_NAME(build_time_minute);
557 extern const struct bindesc_entry BINDESC_NAME(build_time_second);
561 extern const struct bindesc_entry BINDESC_NAME(build_time_unix);
565 extern const struct bindesc_entry BINDESC_NAME(build_date_time_string);
569 extern const struct bindesc_entry BINDESC_NAME(build_date_string);
573 extern const struct bindesc_entry BINDESC_NAME(build_time_string);
577 extern const struct bindesc_entry BINDESC_NAME(host_name);
581 extern const struct bindesc_entry BINDESC_NAME(c_compiler_name);
585 extern const struct bindesc_entry BINDESC_NAME(c_compiler_version);
589 extern const struct bindesc_entry BINDESC_NAME(cxx_compiler_name);
593 extern const struct bindesc_entry BINDESC_NAME(cxx_compiler_version);