Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nm

Force definition of symbol for a C++ template instance in a library

c++ templates symbols nm

How to check macros defined in .so? I'd use nm to check the function, is there a way to do the same for macros?

c linux .so nm

why /lib32/libc.so.6 has two "fopen" symbol in it?

linux nm readelf

How to remove these mangled selectors from iOS app

What does (.eh) mean in nm output?

c++ nm symbol-table

Strange linking behaviour and undefined symbols

c linux icc nm

How to determine inter-library dependencies?

c++ gcc ld undefined-symbol nm

Can't find .dtors and .ctors in binary

how do i use find, nm, and grep to find a symbol among many shared libraries?

bash grep find nm

Errors that refer to a bunch of unresolved OpenSSL symbols that clearly exist?

gcc static-linking nm

How to find function from lib .so files?

linux grep shared-libraries nm

How to display the symbol's type like the nm command?

c unix command elf nm

Offset in nm symbol value?

c++ macos unix linker nm

Why is the `nm` utility named as such?

unix command-line linker nm

Strange symbol name in output of nm command

c linux linker nm

In C, why does my initialized to 0 int variable get reported as uninitialized by "nm"?

c variables initialization nm

Is there a replacement for nm on Windows?

windows nm

How can I differentiate static functions with nm or readelf output in C

c static nm symbol-table

How are external symbols resolved?