Displaying 2 results from an estimated 2 matches for "nlmconv".
Did you mean:
liconv
2012 Nov 06
0
[LLVMdev] Binutils and LLVM - gathering information
...* c++filt (demangles encoded C++ symbols) -- this facility is built into libcxxabi, but I don't know of a tool that brings this out to the command-line.
>
> * dlltool (Creates files for building and using DLLs) -- ????
>
> * gprof (Displays profiling information) -- ????
>
> * nlmconv (Converts object code into an Netware Loadable Module) -- ????
I really don't think we care about this.
>
> * nm (Lists symbols from object files) -- llvm-nm does this for bitcode, object and archive files.
>
> * objcopy (Copies and translates object files) -- ???
This one is har...
2012 Nov 06
10
[LLVMdev] Binutils and LLVM - gathering information
...object and archive files.
* c++filt (demangles encoded C++ symbols) -- this facility is built into libcxxabi, but I don't know of a tool that brings this out to the command-line.
* dlltool (Creates files for building and using DLLs) -- ????
* gprof (Displays profiling information) -- ????
* nlmconv (Converts object code into an Netware Loadable Module) -- ????
* nm (Lists symbols from object files) -- llvm-nm does this for bitcode, object and archive files.
* objcopy (Copies and translates object files) -- ???
* objdump (Displays information from object files) -- llvm-objdump appears to do...