So in the output of objdump -d on my ELF x86 binary i see some addresses having $ sign before them, i looked at previous questions on here about this sign but couldnt find anything related to being before address, all of them are related to strings and such.
and i dont get these dollar signs when i disassemble the binary with capstone!
So what does dollar sign before an address mean? is this something related to objdump or x86?