An object code library contains two additional chunks: an external symbol table chunk named OFL_SYMT; and a time stamp chunk named OFL_TIME.
The OFL_SYMT chunk has exactly the same format as the LIB_DIRY chunk except that the Data section of each entry contains only a string, the name of an external symbol, and between 1 and 4 bytes of NUL padding, as follows:
----------------------------------------------------- ChunkIndex | ----------------------------------------------------- EntryLength |the size of this OFL_SYMT chunk |(an integral number of words) ----------------------------------------------------- DataLength |the size of the External Symbol |Name and Padding(an integral |number of words) ----------------------------------------------------- External Symbol Name | ----------------------------------------------------- Padding | -----------------------------------------------------
OFL_SYMT entries do not contain time stamps.