| Summary: | elftoolchain nm(1) doesn't support versioned symbols | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Xin LI <delphij> |
| Component: | bin | Assignee: | Ed Maste <emaste> |
| Status: | New --- | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Xin LI
2022-09-11 06:23:56 UTC
FWIW llvm-nm does:
$ llvm-nm -D /bin/sync
w _Jv_RegisterClasses
w __cxa_finalize@FBSD_1.0
0000000000003c48 D __progname
U _init_tls@FBSD_1.0
U atexit@FBSD_1.0
0000000000003ca0 B environ
U exit@FBSD_1.0
U sync@FBSD_1.0
|