libmysqlpp.so 3.2.2 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: _ZNK7mysqlpp6String7compareEmmPKc


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
String::compare ( String::size_type pos, String::size_type num, char const* other )
Type FUNC / [const]
Bind GLOBAL
Namespace mysqlpp
Class String
Params 3
Return int
Source mystring.cpp
Size 120

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0thisString const*const8%rdi
1posString::size_type8%rsi
2numString::size_type8%rdx
3otherchar const*8%rcx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdithisString const*const
%rsiposString::size_type
%rdxnumString::size_type
%rcxotherchar const*




Andrey Ponomarenko's ABI laboratory