libmysqlpp.so 3.2.2 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: _ZN7mysqlpp10Connection5queryEPKc


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
Connection::query ( char const* qstr )
Type FUNC
Bind GLOBAL
Namespace mysqlpp
Class Connection
Params 1
Return Query
Source connection.cpp
Size 23

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0thisConnection*const8%rsi
1qstrchar const*8%rdx
RETURN
.result_ptrQuery*8%rdi

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdi.result_ptrQuery*
%rsithisConnection*const
%rdxqstrchar const*




Andrey Ponomarenko's ABI laboratory