summaryrefslogtreecommitdiff
path: root/usr/src/tools/find_elf/find_elf.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-2715116 find_elf does not find non-executable .so filesAndy Fiddaman1-1/+1
Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-0915016 find_elf should cope with O_DIRECTORY absenceYuri Pankov1-0/+11
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-06-2414712 Replace find_elf with something fasterJason King1-0/+863
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>