| LSB ABI Element | Explanation |
| Classes |
The LSB include ABI data for C++ Classes. |
| Libraries |
Libraries correspond to the shared libraries found on a system. The interfaces
found in a library are organized into logical groupings called LibGroups. A
Libary contains 1 or more LibGroups.
|
| LibGroups |
LibGroups are logical groupings of Interfaces. Each LibGroup belongs to a single
Library, and contains 1 or more Interfaces.
|
| Interfaces |
Interfaces are API or global data that is part of a shared library.
|
| Headers |
Headers contain values and types that are using by Interface. Also, using a
format that resembles a header file provides a familiar presentation to the
reader.
|
|
Header Sections
|
Header Sections are logical groupings of Constants and Types. Each Header Section belongs
to a single Header, and contains 1 or more Constants or Types.
|
|
Constants
|
Constants is a table of constant values.
|
|
Types
|
Types is a table of Type definitions.
|