在下面的 gdb 输出中,地址旁边的 * 是什么意思?
(gdb) disas
Dump of assembler code for function _exit@plt:
0x0804838c <_exit@plt+0>: jmp *0x8049774
0x08048392 <_exit@plt+6>: push $0x10
0x08048397 <_exit@plt+11>: jmp 0x804835c
End of assembler dump.