Home
last modified time | relevance | path

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

123

/onnv-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c89 ctf_file_t *ctf; variable
166 if ((id = ctf_lookup_by_name(ctf, name)) != CTF_ERR) in find_type()
170 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type()
174 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type()
178 if ((id = ctf_lookup_by_name(ctf, fullname)) != CTF_ERR) in find_type()
215 get_model(ctf_file_t *ctf) in get_model() argument
221 if ((lid = ctf_lookup_by_name(ctf, "long")) == CTF_ERR || in get_model()
222 (lsz = ctf_type_size(ctf, lid)) == CTF_ERR) in get_model()
280 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in main()
286 model = get_model(ctf); in main()
[all …]
H A Dforth.c169 return (ctf_member_iter(ctf, tid, find_member_cb, memname)); in find_member()
199 (tid = ctf_type_resolve(ctf, tid)) == CTF_ERR || in fth_section_init()
200 (kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_section_init()
203 part, ctf_errmsg(ctf_errno(ctf)))); in fth_section_init()
219 if ((kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_section_init()
H A Dfth_struct.c166 if ((sz = ctf_type_size(ctf, fth_str_curtid)) == CTF_ERR) in fth_struct_header()
313 if (ctf_array_info(ctf, tid, &ar) == CTF_ERR) { in fth_print_array()
342 if ((tid = ctf_type_resolve(ctf, mem->fsm_tid)) == CTF_ERR) { in fth_print_member()
347 if ((kind = ctf_type_kind(ctf, tid)) == CTF_ERR) { in fth_print_member()
352 if ((sz = ctf_type_size(ctf, tid)) == CTF_ERR) { in fth_print_member()
359 if (ctf_type_encoding(ctf, tid, &e) == CTF_ERR) in fth_print_member()
441 if (ctf_member_iter(ctf, fth_str_curtid, fth_struct_members_cb, in fth_struct_members()
H A Dgenassym.c171 if ((sz = ctf_type_size(ctf, curtype)) < 0) { in ga_process_name()
254 if ((type = ctf_type_resolve(ctf, type)) == CTF_ERR) in ga_member_cb()
257 if (ctf_array_info(ctf, type, &arinfo) == 0) { in ga_member_cb()
260 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0) in ga_member_cb()
279 if ((rc = ctf_member_iter(ctf, curtype, ga_member_cb, md)) == 0) { in ga_member_find()
H A Dctfstabs.h69 extern ctf_file_t *ctf; /* the input object file */
H A Dfth_enum.c75 if (ctf_enum_iter(ctf, fth_enum_curtid, fth_enum_cb, NULL) != 0) in fth_enum_trailer()
/onnv-gate/usr/src/uts/intel/ctf/
H A DMakefile29 MODULE = ctf
40 CPPFLAGS += -I$(SRC)/common/ctf -DCTF_OLD_VERSIONS
41 LDFLAGS += $(BREDUCE) -M$(UTSBASE)/common/ctf/mapfile -dy
/onnv-gate/usr/src/uts/sparc/ctf/
H A DMakefile29 MODULE = ctf
41 CPPFLAGS += -I$(SRC)/common/ctf -DCTF_OLD_VERSIONS
42 LDFLAGS += $(BREDUCE) -M$(UTSBASE)/common/ctf/mapfile -dy
/onnv-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.c86 int ctf = FALSE; in xxxcopylet() local
120 htype = isheader (buf, &ctf); in xxxcopylet()
300 htype = isheader (buf, &ctf); in xxxcopylet()
/onnv-gate/usr/src/lib/libctf/
H A DMakefile.com51 SRCS = $(COMMON_OBJS:%.o=../../../common/ctf/%.c) $(LIB_OBJS:%.o=../common/%.c)
56 CPPFLAGS += -I../common -I../../../common/ctf -DCTF_OLD_VERSIONS
70 objs/%.o pics/%.o: ../../../common/ctf/%.c
/onnv-gate/usr/src/cmd/mdb/
H A DMakefile.libstandctf46 CPPFLAGS += -I$(SRC)/common/ctf -I../../../common -DCTF_OLD_VERSIONS -D_MDB \
84 %.o: $(SRC)/common/ctf/%.c
95 %.ln: $(SRC)/common/ctf/%.c
/onnv-gate/usr/src/tools/ctf/dump/
H A DMakefile.com32 include ../../Makefile.ctf
64 include ../../Makefile.ctf.targ
/onnv-gate/usr/src/tools/ctf/stabs/
H A DMakefile.com39 include ../../Makefile.ctf
73 include ../../Makefile.ctf.targ
/onnv-gate/usr/src/tools/ctf/cvt/
H A DMakefile.com27 include ../../Makefile.ctf
37 ctf.c \
/onnv-gate/usr/src/tools/
H A DMakefile38 ctf \
71 ctf \
H A Dreq.flg33 echo_file usr/src/uts/common/sys/ctf.h
/onnv-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c203 ctf_preamble_t ctf; in ctf_fdopen() member
211 bzero(&hdr.ctf, sizeof (hdr)); in ctf_fdopen()
216 if ((nbytes = pread64(fd, &hdr.ctf, sizeof (hdr), 0)) <= 0) in ctf_fdopen()
224 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdopen()
225 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dreq.flg27 echo_file usr/src/cmd/Makefile.ctf
/onnv-gate/usr/src/tools/ctf/
H A Dinc.flg29 echo_file usr/src/uts/common/sys/ctf.h
/onnv-gate/usr/src/tools/ctf/dwarf/
H A DMakefile.com7 include ../../Makefile.ctf
/onnv-gate/usr/src/cmd/svc/svcprop/
H A DMakefile32 include ../../Makefile.ctf
/onnv-gate/usr/src/cmd/svc/servinfo/
H A DMakefile32 include ../../Makefile.ctf
/onnv-gate/usr/src/cmd/svc/
H A Dreq.flg27 echo_file usr/src/cmd/Makefile.ctf
/onnv-gate/usr/src/uts/intel/fbt/
H A DMakefile42 LDFLAGS += -dy -Ndrv/dtrace -Nmisc/ctf

123