summaryrefslogtreecommitdiffstats
path: root/utils/ldd.c
Commit message (Expand)AuthorAgeFilesLines
* utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day2011-03-301-1/+1
* utils: Fix ldd segfaultNatanael Copa2010-05-241-1/+1
* fix cosmetic typoBernhard Reutner-Fischer2009-10-141-3/+3
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-051-1/+1
* Don't shadow stat with a local variableRon2009-07-051-2/+2
* Make more utility functions staticRon2009-07-051-6/+6
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-02-101-3/+3
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-091-34/+10
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-101-12/+8
* - minor shrinkage (-50b)Bernhard Reutner-Fischer2008-10-291-8/+8
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-4/+4
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-4/+4
* - fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer2008-03-261-6/+6
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+5
* cleanup style; no functional changesMike Frysinger2007-04-171-106/+104
* - fix compilation of __LDSO_CACHE_SUPPORT__Bernhard Reutner-Fischer2006-12-121-4/+4
* the makefile will include elf.h for us #778Mike Frysinger2006-10-071-1/+1
* replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen2006-07-051-15/+2
* remove warning since it seems to have "gone away" nowMike Frysinger2006-02-261-0/+2
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-3/+0
* tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger2005-12-301-0/+1
* need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger2005-12-301-1/+1
* fix signed/unsigned warningsMike Frysinger2005-12-291-2/+2
* Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger2005-12-101-1/+3
* touchup styleMike Frysinger2005-12-091-18/+23
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-241-2/+0
* ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen2005-10-051-1/+1
* clean 32bit-isms and make code 64/32 bit cleanMike Frysinger2005-09-221-65/+113
* add __thumb__ checkMike Frysinger2005-08-181-1/+1
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-2/+2
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-051-1/+1
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-3/+109
* Oops, typo.Joakim Tjernlund2004-09-281-1/+1
* Remove /usr/X11R6/lib from search path.Joakim Tjernlund2004-09-281-6/+2
* Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund2004-09-281-2/+2
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-181-0/+1
* Fix commentEric Andersen2004-03-081-2/+2
* Yet more fixups..Eric Andersen2004-02-131-2/+8
* Done free path if it equals not_foundEric Andersen2004-02-131-1/+5
* Another little touch up to avoid problems...Eric Andersen2004-02-131-0/+2
* A better fix...Eric Andersen2004-02-131-6/+4
* Fix the annoying "not a dynamic executable" problem when running lddEric Andersen2004-02-131-4/+4
* Cleanup whitespace and formattingEric Andersen2004-02-131-36/+31
* Avoid potential double free when locate_library_file() is usedEric Andersen2004-02-131-4/+7
* The code for checking the rpath was not finding the rpathEric Andersen2004-02-011-6/+20
* Hopefully this is correct for cris.Manuel Novoa III2003-11-231-0/+4
* Fix a stupid potential segfaultEric Andersen2003-11-121-1/+2
* Begin converting the client utilsEric Andersen2003-11-061-0/+664