Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/test_apps/build_system/embed_test/main/
Dtest_main.c11 #define PRINT_ADDR(f) printf("%s -> start: %p end:%p\n", #f, f ## _start, f ## _end); macro
15 PRINT_ADDR(_2file); in app_main()
16 PRINT_ADDR(file); in app_main()
17 PRINT_ADDR(_file); in app_main()