The OpenD Programming Language

fvmlib

Fixed virtual memory shared libraries are identified by two things. The target pathname (the name of the library as found for execution), and the minor version number. The address of where the headers are loaded is in header_addr. (THIS IS OBSOLETE and no longer supported).

version(CoreDdoc)
struct fvmlib {}

Members

Variables

header_addr
uint header_addr;

Library's header address.

minor_version
uint minor_version;

Library's minor version number.

name
lc_str name;

Library's target pathname.

Meta