LD.SO(1) - General Commands Manual
LD.SO(1) - General Commands Manual # LD.SO(1) - General Commands Manual NAME # ld.so - run-time link-editor DESCRIPTION # ld.so is a self-contained, position independent program image providing run-time support for loading and link-editing shared objects into a process’s address space. It uses the data structures (see elf(5)) contained within dynamically linked programs to determine which shared libraries are needed and loads them at a convenient virtual address using the mmap(2) system call. ...