<< 23/55 >>
First Last

dyld-info-command - bind, lazy_bind

rebase, bind, weak_bind, lazy_bind, and export

Functions don't need be bound immediately, and can be lazily bound on first use
In this way, we can reduce the number of unnecessary symbol lookups

But, my loader isn't lazy :)