about summary refs log tree commit diff
path: root/elf/dl-is_dso.h
Commit message (Collapse)AuthorAgeFilesLines
* elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer2021-06-281-0/+33
This introduces <dl-is_dso.h> and the _dl_is_dso function. A test ensures that the official names of libc.so, ld.so, and their versioned names are recognized. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>