1/* These are the .bss/.data symbols used by newlib functions present in ESP32 ROM.
2   See also esp32.rom.newlib-funcs.ld for the list of general newlib functions,
3   and esp32.rom.newlib-nano.ld for "nano" versions of printf/scanf family of functions.
4
5   Unlike other ROM functions and data which are exported using PROVIDE, which declares
6   weak symbols, newlib related functions are exported using assignment,
7   which declares strong symbols. This is done so that ROM functions are always
8   used instead of the ones provided by libc.a.
9 */
10
11_ctype_ = 0x3ff96354;
12__ctype_ptr__ = 0x3ff96350;
13environ = 0x3ffae0b4;
14_global_impure_ptr = 0x3ffae0b0;
15__mb_cur_max = 0x3ff96530;
16__sf_fake_stderr = 0x3ff96458;
17__sf_fake_stdin = 0x3ff96498;
18__sf_fake_stdout = 0x3ff96478;
19__wctomb = 0x3ff96540;
20__sfp_lock = 0x3ffae0ac;
21__sinit_lock = 0x3ffae0a8;
22__env_lock_object = 0x3ffae0b8;
23__tz_lock_object = 0x3ffae080;
24