Previous: , Up: Object Library Definitions   [Index]


7.24.1.2 Object Library Generation Flags

The object library generation flags affect the object library objects construction.

Zero or more generation flags may be specified for the flags argument of the object library construction function.

See x1f4_init_lxcast.

X1f4_LXCAST_CODELINK

indicates the object library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXCAST_EELOOKUP

indicates the object library constructor that it should observe the name lookup context.

X1f4_LXCAST_RESOURCE

indicates the object library constructor that it should observe the data memory allocator.

X1f4_LXCAST_TEXTFLAT

indicates the object library constructor that it should observe the error reporter.

X1f4_LXCAST_TRANSFER

indicates the object library constructor that it should observe the function type mapper.