Programming Tools Guide
Chapter 4, COFF link editor

Binding

Binding

It is often necessary to have a section begin at a specific address. Specifying this starting address is called binding, and the section in question is said to be ``bound to'' or ``bound at'' the required address. While binding is most commonly relevant to output sections, it is also possible to bind special absolute global symbols with a command language assignment statement.