libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: CMS_ReceiptRequest_create0


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
CMS_ReceiptRequest_create0 ( unsigned char* id, int idlen, int allorfirst, struct stack_st_GENERAL_NAMES* receiptList, struct stack_st_GENERAL_NAMES* receiptsTo )
Type FUNC
Bind GLOBAL
Params 5
Return CMS_ReceiptRequest*
Source cms_ess.c
Size 254

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0idunsigned char*8%rdi
1idlenint4%rsi
2allorfirstint4%rdx
3receiptListstruct stack_st_GENERAL_NAMES*8%rcx
4receiptsTostruct stack_st_GENERAL_NAMES*8%r8
RETURN
.retvalCMS_ReceiptRequest*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalCMS_ReceiptRequest*
%rdiidunsigned char*
%rsiidlenint
%rdxallorfirstint
%rcxreceiptListstruct stack_st_GENERAL_NAMES*
%r8receiptsTostruct stack_st_GENERAL_NAMES*




Andrey Ponomarenko's ABI laboratory