Rui Ueyama <ruiu at google.com> writes: > But DSO is short for dynamic shared object, no? And an executable is not a > shared object nor an .so. I would call an ELF executable a shared object. A symbol in a .so can resolve to a definition in the executable for example. Cheers, Rafael