Structs§
- Symbol
Iterator - An iterator for symbol entries in an XCOFF file.
- Symbol
Table - A table of symbol entries in an XCOFF file.
- Xcoff
Symbol - A symbol in an
XcoffFile
. - Xcoff
Symbol Iterator - An iterator for the symbols in an
XcoffFile
. - Xcoff
Symbol Table - A symbol table in an
XcoffFile
.
Traits§
- Csect
Aux - A trait for generic access to
xcoff::CsectAux32
andxcoff::CsectAux64
. - FileAux
- A trait for generic access to
xcoff::FileAux32
andxcoff::FileAux64
. - Symbol
- A trait for generic access to
xcoff::Symbol32
andxcoff::Symbol64
.
Type Aliases§
- Xcoff
Symbol32 - A symbol in an
XcoffFile32
. - Xcoff
Symbol64 - A symbol in an
XcoffFile64
. - Xcoff
Symbol Iterator32 - An iterator for the symbols in an
XcoffFile32
. - Xcoff
Symbol Iterator64 - An iterator for the symbols in an
XcoffFile64
. - Xcoff
Symbol Table32 - A symbol table in an
XcoffFile32
. - Xcoff
Symbol Table64 - A symbol table in an
XcoffFile64
.