libmysqlpp.so 3.2.2 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: _ZN7mysqlpp3RowC2EPPcPKNS_10ResultBaseEPKmb


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
Row::Row ( MYSQL_ROW row, ResultBase const* res, unsigned long const* lengths, bool throw_exceptions )
Type FUNC / C-tor [not-in-charge]
Bind GLOBAL
Namespace mysqlpp
Class Row
Params 4
Source row.cpp
Size 1211

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0thisRow*const8%rdi
1rowMYSQL_ROW8%rsi
2resResultBase const*8%rdx
3lengthsunsigned long const*8%rcx
4throw_exceptionsbool1%r8
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdithisRow*const
%rsirowMYSQL_ROW
%rdxresResultBase const*
%rcxlengthsunsigned long const*
%r8throw_exceptionsbool




Andrey Ponomarenko's ABI laboratory