Test results for armeabi, berry2, crypto_core/aes128encrypt
[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_core
Test results for armeabi, berry2, crypto_core
Test results for crypto_core/aes128encrypt
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_core
Primitive: aes128encrypt
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1328 | 64 0 0 | 9660 364 752 | T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1330 | 64 0 0 | 10480 372 752 | T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1330 | 64 0 0 | 12128 372 752 | T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1336 | 64 0 0 | 10287 368 752 | T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1512 | 4620 0 0 | 16447 356 752 | T:dolbeau/std-2ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1558 | 4088 0 0 | 14267 356 752 | T:dolbeau/std-2ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1564 | 6660 0 0 | 18487 356 752 | T:dolbeau/std-4ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1610 | 3588 0 0 | 15415 356 752 | T:dolbeau/std-1ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1614 | 6120 0 0 | 16299 356 752 | T:dolbeau/std-4ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1664 | 3068 0 0 | 13247 356 752 | T:dolbeau/std-1ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1732 | 6076 0 0 | 15407 348 752 | T:dolbeau/std-4ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1932 | 4000 0 0 | 13331 348 752 | T:dolbeau/std-2ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1936 | 6112 0 0 | 16118 352 752 | T:dolbeau/std-4ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
1950 | 2976 0 0 | 12307 348 752 | T:dolbeau/std-1ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
2050 | 4044 0 0 | 14050 352 752 | T:dolbeau/std-2ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
2076 | 3020 0 0 | 13026 352 752 | T:dolbeau/std-1ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
3342335 | 5560 0 0 | 17351 360 760 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
8720437 | 2156 0 0 | 12299 360 760 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
8769818 | 1728 0 0 | 11051 352 760 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
9409766 | 2268 0 0 | 12218 356 760 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240919 | 20240909 |
Compiler output
core.c: core.c: In function 'aes128_armv8_encrypt':
core.c: core.c:26: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
core.c: 26 | #pragma unroll(9)
core.c: |
core.c: In file included from core.c:10:
core.c: At top level:
core.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
core.c: 548 | static unsigned int KT3[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
core.c: 541 | static unsigned int KT2[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
core.c: 534 | static unsigned int KT1[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
core.c: 527 | static unsigned int KT0[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:450:21: warning: 'RT3' defined but not used [-Wunused-variable]
core.c: 450 | static unsigned int RT3[256] = { RT };
core.c: | ^~~
core.c: stdaes-common.h:443:21: warning: 'RT2' defined but not used [-Wunused-variable]
core.c: 443 | static unsigned int RT2[256] = { RT };
core.c: | ^~~
core.c: stdaes-common.h:436:21: warning: 'RT1' defined but not used [-Wunused-variable]
core.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
core.c: In file included from core.c:9:
core.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
core.c: 548 | static unsigned int KT3[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
core.c: 541 | static unsigned int KT2[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
core.c: 534 | static unsigned int KT1[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
core.c: 527 | static unsigned int KT0[256] = KT0Data;
core.c: | ^~~
core.c: stdaes-common.h:450:21: warning: 'RT3' defined but not used [-Wunused-variable]
core.c: 450 | static unsigned int RT3[256] = { RT };
core.c: | ^~~
core.c: stdaes-common.h:443:21: warning: 'RT2' defined but not used [-Wunused-variable]
core.c: 443 | static unsigned int RT2[256] = { RT };
core.c: | ^~~
core.c: stdaes-common.h:436:21: warning: 'RT1' defined but not used [-Wunused-variable]
core.c: 436 | static unsigned int RT1[256] = { RT };
core.c: | ^~~
core.c: stdaes-common.h:429:21: warning: 'RT0' defined but not used [-Wunused-variable]
core.c: 429 | static unsigned int RT0[256] = { RT };
core.c: | ^~~
core.c: ...
Number of similar (implementation,compiler) pairs: 12, namely:
Implementation | Compiler |
T:dolbeau/std-1ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-1ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-1ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-1ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-2ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-2ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-2ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-2ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-4ft | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-4ft | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-4ft | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/std-4ft | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 447580894 3201588155 900000000 crypto_core/aes128encrypt/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 208561395 1987781927 900000000 crypto_core/aes128encrypt/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 400843867 2913525198 900000000 crypto_core/aes128encrypt/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
8eb12f372300dd60096106aa57beaf3da4770ebf5ffe474b8e32f1a23d274ae6 492914451 3553537171 900000000 crypto_core/aes128encrypt/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |