diff options
| -rw-r--r-- | rust/tests/binary_view.rs | 29 | ||||
| -rw-r--r-- | rust/tests/initialization.rs | 2 | ||||
| -rw-r--r-- | rust/tests/snapshots/binary_view__atof.snap | 1920 | ||||
| -rw-r--r-- | rust/tests/snapshots/binary_view__atox.snap | 1252 | ||||
| -rw-r--r-- | rust/tests/snapshots/binary_view__atox.snap.new | 967 |
5 files changed, 2475 insertions, 1695 deletions
diff --git a/rust/tests/binary_view.rs b/rust/tests/binary_view.rs index 1b4f1c40..a71a0fd1 100644 --- a/rust/tests/binary_view.rs +++ b/rust/tests/binary_view.rs @@ -99,6 +99,10 @@ fn test_binary_view_strings() { assert_eq!(str_15dc.length, 33); } +// These are the target files present in OUT_DIR +// Add the files to fixtures/bin +static TARGET_FILES: [&str; 2] = ["atox.obj", "atof.obj"]; + // This is what we store to check if a function matches the expected function. // See `test_deterministic_functions` for details. #[derive(Debug, PartialEq)] @@ -120,19 +124,16 @@ impl From<&Function> for FunctionSnapshot { fn test_deterministic_functions() { let session = Session::new().expect("Failed to initialize session"); let out_dir = env!("OUT_DIR").parse::<PathBuf>().unwrap(); - for entry in std::fs::read_dir(out_dir).expect("Failed to read OUT_DIR") { - let entry = entry.expect("Failed to read directory entry"); - let path = entry.path(); - if path.is_file() { - let view = session.load(&path).expect("Failed to load view"); - assert_eq!(view.analysis_progress().state, AnalysisState::IdleState); - let functions: BTreeMap<u64, FunctionSnapshot> = view - .functions() - .iter() - .map(|f| (f.start(), FunctionSnapshot::from(f.as_ref()))) - .collect(); - let snapshot_name = path.file_stem().unwrap().to_str().unwrap(); - insta::assert_debug_snapshot!(snapshot_name, functions); - } + for file_name in TARGET_FILES { + let path = out_dir.join(file_name); + let view = session.load(&path).expect("Failed to load view"); + assert_eq!(view.analysis_progress().state, AnalysisState::IdleState); + let functions: BTreeMap<u64, FunctionSnapshot> = view + .functions() + .iter() + .map(|f| (f.start(), FunctionSnapshot::from(f.as_ref()))) + .collect(); + let snapshot_name = path.file_stem().unwrap().to_str().unwrap(); + insta::assert_debug_snapshot!(snapshot_name, functions); } } diff --git a/rust/tests/initialization.rs b/rust/tests/initialization.rs index 00063215..69c0c191 100644 --- a/rust/tests/initialization.rs +++ b/rust/tests/initialization.rs @@ -14,7 +14,7 @@ fn test_license_validation() { // Release the floating license if we already have one, otherwise the failure will succeed. release_license(true); // Make sure we properly report invalid license. - let options = InitializationOptions::default() + let options = InitializationOptions::new() .with_license_checkout(false) .with_license("blah blag"); match init_with_opts(options) { diff --git a/rust/tests/snapshots/binary_view__atof.snap b/rust/tests/snapshots/binary_view__atof.snap index 33540daf..5f45032e 100644 --- a/rust/tests/snapshots/binary_view__atof.snap +++ b/rust/tests/snapshots/binary_view__atof.snap @@ -3,2178 +3,2050 @@ source: rust/tests/binary_view.rs expression: functions --- { - 169216: FunctionSnapshot { - name: "??$__crt_interlocked_read@J@@YAJPDJ@Z", + 234752: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_interlocked_read<long>(long const volatile*), - short_name: __crt_interlocked_read<long>, - raw_name: ??$__crt_interlocked_read@J@@YAJPDJ@Z, - address: 169216, + full_name: "__crt_interlocked_read<long>(long const volatile*)", + short_name: "__crt_interlocked_read<long>", + raw_name: "??$__crt_interlocked_read@J@@YAJPDJ@Z", + address: 234752, auto_defined: true, external: true, }, }, - 169536: FunctionSnapshot { - name: "??$assemble_floating_point_ind@M@__crt_strtox@@YAXAAM@Z", + 235072: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_ind<float>(float&), - short_name: __crt_strtox::assemble_floating_point_ind<float>, - raw_name: ??$assemble_floating_point_ind@M@__crt_strtox@@YAXAAM@Z, - address: 169536, + full_name: "__crt_strtox::assemble_floating_point_ind<float>(float&)", + short_name: "__crt_strtox::assemble_floating_point_ind<float>", + raw_name: "??$assemble_floating_point_ind@M@__crt_strtox@@YAXAAM@Z", + address: 235072, auto_defined: true, external: true, }, }, - 170000: FunctionSnapshot { - name: "??$assemble_floating_point_ind@N@__crt_strtox@@YAXAAN@Z", + 235536: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_ind<double>(double&), - short_name: __crt_strtox::assemble_floating_point_ind<double>, - raw_name: ??$assemble_floating_point_ind@N@__crt_strtox@@YAXAAN@Z, - address: 170000, + full_name: "__crt_strtox::assemble_floating_point_ind<double>(double&)", + short_name: "__crt_strtox::assemble_floating_point_ind<double>", + raw_name: "??$assemble_floating_point_ind@N@__crt_strtox@@YAXAAN@Z", + address: 235536, auto_defined: true, external: true, }, }, - 170480: FunctionSnapshot { - name: "??$assemble_floating_point_infinity@M@__crt_strtox@@YAX_NAAM@Z", + 236016: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_infinity<float>(bool, float&), - short_name: __crt_strtox::assemble_floating_point_infinity<float>, - raw_name: ??$assemble_floating_point_infinity@M@__crt_strtox@@YAX_NAAM@Z, - address: 170480, + full_name: "__crt_strtox::assemble_floating_point_infinity<float>(bool, float&)", + short_name: "__crt_strtox::assemble_floating_point_infinity<float>", + raw_name: "??$assemble_floating_point_infinity@M@__crt_strtox@@YAX_NAAM@Z", + address: 236016, auto_defined: true, external: true, }, }, - 170992: FunctionSnapshot { - name: "??$assemble_floating_point_infinity@N@__crt_strtox@@YAX_NAAN@Z", + 236528: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_infinity<double>(bool, double&), - short_name: __crt_strtox::assemble_floating_point_infinity<double>, - raw_name: ??$assemble_floating_point_infinity@N@__crt_strtox@@YAX_NAAN@Z, - address: 170992, + full_name: "__crt_strtox::assemble_floating_point_infinity<double>(bool, double&)", + short_name: "__crt_strtox::assemble_floating_point_infinity<double>", + raw_name: "??$assemble_floating_point_infinity@N@__crt_strtox@@YAX_NAAN@Z", + address: 236528, auto_defined: true, external: true, }, }, - 171552: FunctionSnapshot { - name: "??$assemble_floating_point_qnan@M@__crt_strtox@@YAX_NAAM@Z", + 237088: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_qnan<float>(bool, float&), - short_name: __crt_strtox::assemble_floating_point_qnan<float>, - raw_name: ??$assemble_floating_point_qnan@M@__crt_strtox@@YAX_NAAM@Z, - address: 171552, + full_name: "__crt_strtox::assemble_floating_point_qnan<float>(bool, float&)", + short_name: "__crt_strtox::assemble_floating_point_qnan<float>", + raw_name: "??$assemble_floating_point_qnan@M@__crt_strtox@@YAX_NAAM@Z", + address: 237088, auto_defined: true, external: true, }, }, - 172064: FunctionSnapshot { - name: "??$assemble_floating_point_qnan@N@__crt_strtox@@YAX_NAAN@Z", + 237600: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_qnan<double>(bool, double&), - short_name: __crt_strtox::assemble_floating_point_qnan<double>, - raw_name: ??$assemble_floating_point_qnan@N@__crt_strtox@@YAX_NAAN@Z, - address: 172064, + full_name: "__crt_strtox::assemble_floating_point_qnan<double>(bool, double&)", + short_name: "__crt_strtox::assemble_floating_point_qnan<double>", + raw_name: "??$assemble_floating_point_qnan@N@__crt_strtox@@YAX_NAAN@Z", + address: 237600, auto_defined: true, external: true, }, }, - 172624: FunctionSnapshot { - name: "??$assemble_floating_point_snan@M@__crt_strtox@@YAX_NAAM@Z", + 238160: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_snan<float>(bool, float&), - short_name: __crt_strtox::assemble_floating_point_snan<float>, - raw_name: ??$assemble_floating_point_snan@M@__crt_strtox@@YAX_NAAM@Z, - address: 172624, + full_name: "__crt_strtox::assemble_floating_point_snan<float>(bool, float&)", + short_name: "__crt_strtox::assemble_floating_point_snan<float>", + raw_name: "??$assemble_floating_point_snan@M@__crt_strtox@@YAX_NAAM@Z", + address: 238160, auto_defined: true, external: true, }, }, - 173136: FunctionSnapshot { - name: "??$assemble_floating_point_snan@N@__crt_strtox@@YAX_NAAN@Z", + 238672: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_snan<double>(bool, double&), - short_name: __crt_strtox::assemble_floating_point_snan<double>, - raw_name: ??$assemble_floating_point_snan@N@__crt_strtox@@YAX_NAAN@Z, - address: 173136, + full_name: "__crt_strtox::assemble_floating_point_snan<double>(bool, double&)", + short_name: "__crt_strtox::assemble_floating_point_snan<double>", + raw_name: "??$assemble_floating_point_snan@N@__crt_strtox@@YAX_NAAN@Z", + address: 238672, auto_defined: true, external: true, }, }, - 173696: FunctionSnapshot { - name: "??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z", + 239232: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_value_t<float>(bool, int32_t, uint64_t, float&), - short_name: __crt_strtox::assemble_floating_point_value_t<float>, - raw_name: ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z, - address: 173696, + full_name: "__crt_strtox::assemble_floating_point_value_t<float>(bool, int32_t, uint64_t, float&)", + short_name: "__crt_strtox::assemble_floating_point_value_t<float>", + raw_name: "??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z", + address: 239232, auto_defined: true, external: true, }, }, - 174272: FunctionSnapshot { - name: "??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z", + 239808: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_value_t<double>(bool, int32_t, uint64_t, double&), - short_name: __crt_strtox::assemble_floating_point_value_t<double>, - raw_name: ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z, - address: 174272, + full_name: "__crt_strtox::assemble_floating_point_value_t<double>(bool, int32_t, uint64_t, double&)", + short_name: "__crt_strtox::assemble_floating_point_value_t<double>", + raw_name: "??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z", + address: 239808, auto_defined: true, external: true, }, }, - 174912: FunctionSnapshot { - name: "??$assemble_floating_point_zero@M@__crt_strtox@@YAX_NAAM@Z", + 240448: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_zero<float>(bool, float&), - short_name: __crt_strtox::assemble_floating_point_zero<float>, - raw_name: ??$assemble_floating_point_zero@M@__crt_strtox@@YAX_NAAM@Z, - address: 174912, + full_name: "__crt_strtox::assemble_floating_point_zero<float>(bool, float&)", + short_name: "__crt_strtox::assemble_floating_point_zero<float>", + raw_name: "??$assemble_floating_point_zero@M@__crt_strtox@@YAX_NAAM@Z", + address: 240448, auto_defined: true, external: true, }, }, - 175424: FunctionSnapshot { - name: "??$assemble_floating_point_zero@N@__crt_strtox@@YAX_NAAN@Z", + 240960: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_zero<double>(bool, double&), - short_name: __crt_strtox::assemble_floating_point_zero<double>, - raw_name: ??$assemble_floating_point_zero@N@__crt_strtox@@YAX_NAAN@Z, - address: 175424, + full_name: "__crt_strtox::assemble_floating_point_zero<double>(bool, double&)", + short_name: "__crt_strtox::assemble_floating_point_zero<double>", + raw_name: "??$assemble_floating_point_zero@N@__crt_strtox@@YAX_NAAN@Z", + address: 240960, auto_defined: true, external: true, }, }, - 175984: FunctionSnapshot { - name: "??$common_atodbl_l@MD@@YAHQAMQBDQAU__crt_locale_pointers@@@Z", + 241520: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: common_atodbl_l<float, char>(float* const, char const* const, struct __crt_locale_pointers* const), - short_name: common_atodbl_l<float, char>, - raw_name: ??$common_atodbl_l@MD@@YAHQAMQBDQAU__crt_locale_pointers@@@Z, - address: 175984, + full_name: "common_atodbl_l<float, char>(float* const, char const* const, struct __crt_locale_pointers* const)", + short_name: "common_atodbl_l<float, char>", + raw_name: "??$common_atodbl_l@MD@@YAHQAMQBDQAU__crt_locale_pointers@@@Z", + address: 241520, auto_defined: true, external: false, }, }, - 176928: FunctionSnapshot { - name: "??$common_atodbl_l@ND@@YAHQANQBDQAU__crt_locale_pointers@@@Z", + 242464: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: common_atodbl_l<double, char>(double* const, char const* const, struct __crt_locale_pointers* const), - short_name: common_atodbl_l<double, char>, - raw_name: ??$common_atodbl_l@ND@@YAHQANQBDQAU__crt_locale_pointers@@@Z, - address: 176928, + full_name: "common_atodbl_l<double, char>(double* const, char const* const, struct __crt_locale_pointers* const)", + short_name: "common_atodbl_l<double, char>", + raw_name: "??$common_atodbl_l@ND@@YAHQANQBDQAU__crt_locale_pointers@@@Z", + address: 242464, auto_defined: true, external: false, }, }, - 177872: FunctionSnapshot { - name: "??$common_atof_l@D@@YANQBDQAU__crt_locale_pointers@@@Z", + 243408: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: common_atof_l<char>(char const* const, struct __crt_locale_pointers* const), - short_name: common_atof_l<char>, - raw_name: ??$common_atof_l@D@@YANQBDQAU__crt_locale_pointers@@@Z, - address: 177872, + full_name: "common_atof_l<char>(char const* const, struct __crt_locale_pointers* const)", + short_name: "common_atof_l<char>", + raw_name: "??$common_atof_l@D@@YANQBDQAU__crt_locale_pointers@@@Z", + address: 243408, auto_defined: true, external: false, }, }, - 178672: FunctionSnapshot { - name: "??$common_atof_l@_W@@YANQB_WQAU__crt_locale_pointers@@@Z", + 244208: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: common_atof_l<wchar_t>(wchar_t const* const, struct __crt_locale_pointers* const), - short_name: common_atof_l<wchar_t>, - raw_name: ??$common_atof_l@_W@@YANQB_WQAU__crt_locale_pointers@@@Z, - address: 178672, + full_name: "common_atof_l<wchar_t>(wchar_t const* const, struct __crt_locale_pointers* const)", + short_name: "common_atof_l<wchar_t>", + raw_name: "??$common_atof_l@_W@@YANQB_WQAU__crt_locale_pointers@@@Z", + address: 244208, auto_defined: true, external: false, }, }, - 179472: FunctionSnapshot { - name: "??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z", + 245008: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_decimal_string_to_floating_type<float>(struct convert_decimal_string_to_floating_type<float>::floating_point_string const&, float&), - short_name: __crt_strtox::convert_decimal_string_to_floating_type<float>, - raw_name: ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z, - address: 179472, + full_name: "__crt_strtox::convert_decimal_string_to_floating_type<float>(struct convert_decimal_string_to_floating_type<float>::floating_point_string const&, float&)", + short_name: "__crt_strtox::convert_decimal_string_to_floating_type<float>", + raw_name: "??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z", + address: 245008, auto_defined: true, external: true, }, }, - 179872: FunctionSnapshot { - name: "??$convert_decimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z", + 245408: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_decimal_string_to_floating_type<double>(struct convert_decimal_string_to_floating_type<double>::floating_point_string const&, double&), - short_name: __crt_strtox::convert_decimal_string_to_floating_type<double>, - raw_name: ??$convert_decimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z, - address: 179872, + full_name: "__crt_strtox::convert_decimal_string_to_floating_type<double>(struct convert_decimal_string_to_floating_type<double>::floating_point_string const&, double&)", + short_name: "__crt_strtox::convert_decimal_string_to_floating_type<double>", + raw_name: "??$convert_decimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z", + address: 245408, auto_defined: true, external: true, }, }, - 180272: FunctionSnapshot { - name: "??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z", + 245808: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_hexadecimal_string_to_floating_type<float>(struct convert_hexadecimal_string_to_floating_type<float>::floating_point_string const&, float&), - short_name: __crt_strtox::convert_hexadecimal_string_to_floating_type<float>, - raw_name: ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z, - address: 180272, + full_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type<float>(struct convert_hexadecimal_string_to_floating_type<float>::floating_point_string const&, float&)", + short_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type<float>", + raw_name: "??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z", + address: 245808, auto_defined: true, external: true, }, }, - 180672: FunctionSnapshot { - name: "??$convert_hexadecimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z", + 246208: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_hexadecimal_string_to_floating_type<double>(struct convert_hexadecimal_string_to_floating_type<double>::floating_point_string const&, double&), - short_name: __crt_strtox::convert_hexadecimal_string_to_floating_type<double>, - raw_name: ??$convert_hexadecimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z, - address: 180672, + full_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type<double>(struct convert_hexadecimal_string_to_floating_type<double>::floating_point_string const&, double&)", + short_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type<double>", + raw_name: "??$convert_hexadecimal_string_to_floating_type@N@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAN@Z", + address: 246208, auto_defined: true, external: true, }, }, - 181072: FunctionSnapshot { - name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z", + 246608: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr), - short_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>, - raw_name: ??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z, - address: 181072, + full_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>", + raw_name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z", + address: 246608, auto_defined: true, external: true, }, }, - 181456: FunctionSnapshot { - name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z", + 246992: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr), - short_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>, - raw_name: ??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z, - address: 181456, + full_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>", + raw_name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z", + address: 246992, auto_defined: true, external: true, }, }, - 181840: FunctionSnapshot { - name: "??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@M@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAM@Z", + 247376: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>::c_string_character_source<char>, float* const), - short_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>, - raw_name: ??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@M@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAM@Z, - address: 181840, + full_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>::c_string_character_source<char>, float* const)", + short_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, float>", + raw_name: "??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@M@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAM@Z", + address: 247376, auto_defined: true, external: true, }, }, - 183136: FunctionSnapshot { - name: "??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAN@Z", + 248672: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>::c_string_character_source<char>, double* const), - short_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>, - raw_name: ??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAN@Z, - address: 183136, + full_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>::c_string_character_source<char>, double* const)", + short_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<char>, double>", + raw_name: "??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAN@Z", + address: 248672, auto_defined: true, external: true, }, }, - 184432: FunctionSnapshot { - name: "??$parse_floating_point@V?$c_string_character_source@_W@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@QAN@Z", + 249968: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>::c_string_character_source<wchar_t>, double* const), - short_name: __crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>, - raw_name: ??$parse_floating_point@V?$c_string_character_source@_W@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@QAN@Z, - address: 184432, + full_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>(struct __crt_locale_pointers* const, class parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>::c_string_character_source<wchar_t>, double* const)", + short_name: "__crt_strtox::parse_floating_point<class __crt_strtox::c_string_character_source<wchar_t>, double>", + raw_name: "??$parse_floating_point@V?$c_string_character_source@_W@__crt_strtox@@N@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@QAN@Z", + address: 249968, auto_defined: true, external: true, }, }, - 185728: FunctionSnapshot { - name: "??$parse_floating_point_from_source@V?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@D@0@AAUfloating_point_string@0@@Z", + 251264: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&, struct parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >::floating_point_string&), - short_name: __crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_floating_point_from_source@V?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@D@0@AAUfloating_point_string@0@@Z, - address: 185728, + full_name: "__crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&, struct parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >::floating_point_string&)", + short_name: "__crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_floating_point_from_source@V?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@D@0@AAUfloating_point_string@0@@Z", + address: 251264, auto_defined: true, external: true, }, }, - 190064: FunctionSnapshot { - name: "??$parse_floating_point_from_source@V?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@_W@0@AAUfloating_point_string@0@@Z", + 255600: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&, struct parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >::floating_point_string&), - short_name: __crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_floating_point_from_source@V?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@_W@0@AAUfloating_point_string@0@@Z, - address: 190064, + full_name: "__crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&, struct parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >::floating_point_string&)", + short_name: "__crt_strtox::parse_floating_point_from_source<class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_floating_point_from_source@V?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@_W@0@AAUfloating_point_string@0@@Z", + address: 255600, auto_defined: true, external: true, }, }, - 194432: FunctionSnapshot { - name: "??$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z", + 259968: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>(char&, class parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>::c_string_character_source<char>&, char const*), - short_name: __crt_strtox::parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>, - raw_name: ??$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z, - address: 194432, + full_name: "__crt_strtox::parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>(char&, class parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>::c_string_character_source<char>&, char const*)", + short_name: "__crt_strtox::parse_floating_point_possible_infinity<char, class __crt_strtox::c_string_character_source<char>, char const*>", + raw_name: "??$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z", + address: 259968, auto_defined: true, external: true, }, }, - 195616: FunctionSnapshot { - name: "??$parse_floating_point_possible_infinity@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z", + 261152: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>(wchar_t&, class parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>::c_string_character_source<wchar_t>&, wchar_t const*), - short_name: __crt_strtox::parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>, - raw_name: ??$parse_floating_point_possible_infinity@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z, - address: 195616, + full_name: "__crt_strtox::parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>(wchar_t&, class parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>::c_string_character_source<wchar_t>&, wchar_t const*)", + short_name: "__crt_strtox::parse_floating_point_possible_infinity<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>", + raw_name: "??$parse_floating_point_possible_infinity@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z", + address: 261152, auto_defined: true, external: true, }, }, - 196816: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z", + 262352: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>(char&, class parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>::c_string_character_source<char>&, char const*), - short_name: __crt_strtox::parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>, - raw_name: ??$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z, - address: 196816, + full_name: "__crt_strtox::parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>(char&, class parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>::c_string_character_source<char>&, char const*)", + short_name: "__crt_strtox::parse_floating_point_possible_nan<char, class __crt_strtox::c_string_character_source<char>, char const*>", + raw_name: "??$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z", + address: 262352, auto_defined: true, external: true, }, }, - 198256: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z", + 263792: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>(wchar_t&, class parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>::c_string_character_source<wchar_t>&, wchar_t const*), - short_name: __crt_strtox::parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>, - raw_name: ??$parse_floating_point_possible_nan@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z, - address: 198256, + full_name: "__crt_strtox::parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>(wchar_t&, class parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>::c_string_character_source<wchar_t>&, wchar_t const*)", + short_name: "__crt_strtox::parse_floating_point_possible_nan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t>, wchar_t const*>", + raw_name: "??$parse_floating_point_possible_nan@_WV?$c_string_character_source@_W@__crt_strtox@@PB_W@__crt_strtox@@YA?AW4floating_point_parse_result@0@AA_WAAV?$c_string_character_source@_W@0@PB_W@Z", + address: 263792, auto_defined: true, external: true, }, }, - 199712: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z", + 265248: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >(char&, class parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&), - short_name: __crt_strtox::parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z, - address: 199712, + full_name: "__crt_strtox::parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >(char&, class parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&)", + short_name: "__crt_strtox::parse_floating_point_possible_nan_is_ind<char, class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z", + address: 265248, auto_defined: true, external: true, }, }, - 200256: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan_is_ind@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z", + 265792: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t&, class parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&), - short_name: __crt_strtox::parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_floating_point_possible_nan_is_ind@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z, - address: 200256, + full_name: "__crt_strtox::parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t&, class parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&)", + short_name: "__crt_strtox::parse_floating_point_possible_nan_is_ind<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_floating_point_possible_nan_is_ind@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z", + address: 265792, auto_defined: true, external: true, }, }, - 200800: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z", + 266336: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >(char&, class parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&), - short_name: __crt_strtox::parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z, - address: 200800, + full_name: "__crt_strtox::parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >(char&, class parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&)", + short_name: "__crt_strtox::parse_floating_point_possible_nan_is_snan<char, class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z", + address: 266336, auto_defined: true, external: true, }, }, - 201344: FunctionSnapshot { - name: "??$parse_floating_point_possible_nan_is_snan@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z", + 266880: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t&, class parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&), - short_name: __crt_strtox::parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_floating_point_possible_nan_is_snan@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z, - address: 201344, + full_name: "__crt_strtox::parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t&, class parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&)", + short_name: "__crt_strtox::parse_floating_point_possible_nan_is_snan<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_floating_point_possible_nan_is_snan@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NAA_WAAV?$c_string_character_source@_W@0@@Z", + address: 266880, auto_defined: true, external: true, }, }, - 201888: FunctionSnapshot { - name: "??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z", + 267424: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_write_result<float>(enum parse_floating_point_write_result<float>::floating_point_parse_result, struct parse_floating_point_write_result<float>::floating_point_string const&, float* const), - short_name: __crt_strtox::parse_floating_point_write_result<float>, - raw_name: ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z, - address: 201888, + full_name: "__crt_strtox::parse_floating_point_write_result<float>(enum parse_floating_point_write_result<float>::floating_point_parse_result, struct parse_floating_point_write_result<float>::floating_point_string const&, float* const)", + short_name: "__crt_strtox::parse_floating_point_write_result<float>", + raw_name: "??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z", + address: 267424, auto_defined: true, external: true, }, }, - 203376: FunctionSnapshot { - name: "??$parse_floating_point_write_result@N@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAN@Z", + 268912: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_floating_point_write_result<double>(enum parse_floating_point_write_result<double>::floating_point_parse_result, struct parse_floating_point_write_result<double>::floating_point_string const&, double* const), - short_name: __crt_strtox::parse_floating_point_write_result<double>, - raw_name: ??$parse_floating_point_write_result@N@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAN@Z, - address: 203376, + full_name: "__crt_strtox::parse_floating_point_write_result<double>(enum parse_floating_point_write_result<double>::floating_point_parse_result, struct parse_floating_point_write_result<double>::floating_point_string const&, double* const)", + short_name: "__crt_strtox::parse_floating_point_write_result<double>", + raw_name: "??$parse_floating_point_write_result@N@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAN@Z", + address: 268912, auto_defined: true, external: true, }, }, - 204864: FunctionSnapshot { - name: "??$parse_next_characters_from_source@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NQBD0IAADAAV?$c_string_character_source@D@0@@Z", + 270400: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >(char const* const, char const* const, uint32_t, char&, class parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&), - short_name: __crt_strtox::parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_next_characters_from_source@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NQBD0IAADAAV?$c_string_character_source@D@0@@Z, - address: 204864, + full_name: "__crt_strtox::parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >(char const* const, char const* const, uint32_t, char&, class parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>&)", + short_name: "__crt_strtox::parse_next_characters_from_source<char, class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_next_characters_from_source@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NQBD0IAADAAV?$c_string_character_source@D@0@@Z", + address: 270400, auto_defined: true, external: true, }, }, - 205504: FunctionSnapshot { - name: "??$parse_next_characters_from_source@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NQB_W0IAA_WAAV?$c_string_character_source@_W@0@@Z", + 271040: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t const* const, wchar_t const* const, uint32_t, wchar_t&, class parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&), - short_name: __crt_strtox::parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_next_characters_from_source@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NQB_W0IAA_WAAV?$c_string_character_source@_W@0@@Z, - address: 205504, + full_name: "__crt_strtox::parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >(wchar_t const* const, wchar_t const* const, uint32_t, wchar_t&, class parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>&)", + short_name: "__crt_strtox::parse_next_characters_from_source<wchar_t, class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_next_characters_from_source@_WV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_NQB_W0IAA_WAAV?$c_string_character_source@_W@0@@Z", + address: 271040, auto_defined: true, external: true, }, }, - 206160: FunctionSnapshot { - name: "??0<lambda_06080157eaae712d99479d67fe76bb34>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + 271696: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_06080157eaae712d99479d67fe76bb34>::<lambda_06080157eaae712d99479d67fe76bb34>(<lambda_06080157eaae712d99479d67fe76bb34>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&), - short_name: <lambda_06080157eaae712d99479d67fe76bb34>::<lambda_06080157eaae712d99479d67fe76bb34>, - raw_name: ??0<lambda_06080157eaae712d99479d67fe76bb34>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z, - address: 206160, + full_name: "<lambda_06080157eaae712d99479d67fe76bb34>::<lambda_06080157eaae712d99479d67fe76bb34>(<lambda_06080157eaae712d99479d67fe76bb34>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&)", + short_name: "<lambda_06080157eaae712d99479d67fe76bb34>::<lambda_06080157eaae712d99479d67fe76bb34>", + raw_name: "??0<lambda_06080157eaae712d99479d67fe76bb34>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + address: 271696, auto_defined: true, external: false, }, }, - 206592: FunctionSnapshot { - name: "??0<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + 272128: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>(<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&), - short_name: <lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>, - raw_name: ??0<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z, - address: 206592, + full_name: "<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>(<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&)", + short_name: "<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>", + raw_name: "??0<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + address: 272128, auto_defined: true, external: false, }, }, - 207024: FunctionSnapshot { - name: "??0<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + 272560: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_3a2f1c4b88a94fdfdc7bccff06592946>::<lambda_3a2f1c4b88a94fdfdc7bccff06592946>(<lambda_3a2f1c4b88a94fdfdc7bccff06592946>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&), - short_name: <lambda_3a2f1c4b88a94fdfdc7bccff06592946>::<lambda_3a2f1c4b88a94fdfdc7bccff06592946>, - raw_name: ??0<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z, - address: 207024, + full_name: "<lambda_3a2f1c4b88a94fdfdc7bccff06592946>::<lambda_3a2f1c4b88a94fdfdc7bccff06592946>(<lambda_3a2f1c4b88a94fdfdc7bccff06592946>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&)", + short_name: "<lambda_3a2f1c4b88a94fdfdc7bccff06592946>::<lambda_3a2f1c4b88a94fdfdc7bccff06592946>", + raw_name: "??0<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + address: 272560, auto_defined: true, external: false, }, }, - 207456: FunctionSnapshot { - name: "??0<lambda_952f81e62542d0a726c252b8c2136a43>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + 272992: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_952f81e62542d0a726c252b8c2136a43>::<lambda_952f81e62542d0a726c252b8c2136a43>(<lambda_952f81e62542d0a726c252b8c2136a43>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&), - short_name: <lambda_952f81e62542d0a726c252b8c2136a43>::<lambda_952f81e62542d0a726c252b8c2136a43>, - raw_name: ??0<lambda_952f81e62542d0a726c252b8c2136a43>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z, - address: 207456, + full_name: "<lambda_952f81e62542d0a726c252b8c2136a43>::<lambda_952f81e62542d0a726c252b8c2136a43>(<lambda_952f81e62542d0a726c252b8c2136a43>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&)", + short_name: "<lambda_952f81e62542d0a726c252b8c2136a43>::<lambda_952f81e62542d0a726c252b8c2136a43>", + raw_name: "??0<lambda_952f81e62542d0a726c252b8c2136a43>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + address: 272992, auto_defined: true, external: false, }, }, - 207888: FunctionSnapshot { - name: "??0<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + 273424: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_af0d5e41dc07595f2c52435db9a0efad>::<lambda_af0d5e41dc07595f2c52435db9a0efad>(<lambda_af0d5e41dc07595f2c52435db9a0efad>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&), - short_name: <lambda_af0d5e41dc07595f2c52435db9a0efad>::<lambda_af0d5e41dc07595f2c52435db9a0efad>, - raw_name: ??0<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z, - address: 207888, + full_name: "<lambda_af0d5e41dc07595f2c52435db9a0efad>::<lambda_af0d5e41dc07595f2c52435db9a0efad>(<lambda_af0d5e41dc07595f2c52435db9a0efad>* this, class __crt_strtox::c_string_character_source<char>&, char&, char const*&)", + short_name: "<lambda_af0d5e41dc07595f2c52435db9a0efad>::<lambda_af0d5e41dc07595f2c52435db9a0efad>", + raw_name: "??0<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QAE@AAV?$c_string_character_source@D@__crt_strtox@@AADAAPBD@Z", + address: 273424, auto_defined: true, external: false, }, }, - 208320: FunctionSnapshot { - name: "??0<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + 273856: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_d9b46f0b07bf76f03656ac7f646b375e>::<lambda_d9b46f0b07bf76f03656ac7f646b375e>(<lambda_d9b46f0b07bf76f03656ac7f646b375e>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&), - short_name: <lambda_d9b46f0b07bf76f03656ac7f646b375e>::<lambda_d9b46f0b07bf76f03656ac7f646b375e>, - raw_name: ??0<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z, - address: 208320, + full_name: "<lambda_d9b46f0b07bf76f03656ac7f646b375e>::<lambda_d9b46f0b07bf76f03656ac7f646b375e>(<lambda_d9b46f0b07bf76f03656ac7f646b375e>* this, class __crt_strtox::c_string_character_source<wchar_t>&, wchar_t&, wchar_t const*&)", + short_name: "<lambda_d9b46f0b07bf76f03656ac7f646b375e>::<lambda_d9b46f0b07bf76f03656ac7f646b375e>", + raw_name: "??0<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QAE@AAV?$c_string_character_source@_W@__crt_strtox@@AA_WAAPB_W@Z", + address: 273856, auto_defined: true, external: false, }, }, - 208752: FunctionSnapshot { - name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z", + 274288: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const), - short_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>, - raw_name: ??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z, - address: 208752, + full_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const)", + short_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>", + raw_name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z", + address: 274288, auto_defined: true, external: true, }, }, - 209184: FunctionSnapshot { - name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z", + 274720: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const, wchar_t const** const), - short_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>, - raw_name: ??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z, - address: 209184, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const, wchar_t const** const)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>", + raw_name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z", + address: 274720, auto_defined: true, external: true, }, }, - 209616: FunctionSnapshot { - name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z", + 275152: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _LocaleUpdate::_LocaleUpdate(_LocaleUpdate* this, struct __crt_locale_pointers* const), - short_name: _LocaleUpdate::_LocaleUpdate, - raw_name: ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z, - address: 209616, + full_name: "_LocaleUpdate::_LocaleUpdate(_LocaleUpdate* this, struct __crt_locale_pointers* const)", + short_name: "_LocaleUpdate::_LocaleUpdate", + raw_name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z", + address: 275152, auto_defined: true, external: true, }, }, - 210304: FunctionSnapshot { - name: "??0big_integer@__crt_strtox@@QAE@ABU01@@Z", + 275840: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::big_integer::big_integer(__crt_strtox::big_integer* this, struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::big_integer::big_integer, - raw_name: ??0big_integer@__crt_strtox@@QAE@ABU01@@Z, - address: 210304, + full_name: "__crt_strtox::big_integer::big_integer(__crt_strtox::big_integer* this, struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::big_integer::big_integer", + raw_name: "??0big_integer@__crt_strtox@@QAE@ABU01@@Z", + address: 275840, auto_defined: true, external: true, }, }, - 210688: FunctionSnapshot { - name: "??0big_integer@__crt_strtox@@QAE@XZ", + 276224: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::big_integer::big_integer(__crt_strtox::big_integer* this), - short_name: __crt_strtox::big_integer::big_integer, - raw_name: ??0big_integer@__crt_strtox@@QAE@XZ, - address: 210688, + full_name: "__crt_strtox::big_integer::big_integer(__crt_strtox::big_integer* this)", + short_name: "__crt_strtox::big_integer::big_integer", + raw_name: "??0big_integer@__crt_strtox@@QAE@XZ", + address: 276224, auto_defined: true, external: true, }, }, - 211056: FunctionSnapshot { - name: "??0floating_point_value@__crt_strtox@@QAE@QAM@Z", + 276592: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::floating_point_value(__crt_strtox::floating_point_value* this, float* const), - short_name: __crt_strtox::floating_point_value::floating_point_value, - raw_name: ??0floating_point_value@__crt_strtox@@QAE@QAM@Z, - address: 211056, + full_name: "__crt_strtox::floating_point_value::floating_point_value(__crt_strtox::floating_point_value* this, float* const)", + short_name: "__crt_strtox::floating_point_value::floating_point_value", + raw_name: "??0floating_point_value@__crt_strtox@@QAE@QAM@Z", + address: 276592, auto_defined: true, external: true, }, }, - 211504: FunctionSnapshot { - name: "??0floating_point_value@__crt_strtox@@QAE@QAN@Z", + 277040: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::floating_point_value(__crt_strtox::floating_point_value* this, double* const), - short_name: __crt_strtox::floating_point_value::floating_point_value, - raw_name: ??0floating_point_value@__crt_strtox@@QAE@QAN@Z, - address: 211504, + full_name: "__crt_strtox::floating_point_value::floating_point_value(__crt_strtox::floating_point_value* this, double* const)", + short_name: "__crt_strtox::floating_point_value::floating_point_value", + raw_name: "??0floating_point_value@__crt_strtox@@QAE@QAN@Z", + address: 277040, auto_defined: true, external: true, }, }, - 211952: FunctionSnapshot { - name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ", + 277488: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this), - short_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>, - raw_name: ??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ, - address: 211952, + full_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this)", + short_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>", + raw_name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ", + address: 277488, auto_defined: true, external: true, }, }, - 212336: FunctionSnapshot { - name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ", + 277872: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this), - short_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>, - raw_name: ??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ, - address: 212336, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>", + raw_name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ", + address: 277872, auto_defined: true, external: true, }, }, - 212720: FunctionSnapshot { - name: "??1_LocaleUpdate@@QAE@XZ", + 278256: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this), - short_name: _LocaleUpdate::~_LocaleUpdate, - raw_name: ??1_LocaleUpdate@@QAE@XZ, - address: 212720, + full_name: "_LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::~_LocaleUpdate", + raw_name: "??1_LocaleUpdate@@QAE@XZ", + address: 278256, auto_defined: true, external: true, }, }, - 213072: FunctionSnapshot { - name: "??4big_integer@__crt_strtox@@QAEAAU01@ABU01@@Z", + 278608: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::big_integer::operator=(__crt_strtox::big_integer* this, struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::big_integer::operator=, - raw_name: ??4big_integer@__crt_strtox@@QAEAAU01@ABU01@@Z, - address: 213072, + full_name: "__crt_strtox::big_integer::operator=(__crt_strtox::big_integer* this, struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::big_integer::operator=", + raw_name: "??4big_integer@__crt_strtox@@QAEAAU01@ABU01@@Z", + address: 278608, auto_defined: true, external: true, }, }, - 213472: FunctionSnapshot { - name: "??M__crt_strtox@@YA_NABUbig_integer@0@0@Z", + 279008: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::operator<(struct __crt_strtox::big_integer const&, struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::operator<, - raw_name: ??M__crt_strtox@@YA_NABUbig_integer@0@0@Z, - address: 213472, + full_name: "__crt_strtox::operator<(struct __crt_strtox::big_integer const&, struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::operator<", + raw_name: "??M__crt_strtox@@YA_NABUbig_integer@0@0@Z", + address: 279008, auto_defined: true, external: true, }, }, - 214000: FunctionSnapshot { - name: "??R<lambda_06080157eaae712d99479d67fe76bb34>@@QBE_NXZ", + 279536: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_06080157eaae712d99479d67fe76bb34>::operator()(<lambda_06080157eaae712d99479d67fe76bb34>* this) const, - short_name: <lambda_06080157eaae712d99479d67fe76bb34>::operator(), - raw_name: ??R<lambda_06080157eaae712d99479d67fe76bb34>@@QBE_NXZ, - address: 214000, + full_name: "<lambda_06080157eaae712d99479d67fe76bb34>::operator()(<lambda_06080157eaae712d99479d67fe76bb34>* this) const", + short_name: "<lambda_06080157eaae712d99479d67fe76bb34>::operator()", + raw_name: "??R<lambda_06080157eaae712d99479d67fe76bb34>@@QBE_NXZ", + address: 279536, auto_defined: true, external: false, }, }, - 214416: FunctionSnapshot { - name: "??R<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QBE_NXZ", + 279952: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::operator()(<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>* this) const, - short_name: <lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::operator(), - raw_name: ??R<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QBE_NXZ, - address: 214416, + full_name: "<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::operator()(<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>* this) const", + short_name: "<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>::operator()", + raw_name: "??R<lambda_1c7d96af0f0b63f6b7070c698dcc1b90>@@QBE_NXZ", + address: 279952, auto_defined: true, external: false, }, }, - 214832: FunctionSnapshot { - name: "??R<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QBE_NXZ", + 280368: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_3a2f1c4b88a94fdfdc7bccff06592946>::operator()(<lambda_3a2f1c4b88a94fdfdc7bccff06592946>* this) const, - short_name: <lambda_3a2f1c4b88a94fdfdc7bccff06592946>::operator(), - raw_name: ??R<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QBE_NXZ, - address: 214832, + full_name: "<lambda_3a2f1c4b88a94fdfdc7bccff06592946>::operator()(<lambda_3a2f1c4b88a94fdfdc7bccff06592946>* this) const", + short_name: "<lambda_3a2f1c4b88a94fdfdc7bccff06592946>::operator()", + raw_name: "??R<lambda_3a2f1c4b88a94fdfdc7bccff06592946>@@QBE_NXZ", + address: 280368, auto_defined: true, external: false, }, }, - 215248: FunctionSnapshot { - name: "??R<lambda_952f81e62542d0a726c252b8c2136a43>@@QBE_NXZ", + 280784: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_952f81e62542d0a726c252b8c2136a43>::operator()(<lambda_952f81e62542d0a726c252b8c2136a43>* this) const, - short_name: <lambda_952f81e62542d0a726c252b8c2136a43>::operator(), - raw_name: ??R<lambda_952f81e62542d0a726c252b8c2136a43>@@QBE_NXZ, - address: 215248, + full_name: "<lambda_952f81e62542d0a726c252b8c2136a43>::operator()(<lambda_952f81e62542d0a726c252b8c2136a43>* this) const", + short_name: "<lambda_952f81e62542d0a726c252b8c2136a43>::operator()", + raw_name: "??R<lambda_952f81e62542d0a726c252b8c2136a43>@@QBE_NXZ", + address: 280784, auto_defined: true, external: false, }, }, - 215664: FunctionSnapshot { - name: "??R<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QBE_NXZ", + 281200: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_af0d5e41dc07595f2c52435db9a0efad>::operator()(<lambda_af0d5e41dc07595f2c52435db9a0efad>* this) const, - short_name: <lambda_af0d5e41dc07595f2c52435db9a0efad>::operator(), - raw_name: ??R<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QBE_NXZ, - address: 215664, + full_name: "<lambda_af0d5e41dc07595f2c52435db9a0efad>::operator()(<lambda_af0d5e41dc07595f2c52435db9a0efad>* this) const", + short_name: "<lambda_af0d5e41dc07595f2c52435db9a0efad>::operator()", + raw_name: "??R<lambda_af0d5e41dc07595f2c52435db9a0efad>@@QBE_NXZ", + address: 281200, auto_defined: true, external: false, }, }, - 216080: FunctionSnapshot { - name: "??R<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QBE_NXZ", + 281616: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: <lambda_d9b46f0b07bf76f03656ac7f646b375e>::operator()(<lambda_d9b46f0b07bf76f03656ac7f646b375e>* this) const, - short_name: <lambda_d9b46f0b07bf76f03656ac7f646b375e>::operator(), - raw_name: ??R<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QBE_NXZ, - address: 216080, + full_name: "<lambda_d9b46f0b07bf76f03656ac7f646b375e>::operator()(<lambda_d9b46f0b07bf76f03656ac7f646b375e>* this) const", + short_name: "<lambda_d9b46f0b07bf76f03656ac7f646b375e>::operator()", + raw_name: "??R<lambda_d9b46f0b07bf76f03656ac7f646b375e>@@QBE_NXZ", + address: 281616, auto_defined: true, external: false, }, }, - 216496: FunctionSnapshot { - name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ", + 282032: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _LocaleUpdate::GetLocaleT(_LocaleUpdate* this), - short_name: _LocaleUpdate::GetLocaleT, - raw_name: ?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ, - address: 216496, + full_name: "_LocaleUpdate::GetLocaleT(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::GetLocaleT", + raw_name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ", + address: 282032, auto_defined: true, external: true, }, }, - 216800: FunctionSnapshot { - name: "?__crt_interlocked_read_32@@YAHPDH@Z", + 282336: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_interlocked_read_32(int32_t const volatile*), - short_name: __crt_interlocked_read_32, - raw_name: ?__crt_interlocked_read_32@@YAHPDH@Z, - address: 216800, + full_name: "__crt_interlocked_read_32(int32_t const volatile*)", + short_name: "__crt_interlocked_read_32", + raw_name: "?__crt_interlocked_read_32@@YAHPDH@Z", + address: 282336, auto_defined: true, external: true, }, }, - 217136: FunctionSnapshot { - name: "?accumulate_decimal_digits_into_big_integer@__crt_strtox@@YAXQBE0AAUbig_integer@1@@Z", + 282672: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::accumulate_decimal_digits_into_big_integer(uint8_t const* const, uint8_t const* const, struct __crt_strtox::big_integer&), - short_name: __crt_strtox::accumulate_decimal_digits_into_big_integer, - raw_name: ?accumulate_decimal_digits_into_big_integer@__crt_strtox@@YAXQBE0AAUbig_integer@1@@Z, - address: 217136, + full_name: "__crt_strtox::accumulate_decimal_digits_into_big_integer(uint8_t const* const, uint8_t const* const, struct __crt_strtox::big_integer&)", + short_name: "__crt_strtox::accumulate_decimal_digits_into_big_integer", + raw_name: "?accumulate_decimal_digits_into_big_integer@__crt_strtox@@YAXQBE0AAUbig_integer@1@@Z", + address: 282672, auto_defined: true, external: true, }, }, - 217936: FunctionSnapshot { - name: "?add@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + 283472: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::add(struct __crt_strtox::big_integer&, uint32_t), - short_name: __crt_strtox::add, - raw_name: ?add@__crt_strtox@@YA_NAAUbig_integer@1@I@Z, - address: 217936, + full_name: "__crt_strtox::add(struct __crt_strtox::big_integer&, uint32_t)", + short_name: "__crt_strtox::add", + raw_name: "?add@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + address: 283472, auto_defined: true, external: true, }, }, - 218816: FunctionSnapshot { - name: "?add_carry@__crt_strtox@@YAIAAIII@Z", + 284352: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::add_carry(uint32_t&, uint32_t, uint32_t), - short_name: __crt_strtox::add_carry, - raw_name: ?add_carry@__crt_strtox@@YAIAAIII@Z, - address: 218816, + full_name: "__crt_strtox::add_carry(uint32_t&, uint32_t, uint32_t)", + short_name: "__crt_strtox::add_carry", + raw_name: "?add_carry@__crt_strtox@@YAIAAIII@Z", + address: 284352, auto_defined: true, external: true, }, }, - 219232: FunctionSnapshot { - name: "?add_multiply_carry@__crt_strtox@@YAIAAIIII@Z", + 284768: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::add_multiply_carry(uint32_t&, uint32_t, uint32_t, uint32_t), - short_name: __crt_strtox::add_multiply_carry, - raw_name: ?add_multiply_carry@__crt_strtox@@YAIAAIIII@Z, - address: 219232, + full_name: "__crt_strtox::add_multiply_carry(uint32_t&, uint32_t, uint32_t, uint32_t)", + short_name: "__crt_strtox::add_multiply_carry", + raw_name: "?add_multiply_carry@__crt_strtox@@YAIAAIIII@Z", + address: 284768, auto_defined: true, external: true, }, }, - 219680: FunctionSnapshot { - name: "?as_double@floating_point_value@__crt_strtox@@QBEAANXZ", + 285216: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::as_double(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::as_double, - raw_name: ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ, - address: 219680, + full_name: "__crt_strtox::floating_point_value::as_double(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::as_double", + raw_name: "?as_double@floating_point_value@__crt_strtox@@QBEAANXZ", + address: 285216, auto_defined: true, external: true, }, }, - 220176: FunctionSnapshot { - name: "?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ", + 285712: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::as_float(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::as_float, - raw_name: ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ, - address: 220176, + full_name: "__crt_strtox::floating_point_value::as_float(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::as_float", + raw_name: "?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ", + address: 285712, auto_defined: true, external: true, }, }, - 220672: FunctionSnapshot { - name: "?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z", + 286208: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_infinity(bool, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::assemble_floating_point_infinity, - raw_name: ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z, - address: 220672, + full_name: "__crt_strtox::assemble_floating_point_infinity(bool, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::assemble_floating_point_infinity", + raw_name: "?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z", + address: 286208, auto_defined: true, external: true, }, }, - 221152: FunctionSnapshot { - name: "?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z", + 286688: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_value(uint64_t, int32_t, bool, bool, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::assemble_floating_point_value, - raw_name: ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z, - address: 221152, + full_name: "__crt_strtox::assemble_floating_point_value(uint64_t, int32_t, bool, bool, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::assemble_floating_point_value", + raw_name: "?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z", + address: 286688, auto_defined: true, external: true, }, }, - 222896: FunctionSnapshot { - name: "?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z", + 288432: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_value_from_big_integer(struct __crt_strtox::big_integer const&, uint32_t, bool, bool, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::assemble_floating_point_value_from_big_integer, - raw_name: ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z, - address: 222896, + full_name: "__crt_strtox::assemble_floating_point_value_from_big_integer(struct __crt_strtox::big_integer const&, uint32_t, bool, bool, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::assemble_floating_point_value_from_big_integer", + raw_name: "?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z", + address: 288432, auto_defined: true, external: true, }, }, - 225232: FunctionSnapshot { - name: "?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z", + 290768: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::assemble_floating_point_zero(bool, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::assemble_floating_point_zero, - raw_name: ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z, - address: 225232, + full_name: "__crt_strtox::assemble_floating_point_zero(bool, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::assemble_floating_point_zero", + raw_name: "?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z", + address: 290768, auto_defined: true, external: true, }, }, - 225696: FunctionSnapshot { - name: "?bit_scan_reverse@__crt_strtox@@YAIABUbig_integer@1@@Z", + 291232: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::bit_scan_reverse(struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::bit_scan_reverse, - raw_name: ?bit_scan_reverse@__crt_strtox@@YAIABUbig_integer@1@@Z, - address: 225696, + full_name: "__crt_strtox::bit_scan_reverse(struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::bit_scan_reverse", + raw_name: "?bit_scan_reverse@__crt_strtox@@YAIABUbig_integer@1@@Z", + address: 291232, auto_defined: true, external: true, }, }, - 226064: FunctionSnapshot { - name: "?bit_scan_reverse@__crt_strtox@@YAII@Z", + 291600: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::bit_scan_reverse(uint32_t), - short_name: __crt_strtox::bit_scan_reverse, - raw_name: ?bit_scan_reverse@__crt_strtox@@YAII@Z, - address: 226064, + full_name: "__crt_strtox::bit_scan_reverse(uint32_t)", + short_name: "__crt_strtox::bit_scan_reverse", + raw_name: "?bit_scan_reverse@__crt_strtox@@YAII@Z", + address: 291600, auto_defined: true, external: true, }, }, - 226448: FunctionSnapshot { - name: "?bit_scan_reverse@__crt_strtox@@YAI_K@Z", + 291984: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::bit_scan_reverse(uint64_t), - short_name: __crt_strtox::bit_scan_reverse, - raw_name: ?bit_scan_reverse@__crt_strtox@@YAI_K@Z, - address: 226448, + full_name: "__crt_strtox::bit_scan_reverse(uint64_t)", + short_name: "__crt_strtox::bit_scan_reverse", + raw_name: "?bit_scan_reverse@__crt_strtox@@YAI_K@Z", + address: 291984, auto_defined: true, external: true, }, }, - 226848: FunctionSnapshot { - name: "?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z", + 292384: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_decimal_string_to_floating_type_common(struct __crt_strtox::floating_point_string const&, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::convert_decimal_string_to_floating_type_common, - raw_name: ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z, - address: 226848, + full_name: "__crt_strtox::convert_decimal_string_to_floating_type_common(struct __crt_strtox::floating_point_string const&, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::convert_decimal_string_to_floating_type_common", + raw_name: "?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z", + address: 292384, auto_defined: true, external: true, }, }, - 230480: FunctionSnapshot { - name: "?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z", + 296016: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::convert_hexadecimal_string_to_floating_type_common(struct __crt_strtox::floating_point_string const&, class __crt_strtox::floating_point_value const&), - short_name: __crt_strtox::convert_hexadecimal_string_to_floating_type_common, - raw_name: ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z, - address: 230480, + full_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type_common(struct __crt_strtox::floating_point_string const&, class __crt_strtox::floating_point_value const&)", + short_name: "__crt_strtox::convert_hexadecimal_string_to_floating_type_common", + raw_name: "?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z", + address: 296016, auto_defined: true, external: true, }, }, - 231376: FunctionSnapshot { - name: "?count_sequential_high_zeroes@__crt_strtox@@YAII@Z", + 296912: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::count_sequential_high_zeroes(uint32_t), - short_name: __crt_strtox::count_sequential_high_zeroes, - raw_name: ?count_sequential_high_zeroes@__crt_strtox@@YAII@Z, - address: 231376, + full_name: "__crt_strtox::count_sequential_high_zeroes(uint32_t)", + short_name: "__crt_strtox::count_sequential_high_zeroes", + raw_name: "?count_sequential_high_zeroes@__crt_strtox@@YAII@Z", + address: 296912, auto_defined: true, external: true, }, }, - 231744: FunctionSnapshot { - name: "?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ", + 297280: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::denormal_mantissa_mask(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::denormal_mantissa_mask, - raw_name: ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ, - address: 231744, + full_name: "__crt_strtox::floating_point_value::denormal_mantissa_mask(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::denormal_mantissa_mask", + raw_name: "?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ", + address: 297280, auto_defined: true, external: true, }, }, - 232112: FunctionSnapshot { - name: "?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z", + 297648: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::divide(struct __crt_strtox::big_integer&, struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::divide, - raw_name: ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z, - address: 232112, + full_name: "__crt_strtox::divide(struct __crt_strtox::big_integer&, struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::divide", + raw_name: "?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z", + address: 297648, auto_defined: true, external: true, }, }, - 237520: FunctionSnapshot { - name: "?exponent_bias@floating_point_value@__crt_strtox@@QBEHXZ", + 303056: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::exponent_bias(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::exponent_bias, - raw_name: ?exponent_bias@floating_point_value@__crt_strtox@@QBEHXZ, - address: 237520, + full_name: "__crt_strtox::floating_point_value::exponent_bias(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::exponent_bias", + raw_name: "?exponent_bias@floating_point_value@__crt_strtox@@QBEHXZ", + address: 303056, auto_defined: true, external: true, }, }, - 237856: FunctionSnapshot { - name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ", + 303392: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this), - short_name: __crt_strtox::c_string_character_source<char>::get, - raw_name: ?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ, - address: 237856, + full_name: "__crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this)", + short_name: "__crt_strtox::c_string_character_source<char>::get", + raw_name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ", + address: 303392, auto_defined: true, external: true, }, }, - 238208: FunctionSnapshot { - name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ", + 303744: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this), - short_name: __crt_strtox::c_string_character_source<wchar_t>::get, - raw_name: ?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ, - address: 238208, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::get", + raw_name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ", + address: 303744, auto_defined: true, external: true, }, }, - 238560: FunctionSnapshot { - name: "?is_digit_or_nondigit@__crt_strtox@@YA_NH@Z", + 304096: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::is_digit_or_nondigit(int32_t), - short_name: __crt_strtox::is_digit_or_nondigit, - raw_name: ?is_digit_or_nondigit@__crt_strtox@@YA_NH@Z, - address: 238560, + full_name: "__crt_strtox::is_digit_or_nondigit(int32_t)", + short_name: "__crt_strtox::is_digit_or_nondigit", + raw_name: "?is_digit_or_nondigit@__crt_strtox@@YA_NH@Z", + address: 304096, auto_defined: true, external: true, }, }, - 238992: FunctionSnapshot { - name: "?is_double@floating_point_value@__crt_strtox@@QBE_NXZ", + 304528: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::is_double(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::is_double, - raw_name: ?is_double@floating_point_value@__crt_strtox@@QBE_NXZ, - address: 238992, + full_name: "__crt_strtox::floating_point_value::is_double(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::is_double", + raw_name: "?is_double@floating_point_value@__crt_strtox@@QBE_NXZ", + address: 304528, auto_defined: true, external: true, }, }, - 239312: FunctionSnapshot { - name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z", + 304848: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::is_space(char, struct __crt_locale_pointers* const), - short_name: __crt_strtox::is_space, - raw_name: ?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z, - address: 239312, + full_name: "__crt_strtox::is_space(char, struct __crt_locale_pointers* const)", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z", + address: 304848, auto_defined: true, external: true, }, }, - 239680: FunctionSnapshot { - name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z", + 305216: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*), - short_name: __crt_strtox::is_space, - raw_name: ?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z, - address: 239680, + full_name: "__crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*)", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z", + address: 305216, auto_defined: true, external: true, }, }, - 240032: FunctionSnapshot { - name: "?make_big_integer@__crt_strtox@@YA?AUbig_integer@1@_K@Z", + 305568: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::make_big_integer(uint64_t), - short_name: __crt_strtox::make_big_integer, - raw_name: ?make_big_integer@__crt_strtox@@YA?AUbig_integer@1@_K@Z, - address: 240032, + full_name: "__crt_strtox::make_big_integer(uint64_t)", + short_name: "__crt_strtox::make_big_integer", + raw_name: "?make_big_integer@__crt_strtox@@YA?AUbig_integer@1@_K@Z", + address: 305568, auto_defined: true, external: true, }, }, - 240592: FunctionSnapshot { - name: "?mantissa_bits@floating_point_value@__crt_strtox@@QBEHXZ", + 306128: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::mantissa_bits(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::mantissa_bits, - raw_name: ?mantissa_bits@floating_point_value@__crt_strtox@@QBEHXZ, - address: 240592, + full_name: "__crt_strtox::floating_point_value::mantissa_bits(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::mantissa_bits", + raw_name: "?mantissa_bits@floating_point_value@__crt_strtox@@QBEHXZ", + address: 306128, auto_defined: true, external: true, }, }, - 240928: FunctionSnapshot { - name: "?maximum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ", + 306464: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::maximum_binary_exponent(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::maximum_binary_exponent, - raw_name: ?maximum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ, - address: 240928, + full_name: "__crt_strtox::floating_point_value::maximum_binary_exponent(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::maximum_binary_exponent", + raw_name: "?maximum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ", + address: 306464, auto_defined: true, external: true, }, }, - 241280: FunctionSnapshot { - name: "?minimum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ", + 306816: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::minimum_binary_exponent(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::minimum_binary_exponent, - raw_name: ?minimum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ, - address: 241280, + full_name: "__crt_strtox::floating_point_value::minimum_binary_exponent(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::minimum_binary_exponent", + raw_name: "?minimum_binary_exponent@floating_point_value@__crt_strtox@@QBEHXZ", + address: 306816, auto_defined: true, external: true, }, }, - 241632: FunctionSnapshot { - name: "?multiply@__crt_strtox@@YA_NAAUbig_integer@1@ABU21@@Z", + 307168: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::multiply(struct __crt_strtox::big_integer&, struct __crt_strtox::big_integer const&), - short_name: __crt_strtox::multiply, - raw_name: ?multiply@__crt_strtox@@YA_NAAUbig_integer@1@ABU21@@Z, - address: 241632, + full_name: "__crt_strtox::multiply(struct __crt_strtox::big_integer&, struct __crt_strtox::big_integer const&)", + short_name: "__crt_strtox::multiply", + raw_name: "?multiply@__crt_strtox@@YA_NAAUbig_integer@1@ABU21@@Z", + address: 307168, auto_defined: true, external: true, }, }, - 243696: FunctionSnapshot { - name: "?multiply@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + 309232: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::multiply(struct __crt_strtox::big_integer&, uint32_t), - short_name: __crt_strtox::multiply, - raw_name: ?multiply@__crt_strtox@@YA_NAAUbig_integer@1@I@Z, - address: 243696, + full_name: "__crt_strtox::multiply(struct __crt_strtox::big_integer&, uint32_t)", + short_name: "__crt_strtox::multiply", + raw_name: "?multiply@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + address: 309232, auto_defined: true, external: true, }, }, - 244432: FunctionSnapshot { - name: "?multiply_64_32@__crt_strtox@@YA_K_KI@Z", + 309968: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::multiply_64_32(uint64_t, uint32_t), - short_name: __crt_strtox::multiply_64_32, - raw_name: ?multiply_64_32@__crt_strtox@@YA_K_KI@Z, - address: 244432, + full_name: "__crt_strtox::multiply_64_32(uint64_t, uint32_t)", + short_name: "__crt_strtox::multiply_64_32", + raw_name: "?multiply_64_32@__crt_strtox@@YA_K_KI@Z", + address: 309968, auto_defined: true, external: true, }, }, - 244816: FunctionSnapshot { - name: "?multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + 310352: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::multiply_by_power_of_ten(struct __crt_strtox::big_integer&, uint32_t), - short_name: __crt_strtox::multiply_by_power_of_ten, - raw_name: ?multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@1@I@Z, - address: 244816, + full_name: "__crt_strtox::multiply_by_power_of_ten(struct __crt_strtox::big_integer&, uint32_t)", + short_name: "__crt_strtox::multiply_by_power_of_ten", + raw_name: "?multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + address: 310352, auto_defined: true, external: true, }, }, - 246224: FunctionSnapshot { - name: "?multiply_core@__crt_strtox@@YAIQAIII@Z", + 311760: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::multiply_core(uint32_t* const, uint32_t, uint32_t), - short_name: __crt_strtox::multiply_core, - raw_name: ?multiply_core@__crt_strtox@@YAIQAIII@Z, - address: 246224, + full_name: "__crt_strtox::multiply_core(uint32_t* const, uint32_t, uint32_t)", + short_name: "__crt_strtox::multiply_core", + raw_name: "?multiply_core@__crt_strtox@@YAIQAIII@Z", + address: 311760, auto_defined: true, external: true, }, }, - 246880: FunctionSnapshot { - name: "?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ", + 312416: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::floating_point_value::normal_mantissa_mask(__crt_strtox::floating_point_value* this) const, - short_name: __crt_strtox::floating_point_value::normal_mantissa_mask, - raw_name: ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ, - address: 246880, + full_name: "__crt_strtox::floating_point_value::normal_mantissa_mask(__crt_strtox::floating_point_value* this) const", + short_name: "__crt_strtox::floating_point_value::normal_mantissa_mask", + raw_name: "?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ", + address: 312416, auto_defined: true, external: true, }, }, - 247248: FunctionSnapshot { - name: "?parse_digit@__crt_strtox@@YAID@Z", + 312784: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_digit(char), - short_name: __crt_strtox::parse_digit, - raw_name: ?parse_digit@__crt_strtox@@YAID@Z, - address: 247248, + full_name: "__crt_strtox::parse_digit(char)", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAID@Z", + address: 312784, auto_defined: true, external: true, }, }, - 247680: FunctionSnapshot { - name: "?parse_digit@__crt_strtox@@YAI_W@Z", + 313216: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::parse_digit(wchar_t), - short_name: __crt_strtox::parse_digit, - raw_name: ?parse_digit@__crt_strtox@@YAI_W@Z, - address: 247680, + full_name: "__crt_strtox::parse_digit(wchar_t)", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAI_W@Z", + address: 313216, auto_defined: true, external: true, }, }, - 248160: FunctionSnapshot { - name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z", + 313696: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::restore_state(__crt_strtox::c_string_character_source<char>* this, char const* const), - short_name: __crt_strtox::c_string_character_source<char>::restore_state, - raw_name: ?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z, - address: 248160, + full_name: "__crt_strtox::c_string_character_source<char>::restore_state(__crt_strtox::c_string_character_source<char>* this, char const* const)", + short_name: "__crt_strtox::c_string_character_source<char>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z", + address: 313696, auto_defined: true, external: true, }, }, - 248528: FunctionSnapshot { - name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z", + 314064: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const), - short_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state, - raw_name: ?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z, - address: 248528, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z", + address: 314064, auto_defined: true, external: true, }, }, - 248896: FunctionSnapshot { - name: "?right_shift_with_rounding@__crt_strtox@@YA_K_N_KI0@Z", + 314432: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::right_shift_with_rounding(bool, uint64_t, uint32_t, bool), - short_name: __crt_strtox::right_shift_with_rounding, - raw_name: ?right_shift_with_rounding@__crt_strtox@@YA_K_N_KI0@Z, - address: 248896, + full_name: "__crt_strtox::right_shift_with_rounding(bool, uint64_t, uint32_t, bool)", + short_name: "__crt_strtox::right_shift_with_rounding", + raw_name: "?right_shift_with_rounding@__crt_strtox@@YA_K_N_KI0@Z", + address: 314432, auto_defined: true, external: true, }, }, - 249824: FunctionSnapshot { - name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ", + 315360: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::save_state(__crt_strtox::c_string_character_source<char>* this) const, - short_name: __crt_strtox::c_string_character_source<char>::save_state, - raw_name: ?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ, - address: 249824, + full_name: "__crt_strtox::c_string_character_source<char>::save_state(__crt_strtox::c_string_character_source<char>* this) const", + short_name: "__crt_strtox::c_string_character_source<char>::save_state", + raw_name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ", + address: 315360, auto_defined: true, external: true, }, }, - 250160: FunctionSnapshot { - name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ", + 315696: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::save_state(__crt_strtox::c_string_character_source<wchar_t>* this) const, - short_name: __crt_strtox::c_string_character_source<wchar_t>::save_state, - raw_name: ?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ, - address: 250160, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state(__crt_strtox::c_string_character_source<wchar_t>* this) const", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state", + raw_name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ", + address: 315696, auto_defined: true, external: true, }, }, - 250496: FunctionSnapshot { - name: "?shift_left@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + 316032: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::shift_left(struct __crt_strtox::big_integer&, uint32_t), - short_name: __crt_strtox::shift_left, - raw_name: ?shift_left@__crt_strtox@@YA_NAAUbig_integer@1@I@Z, - address: 250496, + full_name: "__crt_strtox::shift_left(struct __crt_strtox::big_integer&, uint32_t)", + short_name: "__crt_strtox::shift_left", + raw_name: "?shift_left@__crt_strtox@@YA_NAAUbig_integer@1@I@Z", + address: 316032, auto_defined: true, external: true, }, }, - 252656: FunctionSnapshot { - name: "?should_round_up@__crt_strtox@@YA_N_N000@Z", + 318192: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::should_round_up(bool, bool, bool, bool), - short_name: __crt_strtox::should_round_up, - raw_name: ?should_round_up@__crt_strtox@@YA_N_N000@Z, - address: 252656, + full_name: "__crt_strtox::should_round_up(bool, bool, bool, bool)", + short_name: "__crt_strtox::should_round_up", + raw_name: "?should_round_up@__crt_strtox@@YA_N_N000@Z", + address: 318192, auto_defined: true, external: true, }, }, - 253424: FunctionSnapshot { - name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z", + 318960: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::unget(__crt_strtox::c_string_character_source<char>* this, char), - short_name: __crt_strtox::c_string_character_source<char>::unget, - raw_name: ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z, - address: 253424, + full_name: "__crt_strtox::c_string_character_source<char>::unget(__crt_strtox::c_string_character_source<char>* this, char)", + short_name: "__crt_strtox::c_string_character_source<char>::unget", + raw_name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z", + address: 318960, auto_defined: true, external: true, }, }, - 254080: FunctionSnapshot { - name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z", + 319616: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::unget(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t), - short_name: __crt_strtox::c_string_character_source<wchar_t>::unget, - raw_name: ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z, - address: 254080, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::unget(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::unget", + raw_name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z", + address: 319616, auto_defined: true, external: true, }, }, - 254752: FunctionSnapshot { - name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ", + 320288: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::validate(__crt_strtox::c_string_character_source<char>* this) const, - short_name: __crt_strtox::c_string_character_source<char>::validate, - raw_name: ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ, - address: 254752, + full_name: "__crt_strtox::c_string_character_source<char>::validate(__crt_strtox::c_string_character_source<char>* this) const", + short_name: "__crt_strtox::c_string_character_source<char>::validate", + raw_name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ", + address: 320288, auto_defined: true, external: true, }, }, - 255376: FunctionSnapshot { - name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ", + 320912: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const, - short_name: __crt_strtox::c_string_character_source<wchar_t>::validate, - raw_name: ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ, - address: 255376, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::validate", + raw_name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ", + address: 320912, auto_defined: true, external: true, }, }, - 256000: FunctionSnapshot { - name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z", + 321536: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::wide_character_to_digit(wchar_t), - short_name: __crt_strtox::wide_character_to_digit, - raw_name: ?wide_character_to_digit@__crt_strtox@@YAH_W@Z, - address: 256000, + full_name: "__crt_strtox::wide_character_to_digit(wchar_t)", + short_name: "__crt_strtox::wide_character_to_digit", + raw_name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z", + address: 321536, auto_defined: true, external: true, }, }, - 257264: FunctionSnapshot { - name: "___acrt_get_locale_data_prefix", + 322800: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: ___acrt_get_locale_data_prefix, - short_name: ___acrt_get_locale_data_prefix, - raw_name: ___acrt_get_locale_data_prefix, - address: 257264, + full_name: "___acrt_get_locale_data_prefix", + short_name: "___acrt_get_locale_data_prefix", + raw_name: "___acrt_get_locale_data_prefix", + address: 322800, auto_defined: true, external: true, }, }, - 257632: FunctionSnapshot { - name: "___acrt_locale_changed", + 323168: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: ___acrt_locale_changed, - short_name: ___acrt_locale_changed, - raw_name: ___acrt_locale_changed, - address: 257632, + full_name: "___acrt_locale_changed", + short_name: "___acrt_locale_changed", + raw_name: "___acrt_locale_changed", + address: 323168, auto_defined: true, external: true, }, }, - 257968: FunctionSnapshot { - name: "__atodbl", + 323504: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __atodbl, - short_name: __atodbl, - raw_name: __atodbl, - address: 257968, + full_name: "__atodbl", + short_name: "__atodbl", + raw_name: "__atodbl", + address: 323504, auto_defined: true, external: true, }, }, - 258288: FunctionSnapshot { - name: "__atodbl_l", + 323824: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __atodbl_l, - short_name: __atodbl_l, - raw_name: __atodbl_l, - address: 258288, + full_name: "__atodbl_l", + short_name: "__atodbl_l", + raw_name: "__atodbl_l", + address: 323824, auto_defined: true, external: true, }, }, - 258640: FunctionSnapshot { - name: "__atof_l", + 324176: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __atof_l, - short_name: __atof_l, - raw_name: __atof_l, - address: 258640, + full_name: "__atof_l", + short_name: "__atof_l", + raw_name: "__atof_l", + address: 324176, auto_defined: true, external: true, }, }, - 258960: FunctionSnapshot { - name: "__atoflt", + 324496: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __atoflt, - short_name: __atoflt, - raw_name: __atoflt, - address: 258960, + full_name: "__atoflt", + short_name: "__atoflt", + raw_name: "__atoflt", + address: 324496, auto_defined: true, external: true, }, }, - 259280: FunctionSnapshot { - name: "__atoflt_l", + 324816: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __atoflt_l, - short_name: __atoflt_l, - raw_name: __atoflt_l, - address: 259280, + full_name: "__atoflt_l", + short_name: "__atoflt_l", + raw_name: "__atoflt_l", + address: 324816, auto_defined: true, external: true, }, }, - 259632: FunctionSnapshot { - name: "__chvalidchk_l", + 325168: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __chvalidchk_l, - short_name: __chvalidchk_l, - raw_name: __chvalidchk_l, - address: 259632, + full_name: "__chvalidchk_l", + short_name: "__chvalidchk_l", + raw_name: "__chvalidchk_l", + address: 325168, auto_defined: true, external: true, }, }, - 259984: FunctionSnapshot { - name: "__ischartype_l", + 325520: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __ischartype_l, - short_name: __ischartype_l, - raw_name: __ischartype_l, - address: 259984, + full_name: "__ischartype_l", + short_name: "__ischartype_l", + raw_name: "__ischartype_l", + address: 325520, auto_defined: true, external: true, }, }, - 260416: FunctionSnapshot { - name: "__wtof", + 325952: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __wtof, - short_name: __wtof, - raw_name: __wtof, - address: 260416, + full_name: "__wtof", + short_name: "__wtof", + raw_name: "__wtof", + address: 325952, auto_defined: true, external: true, }, }, - 260720: FunctionSnapshot { - name: "__wtof_l", + 326256: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __wtof_l, - short_name: __wtof_l, - raw_name: __wtof_l, - address: 260720, + full_name: "__wtof_l", + short_name: "__wtof_l", + raw_name: "__wtof_l", + address: 326256, auto_defined: true, external: true, }, }, - 261040: FunctionSnapshot { - name: "_atof", + 326576: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _atof, - short_name: _atof, - raw_name: _atof, - address: 261040, + full_name: "_atof", + short_name: "_atof", + raw_name: "_atof", + address: 326576, auto_defined: true, external: true, }, }, - 261344: FunctionSnapshot { - name: "_memcpy_s", + 326880: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Local, - full_name: _memcpy_s, - short_name: _memcpy_s, - raw_name: _memcpy_s, - address: 261344, + full_name: "_memcpy_s", + short_name: "_memcpy_s", + raw_name: "_memcpy_s", + address: 326880, auto_defined: true, external: false, }, diff --git a/rust/tests/snapshots/binary_view__atox.snap b/rust/tests/snapshots/binary_view__atox.snap index ab6de6cd..6c9b6621 100644 --- a/rust/tests/snapshots/binary_view__atox.snap +++ b/rust/tests/snapshots/binary_view__atox.snap @@ -3,1024 +3,964 @@ source: rust/tests/binary_view.rs expression: functions --- { - 155408: FunctionSnapshot { - name: "??$__crt_interlocked_read@J@@YAJPDJ@Z", + 220944: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_interlocked_read<long>(long const volatile*), - short_name: __crt_interlocked_read<long>, - raw_name: ??$__crt_interlocked_read@J@@YAJPDJ@Z, - address: 155408, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_interlocked_read<long>", + short_name: "__crt_interlocked_read<long>", + raw_name: "??$__crt_interlocked_read@J@@YAJPDJ@Z", + address: 220944, + auto_defined: false, + external: false, }, }, - 155728: FunctionSnapshot { - name: "??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z", + 221264: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::is_overflow_condition<unsigned long>(uint32_t, unsigned long), - short_name: __crt_strtox::is_overflow_condition<unsigned long>, - raw_name: ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z, - address: 155728, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_overflow_condition<unsigned long>", + short_name: "__crt_strtox::is_overflow_condition<unsigned long>", + raw_name: "??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z", + address: 221264, + auto_defined: false, + external: false, }, }, - 156224: FunctionSnapshot { - name: "??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z", + 221760: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::is_overflow_condition<uint64_t>(uint32_t, uint64_t), - short_name: __crt_strtox::is_overflow_condition<uint64_t>, - raw_name: ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z, - address: 156224, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_overflow_condition<uint64_t>", + short_name: "__crt_strtox::is_overflow_condition<uint64_t>", + raw_name: "??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z", + address: 221760, + auto_defined: false, + external: false, }, }, - 156768: FunctionSnapshot { - name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z", + 222304: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr), - short_name: __crt_strtox::make_c_string_character_source<char, std::nullptr>, - raw_name: ??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z, - address: 156768, + full_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>", + raw_name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z", + address: 222304, auto_defined: true, external: true, }, }, - 157152: FunctionSnapshot { - name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z", + 222688: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr), - short_name: __crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>, - raw_name: ??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z, - address: 157152, + full_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>", + raw_name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z", + address: 222688, auto_defined: true, external: true, }, }, - 157536: FunctionSnapshot { - name: "??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + 223072: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>, int32_t, bool), - short_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z, - address: 157536, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<char> >", + short_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + address: 223072, + auto_defined: false, + external: false, }, }, - 160080: FunctionSnapshot { - name: "??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + 225616: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>, int32_t, bool), - short_name: __crt_strtox::parse_integer<unsigned long, class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z, - address: 160080, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<wchar_t> >", + short_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + address: 225616, + auto_defined: false, + external: false, }, }, - 162624: FunctionSnapshot { - name: "??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + 228160: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >(struct __crt_locale_pointers* const, class parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >::c_string_character_source<char>, int32_t, bool), - short_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<char> >, - raw_name: ??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z, - address: 162624, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<char> >", + short_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + address: 228160, + auto_defined: false, + external: false, }, }, - 165376: FunctionSnapshot { - name: "??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + 230912: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >(struct __crt_locale_pointers* const, class parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >::c_string_character_source<wchar_t>, int32_t, bool), - short_name: __crt_strtox::parse_integer<uint64_t, class __crt_strtox::c_string_character_source<wchar_t> >, - raw_name: ??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z, - address: 165376, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<wchar_t> >", + short_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + address: 230912, + auto_defined: false, + external: false, }, }, - 168144: FunctionSnapshot { - name: "??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z", + 233680: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer_from_string<long, char, std::nullptr>(char const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const), - short_name: __crt_strtox::parse_integer_from_string<long, char, std::nullptr>, - raw_name: ??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z, - address: 168144, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<long,char,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<long,char,std::nullptr>", + raw_name: "??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z", + address: 233680, + auto_defined: false, + external: false, }, }, - 168592: FunctionSnapshot { - name: "??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z", + 234128: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer_from_string<long, wchar_t, std::nullptr>(wchar_t const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const), - short_name: __crt_strtox::parse_integer_from_string<long, wchar_t, std::nullptr>, - raw_name: ??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z, - address: 168592, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<long,wchar_t,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<long,wchar_t,std::nullptr>", + raw_name: "??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z", + address: 234128, + auto_defined: false, + external: false, }, }, - 169056: FunctionSnapshot { - name: "??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z", + 234592: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer_from_string<int64_t, char, std::nullptr>(char const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const), - short_name: __crt_strtox::parse_integer_from_string<int64_t, char, std::nullptr>, - raw_name: ??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z, - address: 169056, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<int64_t,char,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<int64_t,char,std::nullptr>", + raw_name: "??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z", + address: 234592, + auto_defined: false, + external: false, }, }, - 169520: FunctionSnapshot { - name: "??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z", + 235056: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_integer_from_string<int64_t, wchar_t, std::nullptr>(wchar_t const* const, std::nullptr, int32_t, struct __crt_locale_pointers* const), - short_name: __crt_strtox::parse_integer_from_string<int64_t, wchar_t, std::nullptr>, - raw_name: ??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z, - address: 169520, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<int64_t,wchar_t,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<int64_t,wchar_t,std::nullptr>", + raw_name: "??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z", + address: 235056, + auto_defined: false, + external: false, }, }, - 169984: FunctionSnapshot { - name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z", + 235520: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const), - short_name: __crt_strtox::c_string_character_source<char>::c_string_character_source<char>, - raw_name: ??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z, - address: 169984, + full_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const)", + short_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>", + raw_name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z", + address: 235520, auto_defined: true, external: true, }, }, - 170416: FunctionSnapshot { - name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z", + 235952: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const, wchar_t const** const), - short_name: __crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>, - raw_name: ??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z, - address: 170416, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const, wchar_t const** const)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>", + raw_name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z", + address: 235952, auto_defined: true, external: true, }, }, - 170848: FunctionSnapshot { - name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z", + 236384: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: _LocaleUpdate::_LocaleUpdate(_LocaleUpdate* this, struct __crt_locale_pointers* const), - short_name: _LocaleUpdate::_LocaleUpdate, - raw_name: ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z, - address: 170848, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "_LocaleUpdate::_LocaleUpdate", + short_name: "_LocaleUpdate::_LocaleUpdate", + raw_name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z", + address: 236384, + auto_defined: false, + external: false, }, }, - 171536: FunctionSnapshot { - name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ", + 237072: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this), - short_name: __crt_strtox::c_string_character_source<char>::~c_string_character_source<char>, - raw_name: ??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ, - address: 171536, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>", + short_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>", + raw_name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ", + address: 237072, + auto_defined: false, + external: false, }, }, - 171920: FunctionSnapshot { - name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ", + 237456: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this), - short_name: __crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>, - raw_name: ??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ, - address: 171920, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>", + raw_name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ", + address: 237456, auto_defined: true, external: true, }, }, - 172304: FunctionSnapshot { - name: "??1_LocaleUpdate@@QAE@XZ", + 237840: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this), - short_name: _LocaleUpdate::~_LocaleUpdate, - raw_name: ??1_LocaleUpdate@@QAE@XZ, - address: 172304, + full_name: "_LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::~_LocaleUpdate", + raw_name: "??1_LocaleUpdate@@QAE@XZ", + address: 237840, auto_defined: true, external: true, }, }, - 172656: FunctionSnapshot { - name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ", + 238192: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: _LocaleUpdate::GetLocaleT(_LocaleUpdate* this), - short_name: _LocaleUpdate::GetLocaleT, - raw_name: ?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ, - address: 172656, + full_name: "_LocaleUpdate::GetLocaleT(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::GetLocaleT", + raw_name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ", + address: 238192, auto_defined: true, external: true, }, }, - 172960: FunctionSnapshot { - name: "?__crt_interlocked_read_32@@YAHPDH@Z", + 238496: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_interlocked_read_32(int32_t const volatile*), - short_name: __crt_interlocked_read_32, - raw_name: ?__crt_interlocked_read_32@@YAHPDH@Z, - address: 172960, + full_name: "__crt_interlocked_read_32(int32_t const volatile*)", + short_name: "__crt_interlocked_read_32", + raw_name: "?__crt_interlocked_read_32@@YAHPDH@Z", + address: 238496, auto_defined: true, external: true, }, }, - 173296: FunctionSnapshot { - name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ", + 238832: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this), - short_name: __crt_strtox::c_string_character_source<char>::get, - raw_name: ?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ, - address: 173296, + full_name: "__crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this)", + short_name: "__crt_strtox::c_string_character_source<char>::get", + raw_name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ", + address: 238832, auto_defined: true, external: true, }, }, - 173648: FunctionSnapshot { - name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ", + 239184: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this), - short_name: __crt_strtox::c_string_character_source<wchar_t>::get, - raw_name: ?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ, - address: 173648, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::get", + raw_name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ", + address: 239184, auto_defined: true, external: true, }, }, - 174000: FunctionSnapshot { - name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z", + 239536: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::is_space(char, struct __crt_locale_pointers* const), - short_name: __crt_strtox::is_space, - raw_name: ?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z, - address: 174000, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_space", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z", + address: 239536, + auto_defined: false, + external: false, }, }, - 174368: FunctionSnapshot { - name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z", + 239904: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*), - short_name: __crt_strtox::is_space, - raw_name: ?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z, - address: 174368, + full_name: "__crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*)", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z", + address: 239904, auto_defined: true, external: true, }, }, - 174720: FunctionSnapshot { - name: "?maximum_signed_value@__crt_strtox@@YAJK@Z", + 240256: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::maximum_signed_value(unsigned long), - short_name: __crt_strtox::maximum_signed_value, - raw_name: ?maximum_signed_value@__crt_strtox@@YAJK@Z, - address: 174720, + full_name: "__crt_strtox::maximum_signed_value(unsigned long)", + short_name: "__crt_strtox::maximum_signed_value", + raw_name: "?maximum_signed_value@__crt_strtox@@YAJK@Z", + address: 240256, auto_defined: true, external: true, }, }, - 175024: FunctionSnapshot { - name: "?maximum_signed_value@__crt_strtox@@YA_J_K@Z", + 240560: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::maximum_signed_value(uint64_t), - short_name: __crt_strtox::maximum_signed_value, - raw_name: ?maximum_signed_value@__crt_strtox@@YA_J_K@Z, - address: 175024, + full_name: "__crt_strtox::maximum_signed_value(uint64_t)", + short_name: "__crt_strtox::maximum_signed_value", + raw_name: "?maximum_signed_value@__crt_strtox@@YA_J_K@Z", + address: 240560, auto_defined: true, external: true, }, }, - 175328: FunctionSnapshot { - name: "?minimum_signed_value@__crt_strtox@@YAJK@Z", + 240864: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::minimum_signed_value(unsigned long), - short_name: __crt_strtox::minimum_signed_value, - raw_name: ?minimum_signed_value@__crt_strtox@@YAJK@Z, - address: 175328, + full_name: "__crt_strtox::minimum_signed_value(unsigned long)", + short_name: "__crt_strtox::minimum_signed_value", + raw_name: "?minimum_signed_value@__crt_strtox@@YAJK@Z", + address: 240864, auto_defined: true, external: true, }, }, - 175632: FunctionSnapshot { - name: "?minimum_signed_value@__crt_strtox@@YA_J_K@Z", + 241168: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::minimum_signed_value(uint64_t), - short_name: __crt_strtox::minimum_signed_value, - raw_name: ?minimum_signed_value@__crt_strtox@@YA_J_K@Z, - address: 175632, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::minimum_signed_value", + short_name: "__crt_strtox::minimum_signed_value", + raw_name: "?minimum_signed_value@__crt_strtox@@YA_J_K@Z", + address: 241168, + auto_defined: false, + external: false, }, }, - 175936: FunctionSnapshot { - name: "?parse_digit@__crt_strtox@@YAID@Z", + 241472: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_digit(char), - short_name: __crt_strtox::parse_digit, - raw_name: ?parse_digit@__crt_strtox@@YAID@Z, - address: 175936, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_digit", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAID@Z", + address: 241472, + auto_defined: false, + external: false, }, }, - 176368: FunctionSnapshot { - name: "?parse_digit@__crt_strtox@@YAI_W@Z", + 241904: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::parse_digit(wchar_t), - short_name: __crt_strtox::parse_digit, - raw_name: ?parse_digit@__crt_strtox@@YAI_W@Z, - address: 176368, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_digit", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAI_W@Z", + address: 241904, + auto_defined: false, + external: false, }, }, - 176848: FunctionSnapshot { - name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z", + 242384: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::restore_state(__crt_strtox::c_string_character_source<char>* this, char const* const), - short_name: __crt_strtox::c_string_character_source<char>::restore_state, - raw_name: ?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z, - address: 176848, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::restore_state", + short_name: "__crt_strtox::c_string_character_source<char>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z", + address: 242384, + auto_defined: false, + external: false, }, }, - 177216: FunctionSnapshot { - name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z", + 242752: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const), - short_name: __crt_strtox::c_string_character_source<wchar_t>::restore_state, - raw_name: ?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z, - address: 177216, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z", + address: 242752, auto_defined: true, external: true, }, }, - 177584: FunctionSnapshot { - name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ", + 243120: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::save_state(__crt_strtox::c_string_character_source<char>* this) const, - short_name: __crt_strtox::c_string_character_source<char>::save_state, - raw_name: ?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ, - address: 177584, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::save_state", + short_name: "__crt_strtox::c_string_character_source<char>::save_state", + raw_name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ", + address: 243120, + auto_defined: false, + external: false, }, }, - 177920: FunctionSnapshot { - name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ", + 243456: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::save_state(__crt_strtox::c_string_character_source<wchar_t>* this) const, - short_name: __crt_strtox::c_string_character_source<wchar_t>::save_state, - raw_name: ?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ, - address: 177920, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state", + raw_name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ", + address: 243456, + auto_defined: false, + external: false, }, }, - 178256: FunctionSnapshot { - name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z", + 243792: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::unget(__crt_strtox::c_string_character_source<char>* this, char), - short_name: __crt_strtox::c_string_character_source<char>::unget, - raw_name: ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z, - address: 178256, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::unget", + short_name: "__crt_strtox::c_string_character_source<char>::unget", + raw_name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z", + address: 243792, + auto_defined: false, + external: false, }, }, - 178912: FunctionSnapshot { - name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z", + 244448: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::unget(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t), - short_name: __crt_strtox::c_string_character_source<wchar_t>::unget, - raw_name: ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z, - address: 178912, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::unget", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::unget", + raw_name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z", + address: 244448, + auto_defined: false, + external: false, }, }, - 179584: FunctionSnapshot { - name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ", + 245120: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::c_string_character_source<char>::validate(__crt_strtox::c_string_character_source<char>* this) const, - short_name: __crt_strtox::c_string_character_source<char>::validate, - raw_name: ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ, - address: 179584, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::validate", + short_name: "__crt_strtox::c_string_character_source<char>::validate", + raw_name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ", + address: 245120, + auto_defined: false, + external: false, }, }, - 180208: FunctionSnapshot { - name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ", + 245744: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { type: Function, binding: Global, - full_name: __crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const, - short_name: __crt_strtox::c_string_character_source<wchar_t>::validate, - raw_name: ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ, - address: 180208, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::validate", + raw_name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ", + address: 245744, auto_defined: true, external: true, }, }, - 180832: FunctionSnapshot { - name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z", + 246368: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __crt_strtox::wide_character_to_digit(wchar_t), - short_name: __crt_strtox::wide_character_to_digit, - raw_name: ?wide_character_to_digit@__crt_strtox@@YAH_W@Z, - address: 180832, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::wide_character_to_digit", + short_name: "__crt_strtox::wide_character_to_digit", + raw_name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z", + address: 246368, + auto_defined: false, + external: false, }, }, - 182096: FunctionSnapshot { - name: "___acrt_get_locale_data_prefix", + 247632: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: ___acrt_get_locale_data_prefix, - short_name: ___acrt_get_locale_data_prefix, - raw_name: ___acrt_get_locale_data_prefix, - address: 182096, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "___acrt_get_locale_data_prefix", + short_name: "___acrt_get_locale_data_prefix", + raw_name: "___acrt_get_locale_data_prefix", + address: 247632, + auto_defined: false, + external: false, }, }, - 182464: FunctionSnapshot { - name: "___acrt_locale_changed", + 248000: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: ___acrt_locale_changed, - short_name: ___acrt_locale_changed, - raw_name: ___acrt_locale_changed, - address: 182464, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "___acrt_locale_changed", + short_name: "___acrt_locale_changed", + raw_name: "___acrt_locale_changed", + address: 248000, + auto_defined: false, + external: false, }, }, - 182800: FunctionSnapshot { - name: "__atoi64", + 248336: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __atoi64, - short_name: __atoi64, - raw_name: __atoi64, - address: 182800, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__atoi64", + short_name: "__atoi64", + raw_name: "__atoi64", + address: 248336, + auto_defined: false, + external: false, }, }, - 183104: FunctionSnapshot { - name: "__atoi64_l", + 248640: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __atoi64_l, - short_name: __atoi64_l, - raw_name: __atoi64_l, - address: 183104, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__atoi64_l", + short_name: "__atoi64_l", + raw_name: "__atoi64_l", + address: 248640, + auto_defined: false, + external: false, }, }, - 183440: FunctionSnapshot { - name: "__atoi_l", + 248976: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __atoi_l, - short_name: __atoi_l, - raw_name: __atoi_l, - address: 183440, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__atoi_l", + short_name: "__atoi_l", + raw_name: "__atoi_l", + address: 248976, + auto_defined: false, + external: false, }, }, - 183760: FunctionSnapshot { - name: "__atol_l", + 249296: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __atol_l, - short_name: __atol_l, - raw_name: __atol_l, - address: 183760, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__atol_l", + short_name: "__atol_l", + raw_name: "__atol_l", + address: 249296, + auto_defined: false, + external: false, }, }, - 184080: FunctionSnapshot { - name: "__atoll_l", + 249616: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __atoll_l, - short_name: __atoll_l, - raw_name: __atoll_l, - address: 184080, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__atoll_l", + short_name: "__atoll_l", + raw_name: "__atoll_l", + address: 249616, + auto_defined: false, + external: false, }, }, - 184400: FunctionSnapshot { - name: "__chvalidchk_l", + 249936: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __chvalidchk_l, - short_name: __chvalidchk_l, - raw_name: __chvalidchk_l, - address: 184400, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__chvalidchk_l", + short_name: "__chvalidchk_l", + raw_name: "__chvalidchk_l", + address: 249936, + auto_defined: false, + external: false, }, }, - 184752: FunctionSnapshot { - name: "__ischartype_l", + 250288: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __ischartype_l, - short_name: __ischartype_l, - raw_name: __ischartype_l, - address: 184752, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__ischartype_l", + short_name: "__ischartype_l", + raw_name: "__ischartype_l", + address: 250288, + auto_defined: false, + external: false, }, }, - 185184: FunctionSnapshot { - name: "__wtoi", + 250720: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoi, - short_name: __wtoi, - raw_name: __wtoi, - address: 185184, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoi", + short_name: "__wtoi", + raw_name: "__wtoi", + address: 250720, + auto_defined: false, + external: false, }, }, - 185488: FunctionSnapshot { - name: "__wtoi64", + 251024: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoi64, - short_name: __wtoi64, - raw_name: __wtoi64, - address: 185488, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoi64", + short_name: "__wtoi64", + raw_name: "__wtoi64", + address: 251024, + auto_defined: false, + external: false, }, }, - 185792: FunctionSnapshot { - name: "__wtoi64_l", + 251328: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoi64_l, - short_name: __wtoi64_l, - raw_name: __wtoi64_l, - address: 185792, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoi64_l", + short_name: "__wtoi64_l", + raw_name: "__wtoi64_l", + address: 251328, + auto_defined: false, + external: false, }, }, - 186128: FunctionSnapshot { - name: "__wtoi_l", + 251664: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoi_l, - short_name: __wtoi_l, - raw_name: __wtoi_l, - address: 186128, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoi_l", + short_name: "__wtoi_l", + raw_name: "__wtoi_l", + address: 251664, + auto_defined: false, + external: false, }, }, - 186448: FunctionSnapshot { - name: "__wtol", + 251984: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtol, - short_name: __wtol, - raw_name: __wtol, - address: 186448, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtol", + short_name: "__wtol", + raw_name: "__wtol", + address: 251984, + auto_defined: false, + external: false, }, }, - 186752: FunctionSnapshot { - name: "__wtol_l", + 252288: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtol_l, - short_name: __wtol_l, - raw_name: __wtol_l, - address: 186752, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtol_l", + short_name: "__wtol_l", + raw_name: "__wtol_l", + address: 252288, + auto_defined: false, + external: false, }, }, - 187072: FunctionSnapshot { - name: "__wtoll", + 252608: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoll, - short_name: __wtoll, - raw_name: __wtoll, - address: 187072, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoll", + short_name: "__wtoll", + raw_name: "__wtoll", + address: 252608, + auto_defined: false, + external: false, }, }, - 187376: FunctionSnapshot { - name: "__wtoll_l", + 252912: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: __wtoll_l, - short_name: __wtoll_l, - raw_name: __wtoll_l, - address: 187376, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "__wtoll_l", + short_name: "__wtoll_l", + raw_name: "__wtoll_l", + address: 252912, + auto_defined: false, + external: false, }, }, - 187696: FunctionSnapshot { - name: "_atoi", + 253232: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: _atoi, - short_name: _atoi, - raw_name: _atoi, - address: 187696, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "_atoi", + short_name: "_atoi", + raw_name: "_atoi", + address: 253232, + auto_defined: false, + external: false, }, }, - 188000: FunctionSnapshot { - name: "_atol", + 253536: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: _atol, - short_name: _atol, - raw_name: _atol, - address: 188000, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "_atol", + short_name: "_atol", + raw_name: "_atol", + address: 253536, + auto_defined: false, + external: false, }, }, - 188304: FunctionSnapshot { - name: "_atoll", + 253840: FunctionSnapshot { platform: Platform { - name: windows-x86, - arch: x86, + name: "windows-x86", + arch: "x86", }, symbol: Symbol { - type: Function, - binding: Global, - full_name: _atoll, - short_name: _atoll, - raw_name: _atoll, - address: 188304, - auto_defined: true, - external: true, + type: LibraryFunction, + binding: None, + full_name: "_atoll", + short_name: "_atoll", + raw_name: "_atoll", + address: 253840, + auto_defined: false, + external: false, }, }, } diff --git a/rust/tests/snapshots/binary_view__atox.snap.new b/rust/tests/snapshots/binary_view__atox.snap.new new file mode 100644 index 00000000..498ac4fc --- /dev/null +++ b/rust/tests/snapshots/binary_view__atox.snap.new @@ -0,0 +1,967 @@ +--- +source: rust/tests/binary_view.rs +assertion_line: 137 +expression: functions +--- +{ + 220944: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_interlocked_read<long>", + short_name: "__crt_interlocked_read<long>", + raw_name: "??$__crt_interlocked_read@J@@YAJPDJ@Z", + address: 220944, + auto_defined: false, + external: false, + }, + }, + 221264: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_overflow_condition<unsigned long>", + short_name: "__crt_strtox::is_overflow_condition<unsigned long>", + raw_name: "??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z", + address: 221264, + auto_defined: false, + external: false, + }, + }, + 221760: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_overflow_condition<uint64_t>", + short_name: "__crt_strtox::is_overflow_condition<uint64_t>", + raw_name: "??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z", + address: 221760, + auto_defined: false, + external: false, + }, + }, + 222304: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>(char const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<char, std::nullptr>", + raw_name: "??$make_c_string_character_source@D$$T@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBD$$T@Z", + address: 222304, + auto_defined: true, + external: true, + }, + }, + 222688: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>(wchar_t const* const, std::nullptr)", + short_name: "__crt_strtox::make_c_string_character_source<wchar_t, std::nullptr>", + raw_name: "??$make_c_string_character_source@_W$$T@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_W$$T@Z", + address: 222688, + auto_defined: true, + external: true, + }, + }, + 223072: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<char> >", + short_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + address: 223072, + auto_defined: false, + external: false, + }, + }, + 225616: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<wchar_t> >", + short_name: "__crt_strtox::parse_integer<unsigned long,class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YAKQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + address: 225616, + auto_defined: false, + external: false, + }, + }, + 228160: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<char> >", + short_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<char> >", + raw_name: "??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@D@0@H_N@Z", + address: 228160, + auto_defined: false, + external: false, + }, + }, + 230912: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<wchar_t> >", + short_name: "__crt_strtox::parse_integer<uint64_t,class __crt_strtox::c_string_character_source<wchar_t> >", + raw_name: "??$parse_integer@_KV?$c_string_character_source@_W@__crt_strtox@@@__crt_strtox@@YA_KQAU__crt_locale_pointers@@V?$c_string_character_source@_W@0@H_N@Z", + address: 230912, + auto_defined: false, + external: false, + }, + }, + 233680: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<long,char,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<long,char,std::nullptr>", + raw_name: "??$parse_integer_from_string@JD$$T@__crt_strtox@@YAJQBD$$THQAU__crt_locale_pointers@@@Z", + address: 233680, + auto_defined: false, + external: false, + }, + }, + 234128: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<long,wchar_t,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<long,wchar_t,std::nullptr>", + raw_name: "??$parse_integer_from_string@J_W$$T@__crt_strtox@@YAJQB_W$$THQAU__crt_locale_pointers@@@Z", + address: 234128, + auto_defined: false, + external: false, + }, + }, + 234592: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<int64_t,char,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<int64_t,char,std::nullptr>", + raw_name: "??$parse_integer_from_string@_JD$$T@__crt_strtox@@YA_JQBD$$THQAU__crt_locale_pointers@@@Z", + address: 234592, + auto_defined: false, + external: false, + }, + }, + 235056: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_integer_from_string<int64_t,wchar_t,std::nullptr>", + short_name: "__crt_strtox::parse_integer_from_string<int64_t,wchar_t,std::nullptr>", + raw_name: "??$parse_integer_from_string@_J_W$$T@__crt_strtox@@YA_JQB_W$$THQAU__crt_locale_pointers@@@Z", + address: 235056, + auto_defined: false, + external: false, + }, + }, + 235520: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this, char const* const, char const** const)", + short_name: "__crt_strtox::c_string_character_source<char>::c_string_character_source<char>", + raw_name: "??0?$c_string_character_source@D@__crt_strtox@@QAE@QBDQAPBD@Z", + address: 235520, + auto_defined: true, + external: true, + }, + }, + 235952: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::c_string_character_source<wchar_t>", + raw_name: "??0?$c_string_character_source@_W@__crt_strtox@@QAE@QB_WQAPB_W@Z", + address: 235952, + auto_defined: false, + external: false, + }, + }, + 236384: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "_LocaleUpdate::_LocaleUpdate", + short_name: "_LocaleUpdate::_LocaleUpdate", + raw_name: "??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z", + address: 236384, + auto_defined: false, + external: false, + }, + }, + 237072: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>(__crt_strtox::c_string_character_source<char>* this)", + short_name: "__crt_strtox::c_string_character_source<char>::~c_string_character_source<char>", + raw_name: "??1?$c_string_character_source@D@__crt_strtox@@QAE@XZ", + address: 237072, + auto_defined: true, + external: true, + }, + }, + 237456: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::~c_string_character_source<wchar_t>", + raw_name: "??1?$c_string_character_source@_W@__crt_strtox@@QAE@XZ", + address: 237456, + auto_defined: true, + external: true, + }, + }, + 237840: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "_LocaleUpdate::~_LocaleUpdate(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::~_LocaleUpdate", + raw_name: "??1_LocaleUpdate@@QAE@XZ", + address: 237840, + auto_defined: true, + external: true, + }, + }, + 238192: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "_LocaleUpdate::GetLocaleT(_LocaleUpdate* this)", + short_name: "_LocaleUpdate::GetLocaleT", + raw_name: "?GetLocaleT@_LocaleUpdate@@QAEPAU__crt_locale_pointers@@XZ", + address: 238192, + auto_defined: true, + external: true, + }, + }, + 238496: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_interlocked_read_32(int32_t const volatile*)", + short_name: "__crt_interlocked_read_32", + raw_name: "?__crt_interlocked_read_32@@YAHPDH@Z", + address: 238496, + auto_defined: true, + external: true, + }, + }, + 238832: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<char>::get(__crt_strtox::c_string_character_source<char>* this)", + short_name: "__crt_strtox::c_string_character_source<char>::get", + raw_name: "?get@?$c_string_character_source@D@__crt_strtox@@QAEDXZ", + address: 238832, + auto_defined: true, + external: true, + }, + }, + 239184: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::get(__crt_strtox::c_string_character_source<wchar_t>* this)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::get", + raw_name: "?get@?$c_string_character_source@_W@__crt_strtox@@QAE_WXZ", + address: 239184, + auto_defined: true, + external: true, + }, + }, + 239536: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::is_space", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_NDQAU__crt_locale_pointers@@@Z", + address: 239536, + auto_defined: false, + external: false, + }, + }, + 239904: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::is_space(wchar_t, struct __crt_locale_pointers*)", + short_name: "__crt_strtox::is_space", + raw_name: "?is_space@__crt_strtox@@YA_N_WPAU__crt_locale_pointers@@@Z", + address: 239904, + auto_defined: true, + external: true, + }, + }, + 240256: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::maximum_signed_value(unsigned long)", + short_name: "__crt_strtox::maximum_signed_value", + raw_name: "?maximum_signed_value@__crt_strtox@@YAJK@Z", + address: 240256, + auto_defined: true, + external: true, + }, + }, + 240560: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::maximum_signed_value(uint64_t)", + short_name: "__crt_strtox::maximum_signed_value", + raw_name: "?maximum_signed_value@__crt_strtox@@YA_J_K@Z", + address: 240560, + auto_defined: true, + external: true, + }, + }, + 240864: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::minimum_signed_value(unsigned long)", + short_name: "__crt_strtox::minimum_signed_value", + raw_name: "?minimum_signed_value@__crt_strtox@@YAJK@Z", + address: 240864, + auto_defined: true, + external: true, + }, + }, + 241168: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::minimum_signed_value", + short_name: "__crt_strtox::minimum_signed_value", + raw_name: "?minimum_signed_value@__crt_strtox@@YA_J_K@Z", + address: 241168, + auto_defined: false, + external: false, + }, + }, + 241472: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_digit", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAID@Z", + address: 241472, + auto_defined: false, + external: false, + }, + }, + 241904: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::parse_digit", + short_name: "__crt_strtox::parse_digit", + raw_name: "?parse_digit@__crt_strtox@@YAI_W@Z", + address: 241904, + auto_defined: false, + external: false, + }, + }, + 242384: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::restore_state", + short_name: "__crt_strtox::c_string_character_source<char>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@D@__crt_strtox@@QAE_NQBD@Z", + address: 242384, + auto_defined: false, + external: false, + }, + }, + 242752: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state(__crt_strtox::c_string_character_source<wchar_t>* this, wchar_t const* const)", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::restore_state", + raw_name: "?restore_state@?$c_string_character_source@_W@__crt_strtox@@QAE_NQB_W@Z", + address: 242752, + auto_defined: true, + external: true, + }, + }, + 243120: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::save_state", + short_name: "__crt_strtox::c_string_character_source<char>::save_state", + raw_name: "?save_state@?$c_string_character_source@D@__crt_strtox@@QBEPBDXZ", + address: 243120, + auto_defined: false, + external: false, + }, + }, + 243456: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::save_state", + raw_name: "?save_state@?$c_string_character_source@_W@__crt_strtox@@QBEPB_WXZ", + address: 243456, + auto_defined: false, + external: false, + }, + }, + 243792: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::unget", + short_name: "__crt_strtox::c_string_character_source<char>::unget", + raw_name: "?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z", + address: 243792, + auto_defined: false, + external: false, + }, + }, + 244448: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::unget", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::unget", + raw_name: "?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z", + address: 244448, + auto_defined: false, + external: false, + }, + }, + 245120: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::c_string_character_source<char>::validate", + short_name: "__crt_strtox::c_string_character_source<char>::validate", + raw_name: "?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ", + address: 245120, + auto_defined: false, + external: false, + }, + }, + 245744: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: Function, + binding: Global, + full_name: "__crt_strtox::c_string_character_source<wchar_t>::validate(__crt_strtox::c_string_character_source<wchar_t>* this) const", + short_name: "__crt_strtox::c_string_character_source<wchar_t>::validate", + raw_name: "?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ", + address: 245744, + auto_defined: true, + external: true, + }, + }, + 246368: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__crt_strtox::wide_character_to_digit", + short_name: "__crt_strtox::wide_character_to_digit", + raw_name: "?wide_character_to_digit@__crt_strtox@@YAH_W@Z", + address: 246368, + auto_defined: false, + external: false, + }, + }, + 247632: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "___acrt_get_locale_data_prefix", + short_name: "___acrt_get_locale_data_prefix", + raw_name: "___acrt_get_locale_data_prefix", + address: 247632, + auto_defined: false, + external: false, + }, + }, + 248000: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "___acrt_locale_changed", + short_name: "___acrt_locale_changed", + raw_name: "___acrt_locale_changed", + address: 248000, + auto_defined: false, + external: false, + }, + }, + 248336: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__atoi64", + short_name: "__atoi64", + raw_name: "__atoi64", + address: 248336, + auto_defined: false, + external: false, + }, + }, + 248640: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__atoi64_l", + short_name: "__atoi64_l", + raw_name: "__atoi64_l", + address: 248640, + auto_defined: false, + external: false, + }, + }, + 248976: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__atoi_l", + short_name: "__atoi_l", + raw_name: "__atoi_l", + address: 248976, + auto_defined: false, + external: false, + }, + }, + 249296: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__atol_l", + short_name: "__atol_l", + raw_name: "__atol_l", + address: 249296, + auto_defined: false, + external: false, + }, + }, + 249616: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__atoll_l", + short_name: "__atoll_l", + raw_name: "__atoll_l", + address: 249616, + auto_defined: false, + external: false, + }, + }, + 249936: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__chvalidchk_l", + short_name: "__chvalidchk_l", + raw_name: "__chvalidchk_l", + address: 249936, + auto_defined: false, + external: false, + }, + }, + 250288: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__ischartype_l", + short_name: "__ischartype_l", + raw_name: "__ischartype_l", + address: 250288, + auto_defined: false, + external: false, + }, + }, + 250720: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoi", + short_name: "__wtoi", + raw_name: "__wtoi", + address: 250720, + auto_defined: false, + external: false, + }, + }, + 251024: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoi64", + short_name: "__wtoi64", + raw_name: "__wtoi64", + address: 251024, + auto_defined: false, + external: false, + }, + }, + 251328: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoi64_l", + short_name: "__wtoi64_l", + raw_name: "__wtoi64_l", + address: 251328, + auto_defined: false, + external: false, + }, + }, + 251664: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoi_l", + short_name: "__wtoi_l", + raw_name: "__wtoi_l", + address: 251664, + auto_defined: false, + external: false, + }, + }, + 251984: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtol", + short_name: "__wtol", + raw_name: "__wtol", + address: 251984, + auto_defined: false, + external: false, + }, + }, + 252288: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtol_l", + short_name: "__wtol_l", + raw_name: "__wtol_l", + address: 252288, + auto_defined: false, + external: false, + }, + }, + 252608: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoll", + short_name: "__wtoll", + raw_name: "__wtoll", + address: 252608, + auto_defined: false, + external: false, + }, + }, + 252912: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "__wtoll_l", + short_name: "__wtoll_l", + raw_name: "__wtoll_l", + address: 252912, + auto_defined: false, + external: false, + }, + }, + 253232: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "_atoi", + short_name: "_atoi", + raw_name: "_atoi", + address: 253232, + auto_defined: false, + external: false, + }, + }, + 253536: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "_atol", + short_name: "_atol", + raw_name: "_atol", + address: 253536, + auto_defined: false, + external: false, + }, + }, + 253840: FunctionSnapshot { + platform: Platform { + name: "windows-x86", + arch: "x86", + }, + symbol: Symbol { + type: LibraryFunction, + binding: None, + full_name: "_atoll", + short_name: "_atoll", + raw_name: "_atoll", + address: 253840, + auto_defined: false, + external: false, + }, + }, +} |
