Home
last modified time | relevance | path

Searched refs:bi_decl_with_attr (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/rp2_common/pico_standard_link/
A Dbinary_info.c22 bi_decl_with_attr(bi_binary_end((intptr_t)&__flash_binary_end), reset_section_attr)
30 bi_decl_with_attr(bi_program_build_date_string(PICO_PROGRAM_BUILD_DATE), reset_section_attr);
38 bi_decl_with_attr(bi_program_name(PICO_PROGRAM_NAME), reset_section_attr)
50 bi_decl_with_attr(bi_string(BINARY_INFO_TAG_RASPBERRY_PI, BINARY_INFO_ID_RP_SDK_VERSION, PICO_SDK_V…
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dcode.h44 #define bi_decl_with_attr(_decl, _attr) __bi_mark_enclosure _attr _decl; __bi_decl(__bi_ptr_lineno_… macro
48 #define bi_decl_with_attr(_decl, _attr) macro

Completed in 4 milliseconds