nm, rm, xz: add Dutch translation (#11546)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
20
pages.nl/common/nm.md
Normal file
20
pages.nl/common/nm.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# nm
|
||||
|
||||
> Toon symbool namen in object bestanden.
|
||||
> Meer informatie: <https://manned.org/nm>.
|
||||
|
||||
- Toon globale (externe) functies in een bestand (voorafgegaan door T):
|
||||
|
||||
`nm -g {{pad/naar/bestand.o}}`
|
||||
|
||||
- Toon alleen ongedefinieerde symbolen in een bestand:
|
||||
|
||||
`nm -u {{pad/naar/bestand.o}}`
|
||||
|
||||
- Toon alle symbolen, ook debugging symbolen:
|
||||
|
||||
`nm -a {{pad/naar/bestand.o}}`
|
||||
|
||||
- Transformeer C++ symbolen (maak ze leesbaar):
|
||||
|
||||
`nm --demangle {{pad/naar/bestand.o}}`
|
Reference in New Issue
Block a user