Home
last modified time | relevance | path

Searched full:inspect (Results 1 – 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/
H A DMakefile135 # Can we use gtk (needed for test-inspect)
146 ast-inspect-cflags := $(GTK_CFLAGS)
147 test-inspect-cflags := $(GTK_CFLAGS)
148 test-inspect-ldlibs := $(shell $(PKG_CONFIG) --libs gtk+-$(GTK_VERSION))
149 test-inspect: ast-model.o ast-view.o ast-inspect.o
150 EXTRA_OBJS += ast-model.o ast-view.o ast-inspect.o
151 PROGRAMS += test-inspect
152 INST_PROGRAMS += test-inspect
154 $(warning Your system does not have gtk3/gtk2, disabling test-inspect)
H A Dast-model.h50 void (*inspect)(struct AstNode* node); member
72 void *ptr, void (*inspect)(AstNode*)) in ast_append_child()
76 text, ptr, inspect); in ast_append_child()
H A Dast-inspect.c5 #include "ast-inspect.h"
8 static inline void inspect_ptr_list(AstNode *node, const char *name, void (*inspect)(AstNode *)) in inspect_ptr_list()
17 ast_append_child(node, index, ptr, inspect); in inspect_ptr_list()
H A Dast-model.c46 if (node->inspect) { in inspect_child_node()
47 node->inspect(node); in inspect_child_node()
48 node->inspect = NULL; in inspect_child_node()
458 ast_new (AstNode *parent, int index, const char *text, void *ptr, void (*inspect)(AstNode*)) in ast_new()
465 node->inspect = inspect; in ast_new()
H A Dast-view.c4 #include "ast-inspect.h"
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md97 * extend test-inspect to inspect more AST fields.
98 * extend test-inspect to inspect instructions.
/illumos-gate/usr/src/man/man3proc/
H A DPgrab_file.3proc19 .Nd grab and inspect an ELF object
36 handle, it allows one to inspect aspects of the ELF contents present in
46 To inspect a core file use
/illumos-gate/usr/src/man/man3lib/
H A Dlibc_db.3lib21 \fBlibc_db\fR and uses \fBlibc_db\fR to inspect or modify threads-related
39 To be able to inspect and manipulate target processes, \fBlibc_db\fR makes use
/illumos-gate/usr/src/man/man1/
H A Dppriv.18 ppriv \- inspect or modify process privilege sets and attributes
223 The subprocess can still inspect the parent shell but it can no longer
H A Dctfdump.1102 This can be used to make it easier to inspect the raw CTF data.
340 to inspect its contents.
H A Dldd.1277 \fB-r\fR options, together with the \fB-L\fR option, can be used to inspect the
440 Users that prefer a more static analysis of object files can inspect
H A Dpsecflags.115 \fBpsecflags\fR - inspect or modify process security flags
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c168 * unsuspected propagation down the inspect() family, only use those flags that
169 * would have been contributed from crle()'s calls to inspect.
403 if (inspect(crle, (strtbl + obj->co_name), in scanconfig()
668 if (inspect(crle, str, in scanconfig()
763 if (inspect(crle, str, in scanconfig()
H A Dcrle.c505 if (inspect(&crle, (const char *)optarg, flag) != 0) in main()
538 if (inspect(&crle, (const char *)optarg, flag) != 0) in main()
547 if (inspect(&crle, (const char *)optarg, flag) != 0) in main()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodopl.c152 cmn_err(CE_CONT, "Please inspect the date and time and " in _init()
165 cmn_err(CE_CONT, "Please inspect the date and time and " in _init()
H A Dtodsg.c114 cmn_err(CE_CONT, "Please inspect the date and time and " in _init()
131 cmn_err(CE_CONT, "Please inspect the date and time and " in _init()
/illumos-gate/usr/src/pkg/manifests/
H A Dnetwork-snoop.p5m18 set name=pkg.description value="snoop - capture and inspect network packets"
/illumos-gate/usr/src/man/man3c/
H A Ddlinfo.3c368 The following example demonstrates how a dynamic object can inspect the library
402 The following example demonstrates how a dynamic object can inspect its segment
/illumos-gate/usr/src/man/man8/
H A Dgetdevpolicy.88 getdevpolicy \- inspect the system's device policy
/illumos-gate/usr/src/man/man3ext/
H A Drtld_db.3ext91 \fBlibrtld_db\fR and uses \fBlibrtld_db\fR to inspect or modify runtime linking
/illumos-gate/usr/src/man/man3elf/
H A Delf32_getehdr.3elf77 An application can use \fBelf_getident()\fR to inspect the identification bytes
H A Delf32_getphdr.3elf95 header table has. See \fBelf32_getehdr\fR(3ELF). A program may inspect this
/illumos-gate/usr/src/man/man4d/
H A Dsmbios.4d32 systems. You can use the \fBsmbios\fR(8) utility to inspect the contents of
/illumos-gate/usr/src/cmd/sgs/crle/
H A DMakefile.com36 inspect.o hash.o print.o util.o
/illumos-gate/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com71 # inspect the results (the make target will fail on an error).

12345