aboutsummaryrefslogtreecommitdiff
path: root/tools/build/check-links.sh
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying an alternative LD_LIBRARY_PATH for the ldd(1) lookup.Bryan Drewery2016-01-191-3/+12
* Add some documentation.Bryan Drewery2016-01-191-0/+10
* Validate that the file exists rather than obscure 'Not an elf file' error.Bryan Drewery2016-01-191-0/+5
* Add a -v to tell where each symbol is resolved from.Bryan Drewery2015-05-011-2/+9
* Fix a commentBryan Drewery2015-05-011-1/+1
* Tweak BSS symbol handling from r281811 to not consider them unresolvedBryan Drewery2015-04-211-2/+3
* Support libraries linked by path.Bryan Drewery2015-04-211-6/+10
* - For executables search for matching (B) global uninitialized BSS symbols fromBryan Drewery2015-04-211-21/+30
* Revert r281805 for now as it breaks due to spaces in outputBryan Drewery2015-04-211-5/+3
* Pass full path to ldd(1) so it works on files in cwd.Bryan Drewery2015-04-211-1/+1
* Support demangling C++ symbols with -D flag.Bryan Drewery2015-04-211-3/+5
* - Speedup significantly by not using subshells for data already fetched.Bryan Drewery2015-04-201-17/+70
* Fix indentation to use tabsBryan Drewery2015-04-201-20/+20
* - Fix support with new elftoolchain readelf(1)Bryan Drewery2015-04-091-6/+6
* Add a quick and dirty script to check validity of links in elf filesBaptiste Daroussin2014-11-061-0/+37