Test results for armeabi, berry2, crypto_core/aes128decrypt

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_core Test results for armeabi, berry2, crypto_core Test results for crypto_core/aes128decrypt
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_core
Primitive: aes128decrypt
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
217812084 0 023915 356 752T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
222611536 0 021719 356 752T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
22327480 0 017663 356 752T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
22648044 0 019875 356 752T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
22785984 0 017815 356 752T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
22825320 0 014655 348 752T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
23185440 0 015623 356 752T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
246064 0 09660 364 752T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
246264 0 010480 372 752T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
246264 0 010287 368 752T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
247464 0 012128 372 752T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
25967392 0 016727 348 752T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
267011476 0 020811 348 752T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
26945356 0 015366 352 752T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
28567424 0 017434 352 752T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
309111508 0 021518 352 752T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
392978911472 0 023263 360 760refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
102111942228 0 011551 352 760refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
102621742936 0 013079 360 760refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909
110696303124 0 013074 356 760refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091920240909

Compiler output


core.c: core.c: In function 'aes128_setkey_armv8_decrypt':
core.c: core.c:19: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
core.c:    19 | #pragma unroll(9)
core.c:       |
core.c: core.c: In function 'aes128_armv8_decrypt':
core.c: core.c:38: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
core.c:    38 | #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: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/armv8cryptogcc -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: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:108:21: warning: 'FT3' defined but not used [-Wunused-variable]
core.c:   108 | static unsigned int FT3[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:100:21: warning: 'FT2' defined but not used [-Wunused-variable]
core.c:   100 | static unsigned int FT2[256] = { FT };
core.c:       |                     ^~~
core.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-1rt-nodkgcc -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: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:108:21: warning: 'FT3' defined but not used [-Wunused-variable]
core.c:   108 | static unsigned int FT3[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:100:21: warning: 'FT2' defined but not used [-Wunused-variable]
core.c:   100 | static unsigned int FT2[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:92:21: warning: 'FT1' defined but not used [-Wunused-variable]
core.c:    92 | static unsigned int FT1[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:84:21: warning: 'FT0' defined but not used [-Wunused-variable]
core.c:    84 | static unsigned int FT0[256] = { FT };
core.c:       |                     ^~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-2rt-nodkgcc -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:108:21: warning: 'FT3' defined but not used [-Wunused-variable]
core.c:   108 | static unsigned int FT3[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:100:21: warning: 'FT2' defined but not used [-Wunused-variable]
core.c:   100 | static unsigned int FT2[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:92:21: warning: 'FT1' defined but not used [-Wunused-variable]
core.c:    92 | static unsigned int FT1[256] = { FT };
core.c:       |                     ^~~
core.c: stdaes-common.h:84:21: warning: 'FT0' defined but not used [-Wunused-variable]
core.c:    84 | static unsigned int FT0[256] = { FT };
core.c:       |                     ^~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:dolbeau/std-4rt-nodkgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


core.c: core.c: In function 'bytesub':
core.c: core.c:57:17: warning: unused variable 'result' [-Wunused-variable]
core.c:    57 |   unsigned char result;
core.c:       |                 ^~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
0f7ff81bf4d133a87912a74429d7b59fbaee999c9edb0e8df6169efa74f7f7d6 531074185 3750965200 900000000 crypto_core/aes128decrypt/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:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
0f7ff81bf4d133a87912a74429d7b59fbaee999c9edb0e8df6169efa74f7f7d6 246657915 2570481975 900000000 crypto_core/aes128decrypt/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:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
0f7ff81bf4d133a87912a74429d7b59fbaee999c9edb0e8df6169efa74f7f7d6 471957888 3401080123 900000000 crypto_core/aes128decrypt/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:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
0f7ff81bf4d133a87912a74429d7b59fbaee999c9edb0e8df6169efa74f7f7d6 575454359 4409474361 900000000 crypto_core/aes128decrypt/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:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)