Home
last modified time | relevance | path

Searched refs:ctf (Results 1 – 25 of 150) sorted by relevance

123456

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c87 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 Dforth.c167 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 Dfth_struct.c185 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 Dgenassym.c169 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 Dctfstabs.h67 extern ctf_file_t *ctf; /* the input object file */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c106 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 DMakefile30 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 Dcopymt.c52 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 Dcopylet.c85 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 DMakefile.com38 include ../../Makefile.ctf
70 include ../../Makefile.ctf.targ
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.libstandctf47 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 DMakefile.shared.com68 $(COMMON_OBJS:%.o=$(SRC)/common/ctf/%.c) \
81 -I$(SRC)/common/ctf \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dreq.flg27 echo_file usr/src/cmd/Makefile.ctf
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/ctf
25 ctftest-merge-no-ctf.ksh \
/illumos-gate/usr/src/tools/ctf/
H A Dinc.flg28 echo_file usr/src/uts/common/sys/ctf.h
H A DMakefile.ctf45 -I$(SRC)/common/ctf \
/illumos-gate/usr/src/cmd/vtfontcvt/
H A DMakefile17 include ../Makefile.ctf
/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A DMakefile29 include ../../Makefile.ctf
/illumos-gate/usr/src/cmd/spd/
H A DMakefile20 include ../Makefile.ctf
/illumos-gate/usr/src/cmd/stat/
H A DMakefile.stat27 include $(SRC)/cmd/Makefile.ctf
/illumos-gate/usr/src/test/os-tests/tests/cores/scripts/
H A DMakefile19 include $(SRC)/cmd/Makefile.ctf
/illumos-gate/usr/src/cmd/which/
H A DMakefile21 include ../Makefile.ctf
/illumos-gate/usr/src/test/util-tests/tests/
H A DMakefile27 ctf \
/illumos-gate/usr/src/cmd/svc/rootisramdisk/
H A DMakefile22 include ../../Makefile.ctf
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A DMakefile34 include ../../../Makefile.ctf

123456