Displaying 3 results from an estimated 3 matches for "2d4c0".
Did you mean:
2d4c
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...u
>> -march=armv8.5-a -fsanitize=hwaddress
>> --sysroot=/usr/aarch64-linux-gnu/
>> -L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c
>>
>> However, when I look at the disassembly, there is an unknown
>> instruction listed at 0x2d51c:
>>
>> 000000000002d4c0 main:
>> 2d4c0: ff c3 00 d1 sub sp, sp, #48
>> 2d4c4: fd 7b 02 a9 stp x29, x30, [sp, #32]
>> 2d4c8: fd 83 00 91 add x29, sp, #32
>> 2d4cc: 08 01 00 d0 adrp x8, #139264...
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...gt; --sysroot=/usr/aarch64-linux-gnu/
> >>> -L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c
> >>>
> >>> However, when I look at the disassembly, there is an unknown
> >>> instruction listed at 0x2d51c:
> >>>
> >>> 000000000002d4c0 main:
> >>> 2d4c0: ff c3 00 d1 sub sp, sp, #48
> >>> 2d4c4: fd 7b 02 a9 stp x29, x30, [sp, #32]
> >>> 2d4c8: fd 83 00 91 add x29, sp, #32
> >>> 2d4cc: 08 01 00 d0...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...led like so:
path/to/compiled/clang -o test --target=aarch64-linux-gnu
-march=armv8.5-a -fsanitize=hwaddress
--sysroot=/usr/aarch64-linux-gnu/
-L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c
However, when I look at the disassembly, there is an unknown
instruction listed at 0x2d51c:
000000000002d4c0 main:
2d4c0: ff c3 00 d1 sub sp, sp, #48
2d4c4: fd 7b 02 a9 stp x29, x30, [sp, #32]
2d4c8: fd 83 00 91 add x29, sp, #32
2d4cc: 08 01 00 d0 adrp x8, #139264
2d4d0: 08 49 47 f9...