On 04/14/2016 03:41 PM, Yury Gribov wrote:
>
> # Find all imported symbols in rootfs
> for f in $(find /bin /sbin /usr/bin /usr/sbin /usr/lib* /lib*); do if
> file $f | grep -q ELF; then readelf -sDW $f | awk '/UND/{print $9}'; fi
This doesn't seem right -- does it catch references to global variables?
Those won't be UND, I believe?
> ; done > all_undefs.lst
> sort -u all_undefs.lst > all_undefs_sorted.lst
Thanks,
Pedro Alves
_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline