summaryrefslogtreecommitdiff
path: root/library.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22minor whitespace-only style fixDima Kogan1-2/+2
2014-08-22Copy struct library.should_activate_latent on clonePetr Machata1-0/+1
2014-08-22Fix cloning of libraries with Dwarf supportPetr Machata1-1/+9
2014-08-22I now always build the export listDima Kogan1-0/+1
2014-08-22un-consted some variables to build with older (<= gcc-4.6) compilersDima Kogan1-5/+5
2014-08-22Made activate_latent_in() iterations much more efficientDima Kogan1-28/+9
2014-08-22library_exported_names_each_alias(), library_exported_names_each() now restar...Dima Kogan1-30/+21
2014-08-22added forgotten free(), forgotten returnDima Kogan1-1/+4
2014-08-22clarified some int return code checkingDima Kogan1-6/+6
2014-08-22whitespace 'if(' -> 'if ('Dima Kogan1-14/+14
2014-08-22renamed _dtor_* and _clone_* functions to remove the leading _Dima Kogan1-9/+9
2014-08-22We now use known prototypes for all aliased symbols (same address)Dima Kogan1-30/+211
2014-08-22Making sure to not double-examine the same DWARF CUDima Kogan1-1/+1
2014-08-22moved DWARF prototype reading to library_get_prototype()Dima Kogan1-0/+4
2014-08-22Imported Upstream version 0.7.91upstream/0.7.91upstreamChanho Park1-44/+119
2013-01-15Imported Upstream version 0.7.2upstream/0.7.2Anas Nashif1-0/+428