summaryrefslogtreecommitdiff
path: root/src/nlist.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-29Define N_SYMSIZE in case the system does not do itGuillem Jover1-0/+3
Fixes build failures on some non-Linux ports. Based-on-patch-by: Petr Salinger <Petr.Salinger@seznam.cz>
2009-05-25Use N_SYMSIZE instead of directly accessing ‘struct exec’Guillem Jover1-1/+1
On Linux alpha ‘struct exec’ does not have an a_syms member, and the N_SYMSIZE is mapped to 0.
2009-05-20Add nlist functionGuillem Jover1-0/+419