Lines Matching refs:module
21 The RSO Library is a dynamic module system.
43 This program links module A and module B, using a link list.
46 This is a demo program showing an example of relocatable module partial memory deallocation.
47 This demo is similar to LinkList, but it deallocates part of the module information as a bss area.
51 This program places module E in external main memory and module F in internal main memory.
55 This program places module E in external main memory and module F in internal main memory.
59 Module D functions and variables are accessed from a static module, using d.inc. The d.inc is gener…
76 - The dynamic module functions and variables can be accessed from the static module by specifying s…
77 - As long as there are .rso files, the library can run, even if all the dynamic module .plf files h…
81 - Because the module includes symbol information, it is larger than REL (by approximately the same …
87 - The static module information (the .sel file) is required for initializing the link list.