GCC编译过程Word文档格式.docx

上传人:b****4 文档编号:16412298 上传时间:2022-11-23 格式:DOCX 页数:16 大小:18.58KB
下载 相关 举报
GCC编译过程Word文档格式.docx_第1页
第1页 / 共16页
GCC编译过程Word文档格式.docx_第2页
第2页 / 共16页
GCC编译过程Word文档格式.docx_第3页
第3页 / 共16页
GCC编译过程Word文档格式.docx_第4页
第4页 / 共16页
GCC编译过程Word文档格式.docx_第5页
第5页 / 共16页
点击查看更多>>
下载资源
资源描述

GCC编译过程Word文档格式.docx

《GCC编译过程Word文档格式.docx》由会员分享,可在线阅读,更多相关《GCC编译过程Word文档格式.docx(16页珍藏版)》请在冰豆网上搜索。

GCC编译过程Word文档格式.docx

#363"

/usr/include/sys/cdefs.h"

#372"

/usr/include/bits/wordsize.h"

#373"

234

#364"

#387"

/usr/include/gnu/stubs.h"

#5"

/usr/include/gnu/stubs-32.h"

#8"

#388"

#29"

/usr/lib/gcc/i686-redhat-linux/4.6.2/include/stddef.h"

#212"

typedefunsignedintsize_t;

#35"

/usr/include/bits/types.h"

typedefunsignedchar__u_char;

typedefunsignedshortint__u_short;

typedefunsignedint__u_int;

typedefunsignedlongint__u_long;

typedefsignedchar__int8_t;

typedefunsignedchar__uint8_t;

typedefsignedshortint__int16_t;

typedefunsignedshortint__uint16_t;

typedefsignedint__int32_t;

typedefunsignedint__uint32_t;

__extension__typedefsignedlonglongint__int64_t;

__extension__typedefunsignedlonglongint__uint64_t;

__extension__typedeflonglongint__quad_t;

__extension__typedefunsignedlonglongint__u_quad_t;

#131"

/usr/include/bits/typesizes.h"

#132"

__extension__typedef__u_quad_t__dev_t;

__extension__typedefunsignedint__uid_t;

__extension__typedefunsignedint__gid_t;

__extension__typedefunsignedlongint__ino_t;

__extension__typedef__u_quad_t__ino64_t;

__extension__typedefunsignedint__mode_t;

__extension__typedefunsignedint__nlink_t;

__extension__typedeflongint__off_t;

__extension__typedef__quad_t__off64_t;

__extension__typedefint__pid_t;

__extension__typedefstruct{int__val[2];

}__fsid_t;

__extension__typedeflongint__clock_t;

__extension__typedefunsignedlongint__rlim_t;

__extension__typedef__u_quad_t__rlim64_t;

__extension__typedefunsignedint__id_t;

__extension__typedeflongint__time_t;

__extension__typedefunsignedint__useconds_t;

__extension__typedeflongint__suseconds_t;

__extension__typedefint__daddr_t;

__extension__typedeflongint__swblk_t;

__extension__typedefint__key_t;

__extension__typedefint__clockid_t;

__extension__typedefvoid*__timer_t;

__extension__typedeflongint__blksize_t;

__extension__typedeflongint__blkcnt_t;

__extension__typedef__quad_t__blkcnt64_t;

__extension__typedefunsignedlongint__fsblkcnt_t;

__extension__typedef__u_quad_t__fsblkcnt64_t;

__extension__typedefunsignedlongint__fsfilcnt_t;

__extension__typedef__u_quad_t__fsfilcnt64_t;

__extension__typedefint__ssize_t;

typedef__off64_t__loff_t;

typedef__quad_t*__qaddr_t;

typedefchar*__caddr_t;

__extension__typedefint__intptr_t;

__extension__typedefunsignedint__socklen_t;

#37"

#45"

struct_IO_FILE;

typedefstruct_IO_FILEFILE;

#65"

typedefstruct_IO_FILE__FILE;

#75"

/usr/include/libio.h"

#32"

/usr/include/_G_config.h"

#15"

#16"

/usr/include/wchar.h"

#83"

typedefstruct

{

int__count;

union

{

unsignedint__wch;

char__wchb[4];

}__value;

}__mbstate_t;

#21"

__off_t__pos;

__mbstate_t__state;

}_G_fpos_t;

__off64_t__pos;

}_G_fpos64_t;

#53"

typedefint_G_int16_t__attribute__((__mode__(__HI__)));

typedefint_G_int32_t__attribute__((__mode__(__SI__)));

typedefunsignedint_G_uint16_t__attribute__((__mode__(__HI__)));

typedefunsignedint_G_uint32_t__attribute__((__mode__(__SI__)));

#33"

/usr/lib/gcc/i686-redhat-linux/4.6.2/include/stdarg.h"

#40"

typedef__builtin_va_list__gnuc_va_list;

#54"

#172"

struct_IO_jump_t;

struct_IO_FILE;

#182"

typedefvoid_IO_lock_t;

struct_IO_marker{

struct_IO_marker*_next;

struct_IO_FILE*_sbuf;

int_pos;

#205"

};

enum__codecvt_result

__codecvt_ok,

__codecvt_partial,

__codecvt_error,

__codecvt_noconv

#273"

struct_IO_FILE{

int_flags;

char*_IO_read_ptr;

char*_IO_read_end;

char*_IO_read_base;

char*_IO_write_base;

char*_IO_write_ptr;

char*_IO_write_end;

char*_IO_buf_base;

char*_IO_buf_end;

char*_IO_save_base;

char*_IO_backup_base;

char*_IO_save_end;

struct_IO_marker*_markers;

struct_IO_FILE*_chain;

int_fileno;

int_flags2;

__off_t_old_offset;

unsignedshort_cur_column;

signedchar_vtable_offset;

char_shortbuf[1];

_IO_lock_t*_lock;

#321"

__off64_t_offset;

#330"

void*__pad1;

void*__pad2;

void*__pad3;

void*__pad4;

size_t__pad5;

int_mode;

char_unused2[15*sizeof(int)-4*sizeof(void*)-sizeof(size_t)];

typedefstruct_IO_FILE_IO_FILE;

struct_IO_FILE_plus;

externstruct_IO_FILE_plus_IO_2_1_stdin_;

externstruct_IO_FILE_plus_IO_2_1_stdout_;

externstruct_IO_FILE_plus_IO_2_1_stderr_;

#366"

typedef__ssize_t__io_read_fn(void*__cookie,char*__buf,size_t__nbytes);

typedef__ssize_t__io_write_fn(void*__cookie,__constchar*__buf,

size_t__n);

typedefint__io_seek_fn(void*__cookie,__off64_t*__pos,int__w);

typedefint__io_close_fn(void*__cookie);

#418"

externint__underflow(_IO_FILE*);

externint__uflow(_IO_FILE*);

externint__overflow(_IO_FILE*,int);

#462"

externint_IO_getc(_IO_FILE*__fp);

externint_IO_putc(int__c,_IO_FILE*__fp);

externint_IO_feof(_IO_FILE*__fp)__attribute__((__nothrow__));

externint_IO_ferror(_IO_FILE*__fp)__attribute__((__nothrow__));

externint_IO_peekc_locked(_IO_FILE*__fp);

externvoid_IO_flockfile(_IO_FILE*)__attribute__((__nothrow__));

externvoid_IO_funlockfile(_IO_FILE*)__attribute__((__nothrow__));

externint_IO_ftrylockfile(_IO_FILE*)__attribute__((__nothrow__));

#492"

externint_IO_vfscanf(_IO_FILE*__restrict,constchar*__restrict,

__gnuc_va_list,int*__restrict);

externint_IO_vfprintf(_IO_FILE*__restrict,constchar*__restrict,

__gnuc_va_list);

extern__ssize_t_IO_padn(_IO_FILE*,int,__ssize_t);

externsize_t_IO_sgetn(_IO_FILE*,void*,size_t);

extern__off64_t_IO_seekoff(_IO_FILE*,__off64_t,int,int);

extern__off64_t_IO_seekpos(_IO_FILE*,__off64_t,int);

externvoid_IO_free_backup_area(_IO_FILE*)__attribute__((__nothrow__));

#76"

typedef__gnuc_va_listva_list;

#91"

typedef__off_toff_t;

#103"

typedef__ssize_tssize_t;

typedef_G_fpos_tfpos_t;

#165"

/usr/include/bits/stdio_lim.h"

#166"

externstruct_IO_FILE*stdin;

externstruct_IO_FILE*stdout;

externstruct_IO_FILE*stderr;

externintremove(__constchar*__filename)__attribute__((__nothrow__));

externintrename(__constchar*__old,__constchar*__new)__attribute__((__nothrow__));

externintrenameat(int__oldfd,__constchar*__old,int__newfd,

__constchar*__new)__attribute__((__nothrow__));

externFILE*tmpfile(void);

externchar*tmpnam(char*__s)__attribute__((__nothrow__));

externchar*tmpnam_r(char*__s)__attribute__((__nothrow__));

#230"

externchar*tempnam(__constchar*__dir,__constchar*__pfx)

__attribute__((__nothrow__))__attribute__((__malloc__));

externintfclose(FILE*__stream);

externintfflush(FILE*__stream);

#255"

externintfflush_unlocked(FILE*__stream);

#269"

externFILE*fopen(__constchar*__restrict__filename,

__constchar*__restrict__modes);

externFILE*freopen(__constchar*__restrict__filename,

__constchar*__restrict__modes,

FILE*__restrict__stream);

#298"

#309"

externFILE*fdopen(int__fd,__constchar*__modes)__attribute__((__nothrow__));

#322"

externFILE*fmemopen(void*__s,size_t__len,__constchar*__modes)

__attribute__((__nothrow__));

externFILE*open_memstream(char**__bufloc,size_t*__sizeloc)__attribute__((__nothrow__));

externvoidsetbuf(FILE*__restrict__stream,char*__restrict__buf)__attribute__((__nothrow__));

externintsetvbuf(FILE*__restrict

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 工程科技 > 材料科学

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1