ELFGccExceptTable Module
Functions and values
Function or value | Description |
Full Usage:
ELFGccExceptTable.GccExceptTable
Returns: string
|
|
Full Usage:
ELFGccExceptTable.findMinFilter callsites
Parameters:
CallSiteRecord list
Returns: int64
|
|
Full Usage:
ELFGccExceptTable.findMinOrZero lst
Parameters:
int64 list
Returns: int64
|
|
Full Usage:
ELFGccExceptTable.parse toolBox cls shdrs
Parameters:
ELFToolbox
cls : WordSize
shdrs : ELFSection array
Returns: Map<uint64, LanguageSpecificDataArea>
|
|
Full Usage:
ELFGccExceptTable.parseActionEntries acc span offset actOffset
Parameters:
int64 list
span : ByteSpan
offset : int
actOffset : int
Returns: int64 list
|
|
Full Usage:
ELFGccExceptTable.parseActionTable acc span offset callsites
Parameters:
CallSiteRecord list
span : ByteSpan
offset : int
callsites : CallSiteRecord list
Returns: CallSiteRecord list
|
|
Full Usage:
ELFGccExceptTable.parseCallSiteTable acc cls span reader offset csv hasAction
Parameters:
CallSiteRecord list
cls : WordSize
span : ByteSpan
reader : IBinReader
offset : int
csv : ExceptionHeaderValue
hasAction : bool
Returns: CallSiteRecord list * bool
|
|
Full Usage:
ELFGccExceptTable.parseLSDA cls span reader sAddr offset
Parameters:
WordSize
span : ByteSpan
reader : IBinReader
sAddr : uint64
offset : int
Returns: LanguageSpecificDataArea * int
|
|
Full Usage:
ELFGccExceptTable.parseLSDAHeader cls span reader sAddr offset
Parameters:
WordSize
span : ByteSpan
reader : IBinReader
sAddr : uint64
offset : int
Returns: LSDAHeader * int
|
|
Full Usage:
ELFGccExceptTable.parseLSDASection cls span reader sAddr offset lsdas
Parameters:
WordSize
span : ByteSpan
reader : IBinReader
sAddr : uint64
offset : int
lsdas : Map<uint64, LanguageSpecificDataArea>
Returns: Map<uint64, LanguageSpecificDataArea>
|
|
Full Usage:
ELFGccExceptTable.readUntilNull span offset
Parameters:
ByteSpan
offset : int
Returns: int
|
|
Full Usage:
ELFGccExceptTable.skipDummyAlign span offset
Parameters:
ByteSpan
offset : int
Returns: int
|
|
Full Usage:
ELFGccExceptTable.skipTypeTable span ttbase callsites
Parameters:
ByteSpan
ttbase : int
callsites : CallSiteRecord list
Returns: int
|