1 #as: -J
2 #objdump: -drw
3 #name: x86-64 indirect branch
4 
5 .*: +file format elf64-x86-64
6 
7 Disassembly of section .text:
8 
9 0+000 <.text>:
10 [	 ]*0:[	 ]+ff d0[	 ]+callq[	 ]+\*%rax
11 [	 ]*2:[	 ]+ff d0[	 ]+callq[	 ]+\*%rax
12 [	 ]*4:[	 ]+ff e0[	 ]+jmpq[	 ]+\*%rax
13 [	 ]*6:[	 ]+ff e0[	 ]+jmpq[	 ]+\*%rax
14