
Memory Configuration

Name             Origin             Length            
*default*        0x00000000         0xffffffff

Linker script and memory map

Address of section .text set to 0x0
Address of section .bss set to 0x4000
LOAD vubug.o
                0x00000000                PROVIDE (__stack, 0x0)

.text           0x00000000     0x36b4
 *(.text)
 .text          0x00000000     0x36a2 vubug.o
                0x000036a2                etext=.
                0x000036a2                __CTOR_LIST__=.
                0x000036a2        0x4 LONG 0x0 (((__CTOR_END__-__CTOR_LIST__)/0x4)-0x2)
 *(.ctors)
                0x000036a6        0x4 LONG 0x0
                0x000036aa                __CTOR_END__=.
                0x000036aa                __DTOR_LIST__=.
                0x000036aa        0x4 LONG 0x0 (((__DTOR_END__-__DTOR_LIST__)/0x4)-0x2)
 *(.dtors)
                0x000036ae        0x4 LONG 0x0
                0x000036b2                __DTOR_END__=.

.data           0x000036b4        0x0
 *(.data)
                0x000036b4                edata=.

.bss            0x00004000      0x2e0
                0x00004000                __bss_start=.
 *(.bss)
 .bss           0x00004000      0x2e0 vubug.o
 *(COMMON)
                0x000042e0                end=ALIGN(0x8)
                0x000042e0                _end=ALIGN(0x8)

.stab
 *(.stab)

.stabstr
 *(.stabstr)
OUTPUT(lolo coff-m68k)
