info reg
To examine the contents of the LDT:
info segments
To list all of the modules currently loaded:
info modules
To list all of the exported entrypoints in the module ``mymodule''
info modules exports mymodule all
To list the exported entrypoints in module ``mymodule'' that have symbolic names:
info modules exports mymodule