/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 87 ctf_file_t *ctf; variable 164 if ((id = ctf_lookup_by_name(ctf, name)) != CTF_ERR) in find_type() 168 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 172 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 176 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type() 213 get_model(ctf_file_t *ctf) in get_model() argument 219 if ((lid = ctf_lookup_by_name(ctf, "long")) == CTF_ERR || in get_model() 220 (lsz = ctf_type_size(ctf, lid)) == CTF_ERR) in get_model() 278 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in main() 284 model = get_model(ctf); in main() [all …]
|
H A D | forth.c | 167 return (ctf_member_iter(ctf, tid, find_member_cb, memname)); in find_member() 197 (tid = ctf_type_resolve(ctf, tid)) == CTF_ERR || in fth_section_init() 198 (kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_section_init() 201 part, ctf_errmsg(ctf_errno(ctf)))); in fth_section_init() 217 if ((kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_section_init()
|
H A D | fth_struct.c | 185 if ((sz = ctf_type_size(ctf, fth_str_curtid)) == CTF_ERR) in fth_struct_header() 332 if (ctf_array_info(ctf, tid, &ar) == CTF_ERR) { in fth_print_array() 361 if ((tid = ctf_type_resolve(ctf, mem->fsm_tid)) == CTF_ERR) { in fth_print_member() 366 if ((kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_print_member() 371 if ((sz = ctf_type_size(ctf, tid)) == CTF_ERR) { in fth_print_member() 378 if (ctf_type_encoding(ctf, tid, &e) == CTF_ERR) in fth_print_member() 460 if (ctf_member_iter(ctf, fth_str_curtid, fth_struct_members_cb, in fth_struct_members()
|
H A D | genassym.c | 169 if ((sz = ctf_type_size(ctf, curtype)) < 0) { in ga_process_name() 253 if ((type = ctf_type_resolve(ctf, type)) == CTF_ERR) in ga_member_cb() 256 if (ctf_array_info(ctf, type, &arinfo) == 0) { in ga_member_cb() 259 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0) in ga_member_cb() 278 if ((rc = ctf_member_iter(ctf, curtype, ga_member_cb, md)) == 0) { in ga_member_find()
|
H A D | ctfstabs.h | 67 extern ctf_file_t *ctf; /* the input object file */
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 106 static ctf_file_t *ctf; variable 735 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in get_ctf_file() 778 if ((stype = ctf_lookup_by_name(ctf, rtname)) == CTF_ERR) in do_start_sizeof() 780 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in do_start_sizeof() 783 if ((sz = (int)ctf_type_size(ctf, stype)) < 0) { in do_start_sizeof() 802 if ((ftype = ctf_type_resolve(ctf, ftype)) == CTF_ERR) in do_scalar_field() 805 if ((sz = (int)ctf_type_size(ctf, ftype)) < 0) { in do_scalar_field() 827 if ((ftype = ctf_type_resolve(ctf, ftype)) == CTF_ERR) in do_array_field() 830 typekind = ctf_type_kind(ctf, ftype); in do_array_field() 834 rc = ctf_array_info(ctf, ftype, &ai); in do_array_field() [all …]
|
/illumos-gate/usr/src/uts/intel/ctf/ |
H A D | Makefile | 30 MODULE = ctf 39 CPPFLAGS += -I$(SRC)/common/ctf -DCTF_OLD_VERSIONS 40 LDFLAGS += $(BREDUCE) -M$(UTSBASE)/common/ctf/mapfile
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | copymt.c | 52 int ctf = FALSE; /* header continuation flag */ local 70 } else if ((hdr = isheader (line, &ctf)) == FALSE) { 71 ctf = FALSE; /* next line can't be cont. */ 95 ctf = FALSE; 96 hdr = isheader(line, &ctf);
|
H A D | copylet.c | 85 int ctf = FALSE; in xxxcopylet() local 118 htype = isheader (buf, &ctf); in xxxcopylet() 297 htype = isheader (buf, &ctf); in xxxcopylet()
|
/illumos-gate/usr/src/tools/ctf/stabs/ |
H A D | Makefile.com | 38 include ../../Makefile.ctf 70 include ../../Makefile.ctf.targ
|
/illumos-gate/usr/src/cmd/mdb/ |
H A D | Makefile.libstandctf | 47 CPPFLAGS += -I$(SRC)/common/ctf -I../../../common -DCTF_OLD_VERSIONS -D_MDB \ 88 %.o: $(SRC)/common/ctf/%.c
|
/illumos-gate/usr/src/lib/libctf/ |
H A D | Makefile.shared.com | 68 $(COMMON_OBJS:%.o=$(SRC)/common/ctf/%.c) \ 81 -I$(SRC)/common/ctf \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | req.flg | 27 echo_file usr/src/cmd/Makefile.ctf
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/ctf 25 ctftest-merge-no-ctf.ksh \
|
/illumos-gate/usr/src/tools/ctf/ |
H A D | inc.flg | 28 echo_file usr/src/uts/common/sys/ctf.h
|
H A D | Makefile.ctf | 45 -I$(SRC)/common/ctf \
|
/illumos-gate/usr/src/cmd/vtfontcvt/ |
H A D | Makefile | 17 include ../Makefile.ctf
|
/illumos-gate/usr/src/cmd/smbsrv/smbstat/ |
H A D | Makefile | 29 include ../../Makefile.ctf
|
/illumos-gate/usr/src/cmd/spd/ |
H A D | Makefile | 20 include ../Makefile.ctf
|
/illumos-gate/usr/src/cmd/stat/ |
H A D | Makefile.stat | 27 include $(SRC)/cmd/Makefile.ctf
|
/illumos-gate/usr/src/test/os-tests/tests/cores/scripts/ |
H A D | Makefile | 19 include $(SRC)/cmd/Makefile.ctf
|
/illumos-gate/usr/src/cmd/which/ |
H A D | Makefile | 21 include ../Makefile.ctf
|
/illumos-gate/usr/src/test/util-tests/tests/ |
H A D | Makefile | 27 ctf \
|
/illumos-gate/usr/src/cmd/svc/rootisramdisk/ |
H A D | Makefile | 22 include ../../Makefile.ctf
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | Makefile | 34 include ../../../Makefile.ctf
|