Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Lazy in the sense that by default calls to external symbols will jump through the PLT which will jump into ld and resolve the symbol during the first call to the symbol (ld then patches the PLT to point to the actual function for later calls). Not lazy in the sense that shared objects are resolved at runtime, which is existential to dynamic linkage.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: