output: elf,ieee,macho,obj -- Fix mofule name for commit 81b62b9f54ac8e4019a9b2ec2b95...
commit51b453b0970a1d66c3f6533ed940cb9838ba2b18
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 25 Feb 2018 12:50:35 +0000 (25 15:50 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 25 Feb 2018 12:50:35 +0000 (25 15:50 +0300)
treedb7bbcab936b314d902b3ca00acca0b55d46a3b0
parent8a231080e0cbbc3a362f894534ab6e087bea3e1f
output: elf,ieee,macho,obj -- Fix mofule name for commit 81b62b9f54ac8e4019a9b2ec2b95ec0faa86bd2a

These modules need a reference to input filename.
For example elf put into symbol table

 | SYMBOL TABLE:
 | 0000000000000000 l    df *ABS* 0000000000000000 sha-64.asm

Otherwise this  become empty string.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf.c
output/outieee.c
output/outmacho.c
output/outobj.c