bitstr.o:
boot.o:
- 00000004 C OS_Name
- 00000004 C OS_Variant
- 00000050 B critical_section_hook
- 0000004c B critical_section_hook_p
- 00000048 B critical_section_name
- 00000024 B ffi_obstack
- 00000000 b initial_C_stack_pointer
- 00000004 b reload_saved_string
- 00000008 b reload_saved_string_length
- 00000004 C scheme_program_name
- 00000000 B scratch_obstack
+ 00000004 C OS_Name read-only, initialized by OS_initialize
+ 00000004 C OS_Variant read-only, initialized by OS_initialize
+ 00000050 B critical_section_hook __thread
+ 0000004c B critical_section_hook_p __thread
+ 00000048 B critical_section_name __thread
+ 00000024 B ffi_obstack __thread
+ 00000000 b initial_C_stack_pointer read-only, initialized by main
+ 00000004 b reload_saved_string written by Prim_reload_save_string
+ 00000008 b reload_saved_string_length written by Prim_reload_save_string
+ 00000004 C scheme_program_name read-only, initialized by main
+ 00000000 B scratch_obstack __thread
+
+ OK. Localized (or not) already. The reload-save-string and
+ reload-retrieve-string primitives are only used in
+ save-console-input and reset-console, presumably not by
+ multiple threads at the same time.
char.o: