blob: c7c467c3b27d8d0ad069a704ca55fc993793a6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#source: call1.s
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64 -z call-nop=prefix-0x67
#objdump: -dw
.*: +file format .*
Disassembly of section .text:
#...
[ ]*[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4} * addr32 callq +[a-f0-9]+ <foo>
#pass
|