Everything
3.4.5 Module, section, and symbol information within the library

Modules within the library is output.

When the -show=symbol option is specified, symbol names within the module is output.

When the -show=section option is specified, section names within the module is also output.

The output example of the module, section, and symbol information within the library is shown below.

*** Library List ***
 
(1)             (2)
MODULE          LAST UPDATE
  (3)
  SECTION
    (4)
    SYMBOL
extmod1
                12-Dec-2011 16:30:00
  .text
    _func_01
    _func_02
extmod2
                12-Dec-2011 16:30:10
  .text
    _func_03
    _func_04

Number

Description

(1)

Module name

The module name is output.

(2)

Module definition date

The module definition date is output.

If the module is updated, the date of the latest update is output.

(3)

Name of section within module

The name of the section within the module is output.

(4)

Name of symbol within section

The name of the symbol within the section is output.