mapfile
来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· 代码 · 共 78 行
TXT
78 行
## Copyright 2005 Sun Microsystems, Inc. All rights reserved.## The contents of this file are subject to the terms of the# Common Development and Distribution License, Version 1.0 only.# See the file usr/src/LICENSING.NOTICE in this distribution or# http://www.opensolaris.org/license/ for details.##ident "@(#)mapfile 1.1 03/09/02 SMI"{ global: ctf_add_array; ctf_add_const; ctf_add_enum; ctf_add_enumerator; ctf_add_float; ctf_add_forward; ctf_add_function; ctf_add_integer; ctf_add_member; ctf_add_pointer; ctf_add_restrict; ctf_add_struct; ctf_add_type; ctf_add_typedef; ctf_add_union; ctf_add_volatile; ctf_array_info; ctf_bufopen; ctf_close; ctf_create; ctf_discard; ctf_enum_iter; ctf_enum_name; ctf_enum_value; ctf_errmsg; ctf_errno; ctf_fdopen; ctf_func_args; ctf_func_info; ctf_getmodel; ctf_import; ctf_label_info; ctf_label_iter; ctf_label_topmost; ctf_lookup_by_name; ctf_lookup_by_symbol; ctf_member_info; ctf_member_iter; ctf_modopen; ctf_open; ctf_parent_file; ctf_parent_name; ctf_setmodel; ctf_set_array; ctf_type_align; ctf_type_cmp; ctf_type_compat; ctf_type_encoding; ctf_type_iter; ctf_type_kind; ctf_type_name; ctf_type_pointer; ctf_type_reference; ctf_type_resolve; ctf_type_size; ctf_type_visit; ctf_update; ctf_version; ctf_write; _info; _init; _fini; local: *;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?