1RPMELFSYM(1) RPMELFSYM(1)
2
3
4
6 rpmelfsym - list symbols from object files in RPM packages
7
9 rpmelfsym [-h] [FILE...] [DIR...]
10
12 rpmelfsym produces three-column output: file name, symbol type, and
13 symbol name, as determined by nm(1). Only dynamically linked exe‐
14 cutable files and shared libraries are processed, and only dynamic sym‐
15 bols are listed. When processing a directory, an additional column is
16 prepended to the output, which is typically RPM file basename.
17
19 -h Display this help and exit.
20
22 Written by Alexey Tourbin <at@altlinux.org>.
23
25 Copyright (c) 2005 Alexey Tourbin, ALT Linux Team.
26
27 This is free software; you can redistribute it and/or modify it under
28 the terms of the GNU General Public License as published by the Free
29 Software Foundation; either version 2 of the License, or (at your
30 option) any later version.
31
33 rpmfile(1), rpmpeek(1), nm(1)
34
35
36
37rpmdevtools 6.2 2007-06-16 RPMELFSYM(1)