/illumos-gate/usr/src/tools/smatch/src/ |
H A D | Makefile | 135 # 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 D | ast-model.h | 50 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 D | ast-inspect.c | 5 #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 D | ast-model.c | 46 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 D | ast-view.c | 4 #include "ast-inspect.h"
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | TODO.md | 97 * extend test-inspect to inspect more AST fields. 98 * extend test-inspect to inspect instructions.
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Pgrab_file.3proc | 19 .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 D | libc_db.3lib | 21 \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 D | ppriv.1 | 8 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 D | ctfdump.1 | 102 This can be used to make it easier to inspect the raw CTF data. 340 to inspect its contents.
|
H A D | ldd.1 | 277 \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 D | psecflags.1 | 15 \fBpsecflags\fR - inspect or modify process security flags
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | print.c | 168 * 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 D | crle.c | 505 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 D | todopl.c | 152 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 D | todsg.c | 114 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 D | network-snoop.p5m | 18 set name=pkg.description value="snoop - capture and inspect network packets"
|
/illumos-gate/usr/src/man/man3c/ |
H A D | dlinfo.3c | 368 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 D | getdevpolicy.8 | 8 getdevpolicy \- inspect the system's device policy
|
/illumos-gate/usr/src/man/man3ext/ |
H A D | rtld_db.3ext | 91 \fBlibrtld_db\fR and uses \fBlibrtld_db\fR to inspect or modify runtime linking
|
/illumos-gate/usr/src/man/man3elf/ |
H A D | elf32_getehdr.3elf | 77 An application can use \fBelf_getident()\fR to inspect the identification bytes
|
H A D | elf32_getphdr.3elf | 95 header table has. See \fBelf32_getehdr\fR(3ELF). A program may inspect this
|
/illumos-gate/usr/src/man/man4d/ |
H A D | smbios.4d | 32 systems. You can use the \fBsmbios\fR(8) utility to inspect the contents of
|
/illumos-gate/usr/src/cmd/sgs/crle/ |
H A D | Makefile.com | 36 inspect.o hash.o print.o util.o
|
/illumos-gate/usr/src/lib/fm/libfmd_msg/ |
H A D | Makefile.com | 71 # inspect the results (the make target will fail on an error).
|