name string | code string | asm string | file string |
|---|---|---|---|
booster::locale::impl_icu::icu_calendar_facet::~icu_calendar_facet() | icu_calendar_facet(cdata const &d,size_t refs = 0) :
calendar_facet(refs),
data_(d)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x5183d(%rip), %rax # 0xd2fe8
addq $0x10, %rax
movq %rax, (%rdi)
movq 0xf0(%rdi), %rdi
leaq 0x100(%rbx), %rax
cmpq %rax, %rdi
je 0x817ca
callq 0x59580
leaq 0x10(%rbx), %rdi
callq 0x57f20
movq %rbx, %rdi
popq %rbx
jmp 0x57720
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::icu_calendar_facet::~icu_calendar_facet() | icu_calendar_facet(cdata const &d,size_t refs = 0) :
calendar_facet(refs),
data_(d)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x51801(%rip), %rax # 0xd2fe8
addq $0x10, %rax
movq %rax, (%rdi)
movq 0xf0(%rdi), %rdi
leaq 0x100(%rbx), %rax
cmpq %rax, %rdi
je 0x81806
callq 0x59580
leaq 0x10(%rbx), %rdi
callq 0x57f20
movq %rbx, %rdi
callq 0x57720
movq %rbx, %rdi
popq %rbx
jmp 0x59580
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::calendar_impl(booster::locale::impl_icu::cdata const&) | calendar_impl(cdata const &dat)
{
UErrorCode err=U_ZERO_ERROR;
calendar_.reset(icu::Calendar::createInstance(dat.locale,err));
check_and_throw_dt(err);
#if U_ICU_VERSION_MAJOR_NUM*100 + U_ICU_VERSION_MINOR_NUM < 402
// workaround old/invalid data, it s... | pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r15
movq %rdi, %r14
movq 0x514f4(%rip), %rax # 0xd2d70
addq $0x10, %rax
movq %rax, (%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x8(%rdi)
movups %xmm0, 0x18(%rdi)
xorl %eax, %eax
movq %rax, 0x28(%rdi)
leaq 0x30(%rdi), %rbx
leaq 0x40(%rdi... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::get_value(booster::locale::period::marks::period_mark, booster::locale::abstract_calendar::value_type) const | int get_value(period::marks::period_mark p,value_type type) const
{
UErrorCode err=U_ZERO_ERROR;
int v=0;
if(p==period::marks::first_day_of_week) {
guard l(lock_);
v=calendar_->getFirstDayOfWeek(err);
}
else {
... | pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movl $0x0, 0x4(%rsp)
cmpl $0x11, %esi
jne 0x81a03
leaq 0x8(%rbx), %rax
leaq 0x8(%rsp), %r14
movq %rax, (%r14)
movb $0x0, 0x8(%r14)
movq %r14, %rdi
callq 0x59de0
movb $0x1, 0x8(%r14)
movq 0x50(%rbx), %rdi
leaq 0x4(%rsp), %rsi
callq 0x58f40
jmp ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::get_time() const | virtual posix_time get_time() const
{
UErrorCode code=U_ZERO_ERROR;
double rtime = 0;
{
guard l(lock_);
rtime = calendar_->getTime(code);
}
check_and_throw_dt(code);
rtime/=1000.0;
do... | pushq %r15
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
leaq 0xc(%rsp), %r14
movl $0x0, (%r14)
leaq 0x8(%rdi), %rax
leaq 0x10(%rsp), %r15
movq %rax, (%r15)
movb $0x0, 0x8(%r15)
movq %r15, %rdi
callq 0x59de0
movb $0x1, 0x8(%r15)
movq 0x50(%rbx), %rdi
movq %r14, %rsi
callq 0x59ea0
movsd %xmm0, (%rsp)
leaq 0x10(... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::set_option(booster::locale::abstract_calendar::calendar_option_type, int) | virtual void set_option(calendar_option_type opt,int /*v*/)
{
switch(opt) {
case is_gregorian:
throw date_time_error("is_gregorian is not settable options for calendar");
case is_dst:
throw date_time_error("is_dst is not settable options for c... | pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
cmpl $0x1, %esi
je 0x81bfc
testl %esi, %esi
je 0x81c6a
addq $0x28, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
movl $0x30, %edi
callq 0x58050
movq %rax, %rbx
leaq 0x18(%rsp), %r15
movq %r15, -0x10(%r15)
leaq 0x2b7c6(%rip), %rsi # 0xad3df
leaq 0x2b7e... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::get_option(booster::locale::abstract_calendar::calendar_option_type) const | virtual int get_option(calendar_option_type opt) const
{
switch(opt) {
case is_gregorian:
return dynamic_cast<icu::GregorianCalendar const *>(calendar_.get())!=0;
case is_dst:
{
guard l(lock_);
UErrorCode... | pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
cmpl $0x1, %esi
je 0x81d43
testl %esi, %esi
jne 0x81d3f
movq 0x50(%rbx), %rdi
testq %rdi, %rdi
je 0x81d3f
movq 0x50ccf(%rip), %rsi # 0xd29f8
movq 0x511c8(%rip), %rdx # 0xd2ef8
xorl %ecx, %ecx
callq 0x59c90
testq %rax, %rax
setne %bl
jmp 0x81d91
xorl %ebx, %... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::calendar_impl::same(booster::locale::abstract_calendar const*) const | virtual bool same(abstract_calendar const *other) const
{
calendar_impl const *oc=dynamic_cast<calendar_impl const *>(other);
if(!oc)
return false;
return calendar_->isEquivalentTo(*oc->calendar_)!=0;
} | pushq %r14
pushq %rbx
pushq %rax
testq %rsi, %rsi
je 0x8208b
movq %rdi, %r14
movq 0x50e0d(%rip), %rax # 0xd2e68
movq 0x50c1e(%rip), %rdx # 0xd2c80
xorl %ebx, %ebx
movq %rsi, %rdi
movq %rax, %rsi
xorl %ecx, %ecx
callq 0x59c90
testq %rax, %rax
je 0x8208d
movq 0x50(%r14), %rdi
movq 0x50(%rax), %rsi
movq (%rdi), %r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/date_time.cpp |
booster::locale::impl_icu::icu_formatters_cache::date_formatter() const | icu::SimpleDateFormat *date_formatter() const
{
icu::SimpleDateFormat *p=date_formatter_.get();
if(p)
return p;
std::unique_ptr<icu::DateFormat> fmt(icu::DateFormat::createDateTimeInstance(
icu::DateFormat::kMedium,
... | pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %r14
movq 0x648(%rdi), %rdi
movq (%rdi), %rax
callq *0x10(%rax)
movq 0x8(%rax), %rbx
testq %rbx, %rbx
jne 0x83fc5
leaq 0x650(%r14), %rdx
movl $0x2, %edi
movl $0x2, %esi
callq 0x58b40
testq %rax, %rax
je 0x83fc3
movq %rax, %rbx
movq 0x4ecd8(%rip), %rsi # 0xd2c68
movq 0x4ef... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/predefined_formatters.h |
booster::locale::impl_icu::date_format<char>::date_format(std::unique_ptr<icu_70::DateFormat, std::default_delete<icu_70::DateFormat>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | date_format(std::unique_ptr<icu::DateFormat> fmt,std::string codepage) :
cvt_(codepage),
aicu_fmt_(std::move(fmt))
{
icu_fmt_ = aicu_fmt_.get();
} | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq 0x4e960(%rip), %rax # 0xd2948
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x18(%rsp), %r12
movq %r12, -0x10(%r12)
movq (%rdx), %rsi
movq 0x8(%rdx), %rdx
addq %rsi, %rdx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x57cc0
le... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
booster::locale::impl_icu::date_format<char>::date_format(icu_70::DateFormat*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | date_format(icu::DateFormat *fmt,std::string codepage) :
cvt_(codepage),
icu_fmt_(fmt)
{
} | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, %rbx
movq %rdi, %r14
movq 0x4e8c6(%rip), %rax # 0xd2948
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x18(%rsp), %r12
movq %r12, -0x10(%r12)
movq (%rdx), %rsi
movq 0x8(%rdx), %rdx
addq %rsi, %rdx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x57cc0
le... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
booster::thread_specific_ptr<icu_70::NumberFormat>::reset(icu_70::NumberFormat*) | void reset(T *new_val = 0)
{
T *p = get();
if(p)
destructor(p);
key_->set(static_cast<void *>(new_val));
} | pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq (%rdi), %rdi
movq (%rdi), %rax
callq *0x10(%rax)
movq 0x8(%rax), %rdi
testq %rdi, %rdi
je 0x841b8
movq (%rdi), %rax
callq *0x8(%rax)
movq (%r14), %rdi
movq (%rdi), %rax
callq *0x10(%rax)
movq %rbx, 0x8(%rax)
addq $0x8, %rsp
popq %rbx
popq %r14
retq
n... | /artyom-beilis[P]cppcms/booster/./booster/thread.h |
booster::locale::impl_icu::number_format<char>::format[abi:cxx11](int, unsigned long&) const | virtual string_type format(int32_t value,size_t &code_points) const
{
icu::UnicodeString tmp;
#ifdef __SUNPRO_CC
icu_fmt_->format(static_cast<int>(value),tmp);
#else
icu_fmt_->format(::int32_t(value),tmp);
#endi... | pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rcx, %r15
movq %rsi, %r14
movq %rdi, %rbx
movq 0x4e5a1(%rip), %rcx # 0xd28e0
addq $0x10, %rcx
movq %rsp, %rax
movq %rcx, (%rax)
movw $0x2, 0x8(%rax)
movq 0x38(%rsi), %rdi
movl %edx, %esi
movq %rax, %rdx
callq 0x5ab00
movq %rsp, %rdi
xorl %esi, %esi
movl $0x7ff... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::number_format<char>::do_parse<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long&) const | size_t do_parse(string_type const &str,ValueType &v) const
{
icu::Formattable val;
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data()+str.size());
icu_fmt_->parse(tmp,val,pp);
ValueType tmp_v;
... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r12
leaq 0x68(%rsp), %rdi
callq 0x58860
movq 0x4e7c0(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, 0x18(%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x20(%rsp)
leaq 0x8(%r12), ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::number_format<char>::do_parse<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int&) const | size_t do_parse(string_type const &str,ValueType &v) const
{
icu::Formattable val;
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data()+str.size());
icu_fmt_->parse(tmp,val,pp);
ValueType tmp_v;
... | pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xd0, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r12
leaq 0x60(%rsp), %rdi
callq 0x58860
movq 0x4e687(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, 0x10(%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x18(%rsp)
leaq ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
booster::thread_specific_ptr<icu_70::SimpleDateFormat>::reset(icu_70::SimpleDateFormat*) | void reset(T *new_val = 0)
{
T *p = get();
if(p)
destructor(p);
key_->set(static_cast<void *>(new_val));
} | pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq (%rdi), %rdi
movq (%rdi), %rax
callq *0x10(%rax)
movq 0x8(%rax), %rdi
testq %rdi, %rdi
je 0x84792
movq (%rdi), %rax
callq *0x8(%rax)
movq (%r14), %rdi
movq (%rdi), %rax
callq *0x10(%rax)
movq %rbx, 0x8(%rax)
addq $0x8, %rsp
popq %rbx
popq %r14
retq
n... | /artyom-beilis[P]cppcms/booster/./booster/thread.h |
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> booster::locale::ios_info::string_set::get<char>() const | std::basic_string<Char> get() const
{
if(type==0 || *type!=typeid(Char))
throw std::bad_cast();
std::basic_string<Char> result = reinterpret_cast<Char const *>(ptr);
return result;
} | pushq %r14
pushq %rbx
pushq %rax
movq (%rsi), %rax
testq %rax, %rax
je 0x847f8
movq %rsi, %r14
movq %rdi, %rbx
movq 0x8(%rax), %rdi
movq 0x4e7e3(%rip), %rax # 0xd2fa8
movq 0x8(%rax), %rsi
cmpq %rsi, %rdi
je 0x847dc
cmpb $0x2a, (%rdi)
je 0x847f8
callq 0x5a870
testl %eax, %eax
jne 0x847f8
movq 0x10(%r14), %rsi
leaq 0... | /artyom-beilis[P]cppcms/booster/./booster/locale/formatting.h |
booster::locale::impl_icu::date_format<char>::do_format[abi:cxx11](double, unsigned long&) const | string_type do_format(double value,size_t &codepoints) const
{
UDate date = value * 1000.0; /// UDate is time_t in miliseconds
icu::UnicodeString tmp;
icu_fmt_->format(date,tmp);
codepoints=tmp.countChar32();
return cvt_.std(tm... | pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
mulsd 0x28a4a(%rip), %xmm0 # 0xad358
movq 0x4dfcb(%rip), %rax # 0xd28e0
addq $0x10, %rax
movq %rsp, %rsi
movq %rax, (%rsi)
movw $0x2, 0x8(%rsi)
movq 0x40(%r14), %rdi
callq 0x58b10
movq %rsp, %rdi
xorl %esi, %esi
mov... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::date_format<char>::do_parse<double>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, double&) const | size_t do_parse(string_type const &str,ValueType &value) const
{
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data() + str.size());
UDate udate = icu_fmt_->parse(tmp,pp);
if(pp.getIndex() == 0)
re... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movq 0x4e351(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, 0x10(%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x18(%rsp)
leaq 0x8(%rdi), %r14
movq (%rsi), %rdx
movq 0x8(%rsi... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::date_format<char>::do_parse<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long&) const | size_t do_parse(string_type const &str,ValueType &value) const
{
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data() + str.size());
UDate udate = icu_fmt_->parse(tmp,pp);
if(pp.getIndex() == 0)
re... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x78, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movq 0x4e239(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, 0x10(%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x18(%rsp)
leaq 0x8(%rdi), %r14
movq (%rsi), %rdx
movq 0x8(%rsi... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
booster::locale::impl_icu::number_format<wchar_t>::format[abi:cxx11](long, unsigned long&) const | virtual string_type format(int64_t value,size_t &code_points) const
{
icu::UnicodeString tmp;
icu_fmt_->format(static_cast< ::int64_t>(value),tmp);
code_points=tmp.countChar32();
return cvt_.std(tmp);
} | pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rcx, %r15
movq %rsi, %r14
movq %rdi, %rbx
movq 0x4da31(%rip), %rcx # 0xd28e0
addq $0x10, %rcx
movq %rsp, %rax
movq %rcx, (%rax)
movw $0x2, 0x8(%rax)
movq 0x10(%rsi), %rdi
movq %rdx, %rsi
movq %rax, %rdx
callq 0x58180
movq %rsp, %rdi
xorl %esi, %esi
movl $0x7ff... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>> booster::locale::ios_info::string_set::get<wchar_t>() const | std::basic_string<Char> get() const
{
if(type==0 || *type!=typeid(Char))
throw std::bad_cast();
std::basic_string<Char> result = reinterpret_cast<Char const *>(ptr);
return result;
} | pushq %r14
pushq %rbx
pushq %rax
movq (%rsi), %rax
testq %rax, %rax
je 0x85356
movq %rsi, %r14
movq %rdi, %rbx
movq 0x8(%rax), %rdi
movq 0x4d9b5(%rip), %rax # 0xd2cd8
movq 0x8(%rax), %rsi
cmpq %rsi, %rdi
je 0x8533a
cmpb $0x2a, (%rdi)
je 0x85356
callq 0x5a870
testl %eax, %eax
jne 0x85356
movq 0x10(%r14), %rsi
leaq 0... | /artyom-beilis[P]cppcms/booster/./booster/locale/formatting.h |
unsigned long booster::locale::impl_icu::date_format<wchar_t>::do_parse<double>(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>> const&, double&) const | size_t do_parse(string_type const &str,ValueType &value) const
{
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data() + str.size());
UDate udate = icu_fmt_->parse(tmp,pp);
if(pp.getIndex() == 0)
re... | pushq %r14
pushq %rbx
subq $0x58, %rsp
movq %rdx, %rbx
movq %rdi, %r14
movq 0x4d826(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, (%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x8(%rsp)
leaq 0x8(%rdi), %rax
movq (%rsi), %rdx
movq 0x8(%rsi), %rcx
leaq (%rdx,%rcx,4), %rcx
leaq 0x18(... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::date_format<wchar_t>::do_parse<long>(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>> const&, long&) const | size_t do_parse(string_type const &str,ValueType &value) const
{
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data() + str.size());
UDate udate = icu_fmt_->parse(tmp,pp);
if(pp.getIndex() == 0)
re... | pushq %r14
pushq %rbx
subq $0x68, %rsp
movq %rdx, %rbx
movq %rdi, %r14
movq 0x4d736(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, (%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x8(%rsp)
leaq 0x8(%rdi), %rax
movq (%rsi), %rdx
movq 0x8(%rsi), %rcx
leaq (%rdx,%rcx,4), %rcx
leaq 0x28(... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
unsigned long booster::locale::impl_icu::date_format<wchar_t>::do_parse<int>(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>> const&, int&) const | size_t do_parse(string_type const &str,ValueType &value) const
{
icu::ParsePosition pp;
icu::UnicodeString tmp = cvt_.icu(str.data(),str.data() + str.size());
UDate udate = icu_fmt_->parse(tmp,pp);
if(pp.getIndex() == 0)
re... | pushq %r14
pushq %rbx
subq $0x58, %rsp
movq %rdx, %rbx
movq %rdi, %r14
movq 0x4d64a(%rip), %rax # 0xd2ce8
addq $0x10, %rax
movq %rax, (%rsp)
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00000000
movq %rax, 0x8(%rsp)
leaq 0x8(%rdi), %rax
movq (%rsi), %rdx
movq 0x8(%rsi), %rcx
leaq (%rdx,%rcx,4), %rcx
leaq 0x18(... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/formatter.cpp |
std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_format<wchar_t>::do_real_put<unsigned long>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, wchar_t, unsigned long) const | iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const
{
formatter_ptr formatter;
if(use_parent<ValueType>(ios,val) || (formatter = formatter_type::create(ios,loc_,enc_)).get() == 0) {
return std::num_put<char_type>::do_put(out,ios,fill,va... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %r15
movl %r8d, %r12d
movq %rcx, %r13
movl %edx, %ebp
movq %rsi, %r14
movq %rdi, %rbx
movq %rcx, %rdi
movq %r9, %rsi
callq 0x57f60
testb %al, %al
jne 0x89161
leaq 0x10(%rbx), %rdx
leaq 0xf0(%rbx), %rcx
leaq 0x18(%rsp), %rdi
mov... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_format<wchar_t>::do_real_put<unsigned long long>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, wchar_t, unsigned long long) const | iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const
{
formatter_ptr formatter;
if(use_parent<ValueType>(ios,val) || (formatter = formatter_type::create(ios,loc_,enc_)).get() == 0) {
return std::num_put<char_type>::do_put(out,ios,fill,va... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %r15
movl %r8d, %r12d
movq %rcx, %r13
movl %edx, %ebp
movq %rsi, %r14
movq %rdi, %rbx
movq %rcx, %rdi
movq %r9, %rsi
callq 0x5b670
testb %al, %al
jne 0x895f3
leaq 0x10(%rbx), %rdx
leaq 0xf0(%rbx), %rcx
leaq 0x18(%rsp), %rdi
mov... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_format<wchar_t>::do_real_put<double>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, wchar_t, double) const | iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const
{
formatter_ptr formatter;
if(use_parent<ValueType>(ios,val) || (formatter = formatter_type::create(ios,loc_,enc_)).get() == 0) {
return std::num_put<char_type>::do_put(out,ios,fill,va... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movsd %xmm0, 0x8(%rsp)
movl %r8d, %r12d
movq %rcx, %r15
movl %edx, %ebp
movq %rsi, %rbx
movq %rdi, %r13
movq %rcx, %rdi
callq 0x5a2d0
movq %rax, %rdi
callq 0x58cf0
testq %rax, %rax
je 0x8973a
leaq 0x10(%r13), %rdx
leaq 0xf0(%r13), %rcx
l... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_format<wchar_t>::do_real_put<long double>(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, wchar_t, long double) const | iter_type do_real_put (iter_type out, std::ios_base &ios, char_type fill, ValueType val) const
{
formatter_ptr formatter;
if(use_parent<ValueType>(ios,val) || (formatter = formatter_type::create(ios,loc_,enc_)).get() == 0) {
return std::num_put<char_type>::do_put(out,ios,fill,va... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movl %r8d, %r12d
movq %rcx, %r15
movl %edx, %ebp
movq %rsi, %rbx
movq %rdi, %r13
fldt 0x90(%rsp)
fstpt 0x18(%rsp)
movq %rcx, %rdi
callq 0x5a2d0
movq %rax, %rdi
callq 0x58cf0
testq %rax, %rax
je 0x8993e
leaq 0x10(%r13), %rdx
leaq 0xf0(%r1... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
booster::locale::impl_icu::num_parse<char>::~num_parse() | num_parse(cdata const &d,size_t refs = 0) :
std::num_get<CharType>(refs),
loc_(d.locale),
enc_(d.encoding)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x48e1d(%rip), %rax # 0xd2998
addq $0x10, %rax
movq %rax, (%rdi)
movq 0xf0(%rdi), %rdi
leaq 0x100(%rbx), %rax
cmpq %rax, %rdi
je 0x89b9a
callq 0x59580
leaq 0x10(%rbx), %rdi
callq 0x57f20
movq %rbx, %rdi
popq %rbx
jmp 0x57720
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
booster::locale::impl_icu::num_parse<char>::~num_parse() | num_parse(cdata const &d,size_t refs = 0) :
std::num_get<CharType>(refs),
loc_(d.locale),
enc_(d.encoding)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x48de1(%rip), %rax # 0xd2998
addq $0x10, %rax
movq %rax, (%rdi)
movq 0xf0(%rdi), %rdi
leaq 0x100(%rbx), %rax
cmpq %rax, %rdi
je 0x89bd6
callq 0x59580
leaq 0x10(%rbx), %rdi
callq 0x57f20
movq %rbx, %rdi
callq 0x57720
movq %rbx, %rdi
popq %rbx
jmp 0x59580
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<long>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, long&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x48c63(%rip), %rsi # 0xd28b0
movq 0x491cc(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
bool booster::locale::impl_icu::num_base::use_parent<unsigned short>(std::ios_base&, unsigned short) | static bool use_parent(std::ios_base &ios,ValueType v)
{
uint64_t flg = ios_info::get(ios).display_flags();
if(flg == flags::posix)
return true;
if(details::use_parent_traits<ValueType>::use(v))
return true;
if(!std::numeric_limits<ValueType>::is_integer)
... | pushq %rbx
movq %rdi, %rbx
callq 0x5a2d0
movq %rax, %rdi
callq 0x58cf0
movq %rax, %rcx
movb $0x1, %al
testq %rcx, %rcx
je 0x8b0f4
cmpq $0x1, %rcx
jne 0x8b0f2
movl 0x18(%rbx), %ecx
andl $0x4a, %ecx
cmpl $0x2, %ecx
jne 0x8b0f4
xorl %eax, %eax
popq %rbx
retq
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<unsigned int>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, unsigned int&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x46d57(%rip), %rsi # 0xd28b0
movq 0x472c0(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<unsigned long>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, unsigned long&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x45e45(%rip), %rsi # 0xd28b0
movq 0x463ae(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<long long>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, long long&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x44ef7(%rip), %rsi # 0xd28b0
movq 0x45460(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<float>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, float&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x43023(%rip), %rsi # 0xd28b0
movq 0x4358c(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<char, std::char_traits<char>> booster::locale::impl_icu::num_parse<char>::do_real_get<long double>(std::istreambuf_iterator<char, std::char_traits<char>>, std::istreambuf_iterator<char, std::char_traits<char>>, std::ios_base&, std::_Ios_Iostate&, long double&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x42671(%rip), %rsi # 0xd28b0
movq 0x42bda(%rip), %rdx # 0xd2e20
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
booster::locale::impl_icu::num_parse<wchar_t>::num_parse(booster::locale::impl_icu::cdata const&, unsigned long) | num_parse(cdata const &d,size_t refs = 0) :
std::num_get<CharType>(refs),
loc_(d.locale),
enc_(d.encoding)
{
} | pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r15
movq %rdi, %rbx
xorl %eax, %eax
testq %rdx, %rdx
setne %al
movl %eax, 0x8(%rdi)
movq 0x422dd(%rip), %rax # 0xd29e0
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %r14
movq %r14, %rdi
callq 0x57860
leaq 0xf0(%rbx), %rdi
leaq 0x100(%rbx), %rax
movq %rax, 0xf0(%rbx... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
booster::locale::impl_icu::num_parse<wchar_t>::~num_parse() | num_parse(cdata const &d,size_t refs = 0) :
std::num_get<CharType>(refs),
loc_(d.locale),
enc_(d.encoding)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x421c1(%rip), %rax # 0xd29e0
addq $0x10, %rax
movq %rax, (%rdi)
movq 0xf0(%rdi), %rdi
leaq 0x100(%rbx), %rax
cmpq %rax, %rdi
je 0x9083e
callq 0x59580
leaq 0x10(%rbx), %rdi
callq 0x57f20
movq %rbx, %rdi
popq %rbx
jmp 0x57720
| /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_parse<wchar_t>::do_real_get<long>(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, std::_Ios_Iostate&, long&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x41fbf(%rip), %rsi # 0xd28b0
movq 0x421e0(%rip), %rdx # 0xd2ad8
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_parse<wchar_t>::do_real_get<unsigned short>(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, std::_Ios_Iostate&, unsigned short&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x40f3d(%rip), %rsi # 0xd28b0
movq 0x4115e(%rip), %rdx # 0xd2ad8
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x10(%... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>> booster::locale::impl_icu::num_parse<wchar_t>::do_real_get<long double>(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t>>, std::ios_base&, std::_Ios_Iostate&, long double&) const | iter_type do_real_get(iter_type in,iter_type end,std::ios_base &ios,std::ios_base::iostate &err,ValueType &val) const
{
formatter_ptr formatter;
stream_type *stream_ptr = dynamic_cast<stream_type *>(&ios);
if(!stream_ptr || use_parent<ValueType>(ios,0) || (formatter = formatter_type::create... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %r8d, %ebp
movq %rcx, %r14
movl %edx, %r13d
movq %rsi, %r12
movq %rdi, %r15
movq 0x3b40b(%rip), %rsi # 0xd28b0
movq 0x3b62c(%rip), %rdx # 0xd2ad8
movq %r9, %rdi
movq $-0x1, %rcx
callq 0x59c90
movq %rax, 0x8(%r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/icu/numeric.cpp |
booster::locale::impl_posix::create_iconv_converter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | std::unique_ptr<util::base_converter> create_iconv_converter(std::string const &encoding)
{
std::unique_ptr<util::base_converter> cvt;
try {
cvt.reset(new mb2_iconv_converter(encoding));
}
catch(std::exception const &e) {
// Nothing to do, just retrun empty cv... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq $0x0, (%rdi)
movl $0x48, %edi
callq 0x596b0
movq %rax, %r15
movq %rax, %rdi
movq %r14, %rsi
callq 0x5bc00
movq %r15, (%rbx)
movq %rbx, %rax
addq $0x8, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
retq
movq %rdx, %r12
movq %rax, ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/codecvt.cpp |
booster::locale::impl_posix::collator<char>::collator(std::shared_ptr<__locale_struct*>, unsigned long) | collator(booster::shared_ptr<locale_t> l,size_t refs = 0) :
std::collate<CharType>(refs),
lc_(l)
{
} | pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq %rdx, %rsi
callq 0x5a260
movq 0x3a8b7(%rip), %rax # 0xd2dc0
addq $0x10, %rax
movq %rax, (%r14)
movq (%rbx), %rax
movq %rax, 0x18(%r14)
movq 0x8(%rbx), %rax
movq %rax, 0x20(%r14)
testq %rax, %rax
je 0x98539
movq 0x3a81d(%rip), %rcx # 0xd2d48
c... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/collate.cpp |
booster::locale::impl_posix::collator<char>::do_compare(char const*, char const*, char const*, char const*) const | virtual int do_compare(char_type const *lb,char_type const *le,char_type const *rb,char_type const *re) const
{
string_type left(lb,le-lb);
string_type right(rb,re-rb);
int res = coll_traits<char_type>::coll(left.c_str(),right.c_str(),*lc_);
if(res < 0)
return -1;
... | pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %r8, %r14
movq %rcx, %r15
movq %rdi, %rbx
leaq 0x10(%rsp), %r12
movq %r12, -0x10(%r12)
movq %rsp, %rdi
callq 0x57c80
leaq 0x30(%rsp), %r13
movq %r13, -0x10(%r13)
leaq 0x20(%rsp), %rdi
movq %r15, %rsi
movq %r14, %rdx
callq 0x57c80
movq (%rsp), ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/collate.cpp |
booster::locale::impl_posix::collator<char>::do_transform[abi:cxx11](char const*, char const*) const | virtual string_type do_transform(char_type const *b,char_type const *e) const
{
string_type s(b,e-b);
std::vector<char_type> buf((e-b)*2+1);
size_t n = coll_traits<char_type>::xfrm(&buf.front(),s.c_str(),buf.size(),*lc_);
if(n>buf.size()) {
buf.resize(n);
coll... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rcx, %r15
subq %rdx, %r15
leaq 0x38(%rsp), %r12
movq %r12, -0x10(%r12)
leaq 0x28(%rsp), %rdi
movq %rdx, %rsi
movq %rcx, %rdx
callq 0x57c80
leaq 0x1(,%r15,2), %rsi
leaq 0x10(%rsp), %rdi
leaq 0xf(%rsp), %rdx
callq 0x58a00
m... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/collate.cpp |
booster::locale::impl_posix::std_converter<wchar_t>::convert[abi:cxx11](booster::locale::converter_base::conversion_type, wchar_t const*, wchar_t const*, int) const | virtual string_type convert(converter_base::conversion_type how,char_type const *begin,char_type const *end,int /*flags*/ = 0) const
{
switch(how) {
case converter_base::upper_case:
{
string_type res;
res.reserve(end-begin);
while(begin!=e... | pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %r8, %r14
movq %rcx, %r15
movq %rsi, %r12
movq %rdi, %rbx
leal -0x2(%rdx), %eax
cmpl $0x2, %eax
jae 0x9994a
leaq 0x10(%rbx), %r13
movq %r13, (%rbx)
movq $0x0, 0x8(%rbx)
movl $0x0, 0x10(%rbx)
movq %r14, %rsi
subq %r15, %rsi
sarq $0x2, %rsi
movq %rbx, %rdi
callq... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/converter.cpp |
booster::locale::impl_posix::create_formatting(std::locale const&, std::shared_ptr<__locale_struct*>, unsigned int) | std::locale create_formatting( std::locale const &in,
booster::shared_ptr<locale_t> lc,
character_facet_type type)
{
switch(type) {
case char_facet:
return create_formatting_impl<char>(in,lc);
case wchar_t_facet:
... | pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
cmpl $0x2, %ecx
je 0x99a15
cmpl $0x1, %ecx
jne 0x99a3b
movq (%rdx), %rax
movq %rax, 0x10(%rsp)
movq 0x8(%rdx), %rax
movq %rax, 0x18(%rsp)
testq %rax, %rax
je 0x99a49
movq 0x3933d(%rip), %rcx # 0xd2d48
cmpb $0x0, (%rcx)
je 0x99a45
incl 0x8(%rax)
jmp 0x99a49
movq (%rdx), %r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/numeric.cpp |
booster::locale::impl_posix::create_parsing(std::locale const&, std::shared_ptr<__locale_struct*>, unsigned int) | std::locale create_parsing( std::locale const &in,
booster::shared_ptr<locale_t> lc,
character_facet_type type)
{
switch(type) {
case char_facet:
return create_parsing_impl<char>(in,lc);
case wchar_t_facet:
return c... | pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
cmpl $0x2, %ecx
je 0x99ae1
cmpl $0x1, %ecx
jne 0x99b07
movq (%rdx), %rax
movq %rax, 0x10(%rsp)
movq 0x8(%rdx), %rax
movq %rax, 0x18(%rsp)
testq %rax, %rax
je 0x99b15
movq 0x39271(%rip), %rcx # 0xd2d48
cmpb $0x0, (%rcx)
je 0x99b11
incl 0x8(%rax)
jmp 0x99b15
movq (%rdx), %r... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/numeric.cpp |
std::locale booster::locale::impl_posix::create_formatting_impl<char>(std::locale const&, std::shared_ptr<__locale_struct*>) | std::locale create_formatting_impl(std::locale const &in,booster::shared_ptr<locale_t> lc)
{
std::locale tmp = std::locale(in,new num_punct_posix<CharType>(*lc));
tmp = std::locale(tmp,new ctype_posix<CharType>(lc));
tmp = std::locale(tmp,new time_put_posix<CharType>(lc));
tmp = std::locale(tmp,new num_... | pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdx, %r14
movq %rsi, %r12
movq %rdi, %rbx
movl $0x78, %edi
callq 0x596b0
movq %rax, %r15
movq (%r14), %rax
movq (%rax), %rsi
movq %r15, %rdi
xorl %edx, %edx
callq 0x58f80
movq %rbx, %rdi
movq %r12, %rsi
movq %r15, %rdx
callq 0x5adb0
movl $0x2... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/numeric.cpp |
std::locale booster::locale::impl_posix::create_formatting_impl<wchar_t>(std::locale const&, std::shared_ptr<__locale_struct*>) | std::locale create_formatting_impl(std::locale const &in,booster::shared_ptr<locale_t> lc)
{
std::locale tmp = std::locale(in,new num_punct_posix<CharType>(*lc));
tmp = std::locale(tmp,new ctype_posix<CharType>(lc));
tmp = std::locale(tmp,new time_put_posix<CharType>(lc));
tmp = std::locale(tmp,new num_... | pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdx, %r14
movq %rsi, %r12
movq %rdi, %rbx
movl $0x78, %edi
callq 0x596b0
movq %rax, %r15
movq (%r14), %rax
movq (%rax), %rsi
movq %r15, %rdi
xorl %edx, %edx
callq 0x57460
movq %rbx, %rdi
movq %r12, %rsi
movq %r15, %rdx
callq 0x57ee0
movl $0x5... | /artyom-beilis[P]cppcms/booster/lib/locale/src/posix/numeric.cpp |
booster::locale::impl_std::utf8_numpunct_from_wide::~utf8_numpunct_from_wide() | utf8_numpunct_from_wide(std::locale const &base,size_t refs = 0) : std::numpunct<char>(refs)
{
typedef std::numpunct<wchar_t> wfacet_type;
wfacet_type const &wfacet = std::use_facet<wfacet_type>(base);
truename_ = conv::from_utf<wchar_t>(wfacet.truename(),"UTF-8");
falsename... | pushq %rbx
movq %rdi, %rbx
movq 0x2d627(%rip), %rax # 0xd2ea0
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x60(%rdi), %rdi
leaq 0x70(%rbx), %rax
cmpq %rax, %rdi
je 0xa5892
callq 0x59580
movq 0x38(%rbx), %rdi
leaq 0x48(%rbx), %rax
cmpq %rax, %rdi
je 0xa58a4
callq 0x59580
movq 0x18(%rbx), %rdi
leaq 0x28(%rbx), %rax
cmpq ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/std/numeric.cpp |
booster::locale::impl_std::utf8_numpunct_from_wide::do_truename[abi:cxx11]() const | virtual std::string do_truename() const
{
return truename_;
} | pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
movq 0x18(%rsi), %rax
movq 0x20(%rsi), %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x57cc0
movq %rbx, %rax
popq %rbx
retq
nop
| /artyom-beilis[P]cppcms/booster/lib/locale/src/std/numeric.cpp |
booster::locale::impl_std::utf8_numpunct::do_grouping[abi:cxx11]() const | virtual std::string do_grouping() const
{
unsigned char bs = base_type::do_thousands_sep();
if(bs > 127 && bs != 0xA0)
return std::string();
return base_type::do_grouping();
} | pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
movq 0x10(%rsi), %rax
movb 0x49(%rax), %cl
testb %cl, %cl
setns %dl
cmpb $-0x60, %cl
sete %cl
orb %dl, %cl
jne 0xa599b
leaq 0x10(%rbx), %rax
movq %rax, (%rbx)
movq $0x0, 0x8(%rbx)
movb $0x0, 0x10(%rbx)
jmp 0xa59ac
movq 0x10(%rax), %rsi
leaq 0xf(%rsp), %rdx
movq %rbx, %rdi
cal... | /artyom-beilis[P]cppcms/booster/lib/locale/src/std/numeric.cpp |
booster::locale::impl_std::utf8_moneypunct_from_wide<true>::~utf8_moneypunct_from_wide() | utf8_moneypunct_from_wide(std::locale const &base,size_t refs = 0) : std::moneypunct<char,Intl>(refs)
{
typedef std::moneypunct<wchar_t,Intl> wfacet_type;
wfacet_type const &wfacet = std::use_facet<wfacet_type>(base);
curr_symbol_ = conv::from_utf<wchar_t>(wfacet.curr_symbol(),"UTF-8");
... | pushq %rbx
movq %rdi, %rbx
movq 0x2d1b5(%rip), %rax # 0xd2be0
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x80(%rdi), %rdi
leaq 0x90(%rbx), %rax
cmpq %rax, %rdi
je 0xa5a4a
callq 0x59580
movq 0x60(%rbx), %rdi
leaq 0x70(%rbx), %rax
cmpq %rax, %rdi
je 0xa5a5c
callq 0x59580
movq 0x40(%rbx), %rdi
leaq 0x50(%rbx), %rax
cmpq ... | /artyom-beilis[P]cppcms/booster/lib/locale/src/std/numeric.cpp |
booster::locale::impl_std::utf8_moneypunct_from_wide<true>::do_curr_symbol[abi:cxx11]() const | virtual std::string do_curr_symbol() const
{
return curr_symbol_;
} | pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
movq 0x40(%rsi), %rax
movq 0x48(%rsi), %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x57cc0
movq %rbx, %rax
popq %rbx
retq
nop
| /artyom-beilis[P]cppcms/booster/lib/locale/src/std/numeric.cpp |
booster::locale::util::gregorian_calendar::difference(booster::locale::abstract_calendar const*, booster::locale::period::marks::period_mark) const | virtual int difference(abstract_calendar const *other_cal,period::marks::period_mark p) const
{
std::unique_ptr<gregorian_calendar> keeper;
gregorian_calendar const *other = dynamic_cast<gregorian_calendar const *>(other_cal);
if(!other) {
... | pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movl %edx, %r15d
movq %rsi, %r12
movq %rdi, %r14
testq %rsi, %rsi
je 0xa8343
movq 0x2ab3d(%rip), %rsi # 0xd2e68
movq 0x2a5ce(%rip), %rdx # 0xd2900
xorl %ebx, %ebx
movq %r12, %rdi
xorl %ecx, %ecx
callq 0x59c90
testq %rax, %rax
jne... | /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_calendar::set_timezone(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | virtual void set_timezone(std::string const &tz)
{
if(tz.empty()) {
is_local_ = true;
tzoff_ = 0;
}
else {
is_local_ = false;
tzoff_ = parse_tz(tz);
}
... | pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
cmpq $0x0, 0x8(%rsi)
je 0xa859b
movb $0x0, 0x89(%r14)
movq %rbx, %rdi
callq 0x59160
jmp 0xa85a5
movb $0x1, 0x89(%r14)
xorl %eax, %eax
movl %eax, 0x8c(%r14)
movq 0x10(%r14), %rsi
movq %r14, %rdi
callq 0x59f80
addq $0x90, %r14
movq %r14, %rdi
movq %rbx, %rs... | /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_calendar::get_timezone[abi:cxx11]() const | virtual std::string get_timezone() const
{
return time_zone_name_;
} | pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
movq 0x90(%rsi), %rax
movq 0x98(%rsi), %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x57cc0
movq %rbx, %rax
popq %rbx
retq
nop
| /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_calendar::same(booster::locale::abstract_calendar const*) const | virtual bool same(abstract_calendar const *other) const
{
gregorian_calendar const *gcal = dynamic_cast<gregorian_calendar const *>(other);
if(!gcal)
return false;
return
gcal->tzoff_ == tzoff_
&& ... | pushq %r14
pushq %rbx
pushq %rax
testq %rsi, %rsi
je 0xa8654
movq %rdi, %r14
movq 0x2a859(%rip), %rax # 0xd2e68
movq 0x2a2ea(%rip), %rdx # 0xd2900
xorl %ebx, %ebx
movq %rsi, %rdi
movq %rax, %rsi
xorl %ecx, %ecx
callq 0x59c90
testq %rax, %rax
je 0xa8656
movl 0x8c(%rax), %ecx
cmpl 0x8c(%r14), %ecx
jne 0xa8654
mov... | /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_calendar::get_diff(booster::locale::period::marks::period_mark, int, booster::locale::util::gregorian_calendar const*) const | int get_diff(period::marks::period_mark p,int diff,gregorian_calendar const *other) const
{
if(diff == 0)
return 0;
std::unique_ptr<gregorian_calendar> self(clone());
self->adjust_value(p,move,diff);
if(diff > 0){
... | pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
testl %edx, %edx
je 0xa870c
movq %rcx, %r15
movl %edx, %ebx
movl %esi, %ebp
movq (%rdi), %rax
callq *(%rax)
movq %rax, %r14
movq (%rax), %rax
movq %r14, %rdi
movl %ebp, %esi
xorl %edx, %edx
movl %ebx, %ecx
callq *0x40(%rax)
movq 0x10(%r14), %rax
xorl %ecx, %ecx
xor... | /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_facet::~gregorian_facet() | gregorian_facet(std::string const &terr,size_t refs = 0) :
calendar_facet(refs),
terr_(terr)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x2a675(%rip), %rax # 0xd2db0
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x10(%rdi), %rdi
leaq 0x20(%rbx), %rax
cmpq %rax, %rdi
je 0xa8754
callq 0x59580
movq %rbx, %rdi
popq %rbx
jmp 0x57720
nop
| /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::locale::util::gregorian_facet::~gregorian_facet() | gregorian_facet(std::string const &terr,size_t refs = 0) :
calendar_facet(refs),
terr_(terr)
{
} | pushq %rbx
movq %rdi, %rbx
movq 0x2a647(%rip), %rax # 0xd2db0
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x10(%rdi), %rdi
leaq 0x20(%rbx), %rax
cmpq %rax, %rdi
je 0xa8782
callq 0x59580
movq %rbx, %rdi
callq 0x57720
movq %rbx, %rdi
popq %rbx
jmp 0x59580
nop
| /artyom-beilis[P]cppcms/booster/lib/locale/src/util/gregorian.cpp |
booster::fork_shared_mutex::fork_shared_mutex() | fork_shared_mutex::fork_shared_mutex() : d(new data)
{
pthread_rwlock_init(&d->lock,0);
d->lock_file = tmpfile();
if(!d->lock_file) {
int err=errno;
pthread_rwlock_destroy(&d->lock);
throw system::system_error(err,system::system_category(),"fork_shared_mutex:failed to create temporary file");
}
} | pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movl $0x40, %edi
callq 0x596b0
movq %rax, (%rbx)
movq %rax, %rdi
xorl %esi, %esi
callq 0x58bf0
callq 0x5a790
movq (%rbx), %r14
movq %rax, 0x38(%r14)
testq %rax, %rax
je 0xa88cb
addq $0x8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
callq 0x571... | /artyom-beilis[P]cppcms/booster/lib/thread/src/pthread.cpp |
booster::fork_shared_mutex::try_unique_lock() | bool fork_shared_mutex::try_unique_lock()
{
if(pthread_rwlock_trywrlock(&d->lock)!=0)
return false;
struct flock lock;
memset(&lock,0,sizeof(lock));
lock.l_type=F_WRLCK;
lock.l_whence=SEEK_SET;
int res = 0;
while((res = ::fcntl(fileno(d->lock_file),F_SETLK,&lock))!=0 && errno==EINTR)
;
if(res == ... | pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
callq 0x5ba90
testl %eax, %eax
je 0xa898c
xorl %ebp, %ebp
movl %ebp, %eax
addq $0x28, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
xorps %xmm0, %xmm0
movq %rsp, %r14
movaps %xmm0, (%r14)
movaps %xmm0, 0x10(%r14)
movw $0x... | /artyom-beilis[P]cppcms/booster/lib/thread/src/pthread.cpp |
booster::fork_shared_mutex::unique_lock() | void fork_shared_mutex::unique_lock()
{
pthread_rwlock_wrlock(&d->lock);
struct flock lock;
memset(&lock,0,sizeof(lock));
lock.l_type=F_WRLCK;
lock.l_whence=SEEK_SET;
int res = 0;
while((res = ::fcntl(fileno(d->lock_file),F_SETLKW,&lock))!=0 && errno==EINTR)
;
if(res == 0)
return;
int err = err... | pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
callq 0x5ac60
xorps %xmm0, %xmm0
movq %rsp, %r14
movaps %xmm0, (%r14)
movaps %xmm0, 0x10(%r14)
movw $0x1, (%r14)
movq (%rbx), %rax
movq 0x38(%rax), %rdi
callq 0x598b0
movl %eax, %edi
movl $0x7, %esi
movq %r14, %rdx
xorl %eax, %eax
callq... | /artyom-beilis[P]cppcms/booster/lib/thread/src/pthread.cpp |
booster::fork_shared_mutex::unlock() | void fork_shared_mutex::unlock()
{
struct flock lock;
memset(&lock,0,sizeof(lock));
lock.l_type=F_UNLCK;
lock.l_whence=SEEK_SET;
int res = 0;
while((res = ::fcntl(fileno(d->lock_file),F_SETLKW,&lock))!=0 && errno==EINTR)
;
pthread_rwlock_unlock(&d->lock);
} | pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movq %rsp, %r14
movaps %xmm0, (%r14)
movaps %xmm0, 0x10(%r14)
movw $0x2, (%r14)
movq (%rbx), %rax
movq 0x38(%rax), %rdi
callq 0x598b0
movl %eax, %edi
movl $0x7, %esi
movq %r14, %rdx
xorl %eax, %eax
callq 0x584a0
testl %eax, %eax
je 0xa8cb6
callq ... | /artyom-beilis[P]cppcms/booster/lib/thread/src/pthread.cpp |
booster::regex::regex() | regex::regex() : d(new data())
{
} | pushq %rbx
movq %rdi, %rbx
movl $0x50, %edi
callq 0x596b0
leaq 0x10(%rax), %rcx
movq %rcx, (%rax)
movq $0x0, 0x8(%rax)
movb $0x0, 0x10(%rax)
xorl %ecx, %ecx
movl %ecx, 0x20(%rax)
xorps %xmm0, %xmm0
movups %xmm0, 0x28(%rax)
movups %xmm0, 0x38(%rax)
movl %ecx, 0x48(%rax)
movq %rax, (%rbx)
popq %rbx
retq
nop
| /artyom-beilis[P]cppcms/booster/lib/regex/src/pcre_regex.cpp |
booster::regex::data::data(booster::regex::data const&) | data(data const &other) :
expression(other.expression),
flags(other.flags),
re(0),
are(0),
re_size(other.re_size),
are_size(other.are_size),
match_size(other.match_size)
{
try {
if(other.re!=0) {
re = (pcre *)(pcre_malloc(re_size));
if(!re) {
throw std::bad_alloc();
}
... | pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %r15
movq %r15, (%rdi)
movq (%rsi), %rsi
movq 0x8(%r14), %rdx
addq %rsi, %rdx
callq 0x57cc0
movl 0x20(%r14), %eax
movl %eax, 0x20(%rbx)
leaq 0x28(%rbx), %r12
xorps %xmm0, %xmm0
movups %xmm0, 0x28(%rbx)
movdqu 0x38(%r... | /artyom-beilis[P]cppcms/booster/lib/regex/src/pcre_regex.cpp |
cfd::core::ScriptUtil::CreateP2pkhLockingScript(cfd::core::ByteData160 const&) | Script ScriptUtil::CreateP2pkhLockingScript(const ByteData160& pubkey_hash) {
// script作成
ScriptBuilder builder;
builder.AppendOperator(ScriptOperator::OP_DUP);
builder.AppendOperator(ScriptOperator::OP_HASH160);
builder.AppendData(pubkey_hash);
builder.AppendOperator(ScriptOperator::OP_EQUALVERIFY);
buil... | pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x58(%rbp)
movq %rdi, %rax
movq %rax, -0x50(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
leaq -0x30(%rbp), %rdi
movq %rdi, -0x48(%rbp)
callq 0x122550
movq -0x48(%rbp), %rdi
movq 0x186fad(%rip), %rsi # 0x2ecd70
callq 0x126610
jmp 0x165dca
movq 0x186e47(%ri... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_script.cpp |
cfd::core::ScriptUtil::CreatePegoutLogkingScript(cfd::core::BlockHash const&, cfd::core::Script const&, cfd::core::Pubkey const&, cfd::core::ByteData const&) | Script ScriptUtil::CreatePegoutLogkingScript(
const BlockHash& genesisblock_hash, const Script& parent_locking_script,
const Pubkey& btc_pubkey_bytes, const ByteData& whitelist_proof) {
// create script
ScriptBuilder builder;
builder.AppendOperator(ScriptOperator::OP_RETURN);
builder.AppendData(genesisb... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x90(%rbp)
movq %rdi, %rax
movq %rax, -0x88(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
leaq -0x48(%rbp), %rdi
movq %rdi, -0x80(%rbp)
callq 0x122550
movq -0x80(%rbp), %rdi
movq 0x185f90(%ri... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_script.cpp |
cfd::core::Pubkey::~Pubkey() | class CFD_CORE_EXPORT Pubkey {
public:
/**
* @brief Uncompress Pubkey byte size
*/
static constexpr uint32_t kPubkeySize = 65;
/**
* @brief Compress Pubkey byte size
*/
static constexpr uint32_t kCompressedPubkeySize = 33;
/**
* @brief constructor
*/
Pubkey();
/**
* @brief construc... | pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x127380
addq $0x10, %rsp
popq %rbp
retq
nopl (%rax,%rax)
| /p2pderivatives[P]cfd-js/external/cfd-core/src/../include/cfdcore/cfdcore_key.h |
void cfd::core::logger::log<long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&>(cfd::core::logger::CfdSourceLocation const&, cfd::core::logger::CfdLogLevel, char const*, long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) | void log(
const CfdSourceLocation &source, cfd::core::logger::CfdLogLevel lvl,
const char *fmt, Args &&...args) {
if (cfd::core::logger::IsEnableLogLevel(lvl)) {
auto message = fmt::format(fmt, args...);
// std::string message = fmt::format(std::locale::messages, fmt, args...);
cfd::core::logger::... | pushq %rbp
movq %rsp, %rbp
subq $0x100, %rsp # imm = 0x100
movq %rdi, -0x98(%rbp)
movl %esi, -0x9c(%rbp)
movq %rdx, -0xa8(%rbp)
movq %rcx, -0xb0(%rbp)
movq %r8, -0xb8(%rbp)
movl -0x9c(%rbp), %edi
callq 0x12e900
testb $0x1, %al
jne 0x16f221
jmp 0x16f337
movq -0xb0(%rbp), %rcx
movq -0xb8(%rbp), %rax
leaq -0xd8... | /p2pderivatives[P]cfd-js/external/cfd-core/src/include/cfdcore/cfdcore_logger.h |
fmt::v7::format_arg_store<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char>, std::remove_reference<long&>::type, std::remove_reference<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&>::type> fmt::v7::make_args_checked<long&, std::__cxx11::basic_string<char, std:... | inline auto make_args_checked(const S& format_str,
const remove_reference_t<Args>&... args)
-> format_arg_store<buffer_context<Char>, remove_reference_t<Args>...> {
static_assert(
detail::count<(
std::is_base_of<detail::view, remove_reference_t<Args>>::value &&
... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, %rax
movq %rax, -0x28(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x8(%rbp)
movq -0x18(%rbp), %rsi
movq -0x20(%rbp), %rdx
callq 0x11eff0
movq -0x28(%rbp), %rax
addq $0x30, %rsp
popq %rbp
retq
nopw (%... | /p2pderivatives[P]cfd-js/external/cfd-core/src/include/fmt/core.h |
fmt::v7::format_arg_store<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char>, std::remove_reference<cfd::core::ScriptElementType&>::type, std::remove_reference<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&>::type> fmt::v7::make_args_checked<cfd::core::ScriptEle... | inline auto make_args_checked(const S& format_str,
const remove_reference_t<Args>&... args)
-> format_arg_store<buffer_context<Char>, remove_reference_t<Args>...> {
static_assert(
detail::count<(
std::is_base_of<detail::view, remove_reference_t<Args>>::value &&
... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, %rax
movq %rax, -0x28(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x8(%rbp)
movq -0x18(%rbp), %rsi
movq -0x20(%rbp), %rdx
callq 0x11bab0
movq -0x28(%rbp), %rax
addq $0x30, %rsp
popq %rbp
retq
nopw (%... | /p2pderivatives[P]cfd-js/external/cfd-core/src/include/fmt/core.h |
cfd::core::Pubkey::Pubkey(cfd::core::Pubkey&&) | class CFD_CORE_EXPORT Pubkey {
public:
/**
* @brief Uncompress Pubkey byte size
*/
static constexpr uint32_t kPubkeySize = 65;
/**
* @brief Compress Pubkey byte size
*/
static constexpr uint32_t kCompressedPubkeySize = 33;
/**
* @brief constructor
*/
Pubkey();
/**
* @brief construc... | pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
callq 0x11eb20
addq $0x10, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
| /p2pderivatives[P]cfd-js/external/cfd-core/src/../include/cfdcore/cfdcore_key.h |
cfd::core::Pubkey::operator=(cfd::core::Pubkey&&) | class CFD_CORE_EXPORT Pubkey {
public:
/**
* @brief Uncompress Pubkey byte size
*/
static constexpr uint32_t kPubkeySize = 65;
/**
* @brief Compress Pubkey byte size
*/
static constexpr uint32_t kCompressedPubkeySize = 33;
/**
* @brief constructor
*/
Pubkey();
/**
* @brief construc... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x18(%rbp)
movq -0x10(%rbp), %rsi
callq 0x133c00
movq -0x18(%rbp), %rax
addq $0x20, %rsp
popq %rbp
retq
nopl (%rax,%rax)
| /p2pderivatives[P]cfd-js/external/cfd-core/src/../include/cfdcore/cfdcore_key.h |
cfd::core::Block::operator=(cfd::core::Block const&) | Block& Block::operator=(const Block& object) {
if (this != &object) {
data_ = object.data_;
header_ = object.header_;
txs_ = object.txs_;
txids_ = object.txids_;
}
return *this;
} | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq -0x10(%rbp), %rax
je 0x170b28
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rsi
addq $0x8, %rsi
addq $0x8, %rdi
callq 0x133890
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rsi
addq $0x20, ... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_block.cpp |
cfd::core::Block::GetTxOutProof(cfd::core::Txid const&) const | ByteData Block::GetTxOutProof(const Txid& txid) const {
return GetTxOutProof(std::vector<Txid>{txid});
} | pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x90(%rbp)
movq %rdi, %rax
movq %rax, -0x88(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x80(%rbp)
leaq -0x60(%rbp), %rdi
movq %rdi, -0x68(%rbp)
movq -0x18(%rbp), %rsi
callq 0x134c20
jmp 0x171203
lea... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_block.cpp |
cfd::core::MerkleBlock::CalculateHash(unsigned long, unsigned long, std::vector<cfd::core::Txid, std::allocator<cfd::core::Txid>> const&) | Txid MerkleBlock::CalculateHash(
uint64_t height, uint64_t pos, const std::vector<Txid>& txids) {
if (height == 0) return txids[pos];
Txid left = CalculateHash(height - 1, pos * 2, txids);
Txid right;
if ((pos * 2 + 1) < CalcTreeWidth(transaction_count, height - 1)) {
right = CalculateHash(height - 1, ... | pushq %rbp
movq %rsp, %rbp
subq $0x120, %rsp # imm = 0x120
movq %rdi, -0x110(%rbp)
movq %rdi, %rax
movq %rax, -0x108(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x100(%rbp)
cmpq $0x0, -0x18(%rbp)
jne... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_block.cpp |
cfd::core::DescriptorKeyInfo::DescriptorKeyInfo(cfd::core::SchnorrPubkey const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | DescriptorKeyInfo::DescriptorKeyInfo(
const SchnorrPubkey& schnorr_pubkey,
const std::string parent_key_information)
: key_type_(DescriptorKeyType::kDescriptorKeySchnorr),
schnorr_pubkey_(schnorr_pubkey) {
if (!parent_key_information.empty()) {
parent_info_ = parent_key_information;
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdx, -0x48(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x38(%rbp)
movl $0x4, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x40(%rbp)
movq -0x10(%rbp), %rsi
callq 0x122950
movq -0x38(%rbp), %rdi
addq $0x20, %rdi
movq ... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyInfo::DescriptorKeyInfo(cfd::core::ExtPrivkey const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | DescriptorKeyInfo::DescriptorKeyInfo(
const ExtPrivkey& ext_privkey, const std::string parent_key_information,
const std::string path)
: key_type_(DescriptorKeyType::kDescriptorKeyBip32Priv),
extprivkey_(ext_privkey) {
if (!parent_key_information.empty()) {
parent_info_ = parent_key_information;... | pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdx, -0x78(%rbp)
movq %rcx, -0x70(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x60(%rbp)
movl $0x3, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x68(%rbp)
callq 0x12fbe0
movq -0x60(%rbp), %rdi... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyInfo::DescriptorKeyInfo(cfd::core::ExtPubkey const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | DescriptorKeyInfo::DescriptorKeyInfo(
const ExtPubkey& ext_pubkey, const std::string parent_key_information,
const std::string path)
: key_type_(DescriptorKeyType::kDescriptorKeyBip32),
extpubkey_(ext_pubkey) {
if (!parent_key_information.empty()) {
parent_info_ = parent_key_information;
}
i... | pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdx, -0x78(%rbp)
movq %rcx, -0x70(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x60(%rbp)
movl $0x2, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x68(%rbp)
callq 0x12fbe0
movq -0x60(%rbp), %rdi... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyInfo::DescriptorKeyInfo(cfd::core::DescriptorKeyInfo const&) | DescriptorKeyInfo::DescriptorKeyInfo(const DescriptorKeyInfo& object) {
key_type_ = object.key_type_;
pubkey_ = object.pubkey_;
schnorr_pubkey_ = object.schnorr_pubkey_;
privkey_ = object.privkey_;
extprivkey_ = object.extprivkey_;
extpubkey_ = object.extpubkey_;
parent_info_ = object.parent_info_;
path... | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x30(%rbp)
addq $0x8, %rdi
movq %rdi, -0x38(%rbp)
callq 0x12fbe0
movq -0x30(%rbp), %rdi
addq $0x20, %rdi
movq %rdi, -0x28(%rbp)
callq 0x11f540
jmp 0x177dc8
movq -0x30(%rbp), %rdi
addq $0x38, %rdi
m... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyReference::DescriptorKeyReference() | DescriptorKeyReference::DescriptorKeyReference()
: key_type_(DescriptorKeyType::kDescriptorKeyNull) {} | pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x28(%rbp)
movl $0x0, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x30(%rbp)
callq 0x12fbe0
movq -0x28(%rbp), %rdi
addq $0x20, %rdi
movq %rdi, -0x20(%rbp)
callq 0x11f540
jmp 0x1786ca
movq -0x28(%rbp), %rdi
addq $0x38, %rdi
movq %... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyReference::DescriptorKeyReference(cfd::core::ExtPrivkey const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*) | DescriptorKeyReference::DescriptorKeyReference(
const ExtPrivkey& ext_privkey, const std::string* arg)
: key_type_(DescriptorKeyType::kDescriptorKeyBip32Priv),
pubkey_(ext_privkey.GetExtPubkey().GetPubkey()),
extprivkey_(ext_privkey),
argument_((arg) ? *arg : "") {
schnorr_pubkey_ = SchnorrP... | pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, (%rdi)
addq $0x8, %rdi
movq %rdi, -0xc8(%rbp)
callq 0x12fbe0
movq -0xc0(%rbp), %rax
addq $0x20, %rax
movq %rax, -0xb8(%rbp)
movq -0x10(%rbp), %rsi
leaq ... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorKeyReference::DescriptorKeyReference(cfd::core::KeyData const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*) | DescriptorKeyReference::DescriptorKeyReference(
const KeyData& key, const std::string* arg)
: key_type_(DescriptorKeyType::kDescriptorKeyPublic),
pubkey_(key.GetPubkey()),
key_data_(key),
argument_((arg) ? *arg : "") {
if (key_data_.HasExtPrivkey()) {
extprivkey_ = key_data_.GetExtPrivke... | pushq %rbp
movq %rsp, %rbp
subq $0x170, %rsp # imm = 0x170
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x138(%rbp)
movl $0x1, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x140(%rbp)
callq 0x12fbe0
movq -0x138(%rbp), %rdi
addq $0x20, %rdi
movq %rdi, -0x130(%rbp... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::DescriptorScriptReference() | DescriptorScriptReference::DescriptorScriptReference()
: script_type_(DescriptorScriptType::kDescriptorScriptNull),
is_script_(false),
is_tapbranch_(false) {
// do nothing
} | pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x28(%rbp)
movl $0x0, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x30(%rbp)
callq 0x12a300
movq -0x28(%rbp), %rdi
movb $0x0, 0x40(%rdi)
addq $0x48, %rdi
movq %rdi, -0x20(%rbp)
callq 0x12a300
jmp 0x1798de
movq -0x28(%rbp), %rdi
s... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::DescriptorScriptReference(cfd::core::Script const&, cfd::core::DescriptorScriptType, cfd::core::DescriptorScriptReference const&, std::vector<cfd::core::AddressFormatData, std::allocator<cfd::core::AddressFormatData>> const&) | DescriptorScriptReference::DescriptorScriptReference(
const Script& locking_script, DescriptorScriptType script_type,
const DescriptorScriptReference& child_script,
const std::vector<AddressFormatData>& address_prefixes)
: script_type_(script_type),
locking_script_(locking_script),
is_script... | pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x58(%rbp)
movl -0x14(%rbp), %eax
movl %eax, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x60(%rbp)
movq -0x10(%rbp), %rsi
callq 0x120c20
... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::DescriptorScriptReference(cfd::core::Script const&, cfd::core::DescriptorScriptType, std::vector<cfd::core::DescriptorKeyReference, std::allocator<cfd::core::DescriptorKeyReference>> const&, std::vector<cfd::core::AddressFormatData, std::allocator<cfd::core::AddressFormatData>> con... | DescriptorScriptReference::DescriptorScriptReference(
const Script& locking_script, DescriptorScriptType script_type,
const std::vector<DescriptorKeyReference>& key_list,
const std::vector<AddressFormatData>& address_prefixes,
const uint32_t req_sig_num)
: script_type_(script_type),
locking_sc... | pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x50(%rbp)
movl -0x14(%rbp), %eax
movl %eax, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x58(%rbp)
movq -0x10(%rbp... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::DescriptorScriptReference(cfd::core::Address const&, std::vector<cfd::core::AddressFormatData, std::allocator<cfd::core::AddressFormatData>> const&) | DescriptorScriptReference::DescriptorScriptReference(
const Address& address_script,
const std::vector<AddressFormatData>& address_prefixes)
: script_type_(DescriptorScriptType::kDescriptorScriptAddr),
locking_script_(address_script.GetLockingScript()),
is_script_(false),
address_script_(a... | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x38(%rbp)
movl $0x9, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x40(%rbp)
movq -0x10(%rbp), %rsi
callq 0x131e80
movq -0x38(%rbp), %rdi
movb $0x0, 0x40(%rdi)
addq $0x48, %rdi
movq %... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::operator=(cfd::core::DescriptorScriptReference const&) | DescriptorScriptReference& DescriptorScriptReference::operator=(
const DescriptorScriptReference& object) {
if (this != &object) {
locking_script_ = object.locking_script_;
script_type_ = object.script_type_;
address_script_ = object.address_script_;
is_script_ = object.is_script_;
redeem_scri... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq -0x10(%rbp), %rax
je 0x17a824
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rsi
addq $0x8, %rsi
addq $0x8, %rdi
callq 0x1329b0
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rax
movl (%rax),... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::HasAddress() const | bool DescriptorScriptReference::HasAddress() const {
if (script_type_ == DescriptorScriptType::kDescriptorScriptRaw) {
if (locking_script_.IsP2wpkhScript() || locking_script_.IsP2wshScript() ||
locking_script_.IsTaprootScript() || locking_script_.IsP2shScript() ||
locking_script_.IsP2pkhScript()) ... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpl $0xa, (%rax)
jne 0x17a8dc
movq -0x18(%rbp), %rdi
addq $0x8, %rdi
callq 0x12e530
testb $0x1, %al
jne 0x17a8d0
movq -0x18(%rbp), %rdi
addq $0x8, %rdi
callq 0x1242d0
testb $0x1, %al
jne 0x17a8d0
movq -0x18... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::GenerateAddresses(cfd::core::NetType) const | std::vector<Address> DescriptorScriptReference::GenerateAddresses(
NetType net_type) const {
std::vector<Address> result;
if ((script_type_ == DescriptorScriptType::kDescriptorScriptMulti) ||
(script_type_ == DescriptorScriptType::kDescriptorScriptSortedMulti)) {
for (const auto& key : keys_) {
... | pushq %rbp
movq %rsp, %rbp
subq $0x1f0, %rsp # imm = 0x1F0
movq %rdi, -0x1f0(%rbp)
movq %rdi, %rax
movq %rax, -0x1e8(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x1e0(%rbp)
movb $0x0, -0x15(%rbp)
callq 0x11dbb0
movq -0x1e0(%rbp), %rax
cmpl $0x7... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::GetAddressType() const | AddressType DescriptorScriptReference::GetAddressType() const {
switch (script_type_) {
case DescriptorScriptType::kDescriptorScriptRaw:
if (locking_script_.IsP2wpkhScript()) {
return AddressType::kP2wpkhAddress;
} else if (locking_script_.IsP2wshScript()) {
return AddressType::kP2wshA... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0xa8(%rbp)
movl (%rax), %eax
movl %eax, -0xa0(%rbp)
subl $0x9, %eax
je 0x17b567
jmp 0x17b3ad
movl -0xa0(%rbp), %eax
subl $0xa, %eax
jne 0x17b582
jmp 0x17b3be
movq -0xa8(%rbp), %rdi
addq $0x8, %rdi
callq 0x12e530
testb ... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorScriptReference::GetHashType() const | HashType DescriptorScriptReference::GetHashType() const {
if (locking_script_.IsP2shScript()) {
return HashType::kP2sh;
}
if (locking_script_.IsP2wpkhScript()) {
return HashType::kP2wpkh;
}
if (locking_script_.IsP2wshScript()) {
return HashType::kP2wsh;
}
if (locking_script_.IsTaprootScript())... | pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
movq %rdi, -0x68(%rbp)
addq $0x8, %rdi
callq 0x11d4f0
testb $0x1, %al
jne 0x17b7f6
jmp 0x17b802
movl $0x1, -0x4(%rbp)
jmp 0x17b95d
movq -0x68(%rbp), %rdi
addq $0x8, %rdi
callq 0x12e530
testb $0x1, %al
jne 0x17b815
jmp 0x17b821
mov... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorNode::DescriptorNode(std::vector<cfd::core::AddressFormatData, std::allocator<cfd::core::AddressFormatData>> const&) | DescriptorNode::DescriptorNode(
const std::vector<AddressFormatData>& network_parameters) {
addr_prefixes_ = network_parameters;
} | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x38(%rbp)
callq 0x12e3e0
movq -0x38(%rbp), %rdi
addq $0x20, %rdi
movq %rdi, -0x70(%rbp)
callq 0x12e3e0
movq -0x38(%rbp), %rdi
addq $0x40, %rdi
movq %rdi, -0x68(%rbp)
callq 0x12e3e0
movq -0x38(%rbp... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorNode::operator=(cfd::core::DescriptorNode const&) | DescriptorNode& DescriptorNode::operator=(const DescriptorNode& object) {
if (this != &object) {
name_ = object.name_;
value_ = object.value_;
key_info_ = object.key_info_;
is_uncompressed_key_ = object.is_uncompressed_key_;
base_extkey_ = object.base_extkey_;
tweak_sum_ = object.tweak_sum_;
... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq -0x10(%rbp), %rax
je 0x17c42c
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rsi
callq 0x11b5d0
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rsi
addq $0x20, %rsi
addq $0x20, %rdi
callq 0x11... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
cfd::core::DescriptorNode::Parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<cfd::core::AddressFormatData, std::allocator<cfd::core::AddressFormatData>> const&) | DescriptorNode DescriptorNode::Parse(
const std::string& output_descriptor,
const std::vector<AddressFormatData>& network_parameters) {
DescriptorNode node(network_parameters);
node.node_type_ = DescriptorNodeType::kDescriptorTypeScript;
node.AnalyzeChild(output_descriptor, 0);
node.AnalyzeAll("");
//... | pushq %rbp
movq %rsp, %rbp
subq $0x420, %rsp # imm = 0x420
movq %rdi, -0x3f8(%rbp)
movq %rdi, %rax
movq %rax, -0x400(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movb $0x0, -0x19(%rbp)
movq -0x18(%rbp), %rsi
callq 0x135fb0
movq -0x3f8(%rbp), %rdi
movl $0x1, 0x120(%rdi)
movq -0x10... | /p2pderivatives[P]cfd-js/external/cfd-core/src/cfdcore_descriptor.cpp |
Subsets and Splits
SQL Console for LLM4Binary/decompile-bench
Filters out entries with file names ending in .cpp, providing a basic subset of the dataset that excludes C++ files.