• Russ Cox's avatar
    symbol table changes · 67addd4e
    Russ Cox authored
    	* add gotype string to symbol table
    	* fill in gotype in 6l for known funcs/vars
    	* print gotype with nm -t
    
    	* load symbol and pc/ln tables into memory at magic address 0x99<<32.
    	* add sys.symdat() to retrieve raw bytes of symbol table
    	  and pc/ln table.
    
    most of this should be considered experimental
    and subject to change.
    
    R=r
    DELTA=157  (128 added, 0 deleted, 29 changed)
    OCL=19746
    CL=19750
    67addd4e
Name
Last commit
Last update
..
6.c Loading commit data...
6obj.c Loading commit data...
8.c Loading commit data...
8db.c Loading commit data...
Makefile Loading commit data...
access.c Loading commit data...
darwin.c Loading commit data...
elf.h Loading commit data...
executable.c Loading commit data...
fakeobj.c Loading commit data...
linux.c Loading commit data...
machdata.c Loading commit data...
macho.h Loading commit data...
map.c Loading commit data...
obj.c Loading commit data...
obj.h Loading commit data...
setmach.c Loading commit data...
swap.c Loading commit data...
sym.c Loading commit data...