[Info-vax] VAX Macro to C conversion

hb end.of at inter.net
Sat Jul 13 00:30:10 EDT 2019


On 6/26/19 1:33 AM, Stephen Hoffman wrote:
> Is there an ANALYZE/IMAGE/DISASSEMBLE planned, too?  objdump can provide
> that with ELF executable files on some platforms.  Otherwise we're
> porting libbfd or efitools or bintools.

Dunno what you expect. ANALYZE/IMAGE/SEGMENT=CODE disassembles the code
segments (similar to ANALYZE/OBJECT/SECTION=CODE).
ANALYZE/OBJECT/DISASSEMBLE uses the symbol table to symbolize the
disassembled sections. There are no symbols in main images and there may
not be any symbol in a shareable image. On Linux "objdump -d" of a main
"image"  symbolizes the code SECTIONS, which overmap the code segments
using the symbol table. The VMS linker does not set up code sections in
an image.




More information about the Info-vax mailing list