代码搜索:structured
找到约 952 项符合「structured」的源代码
代码结果 952
www.eeworm.com/read/186388/5233548
asm ntstack.asm
# Allocate stack for NT, inserting stack probes every 4k pages
.file "ntstack.asm"
# Setup MS Structured-Exception-Handling
.pdata
.align 2
.ualong ..__allocate_stack,__allocate_stack.e,0,0,__al
www.eeworm.com/read/347503/3170549
d while.d
#objdump: -d --prefix-addresses
#name: MRI structured while
#as: -M
# Test MRI structure while pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 bccs 0+004
0
www.eeworm.com/read/340665/3266929
d while.d
#objdump: -d --prefix-addresses
#name: MRI structured while
#as: -M
# Test MRI structure while pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 bccs 0+004
0
www.eeworm.com/read/328357/3444887
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/447738/1696655
d while.d
#objdump: -d --prefix-addresses
#name: MRI structured while
#as: -M
# Test MRI structure while pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 bccs 0+004
0
www.eeworm.com/read/427042/1980110
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/422785/2032581
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/395929/2429198
d while.d
#objdump: -d --prefix-addresses
#name: MRI structured while
#as: -M
# Test MRI structure while pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 bccs 0+004
0
www.eeworm.com/read/358714/2984182
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/286192/4042114
h hard_except.h
// hard_except.h
// Maps Win32 structured exceptions (SE) onto C++ exceptions
#ifndef _hard_except_h
#define _hard_except_h
class Exception {
private:
char *m_what;
int m_type;
pub