Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dcoffread.c137 unsigned int c_type; member
836 else if (!SDB_TYPE (cs->c_type) in coff_symtab_read()
933 if (SDB_TYPE (cs->c_type)) in coff_symtab_read()
1136 if (!SDB_TYPE (cs->c_type)) in read_one_sym()
1137 cs->c_type = 0; in read_one_sym()
1488 if (ISFCN (cs->c_type)) in process_coff_symbol()
1693 if (c_type & ~N_BTMASK) in decode_type()
1696 if (ISPTR (c_type)) in decode_type()
1701 else if (ISFCN (c_type)) in decode_type()
1706 else if (ISARY (c_type)) in decode_type()
[all …]
H A Dxcoffread.c98 unsigned int c_type; member
1013 cs->c_type = (unsigned) symbol->n_type; in read_xcoff_symtab()
1062 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab()
1197 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in read_xcoff_symtab()
1199 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab()
1233 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab()
1259 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab()
1275 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab()
1474 if (ISFCN (cs->c_type)) in process_xcoff_symbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeNameSpecifier.cpp52 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local
53 if (c_type.IsValid()) in GetType()
54 return SBType(c_type); in GetType()
/freebsd-12.1/sbin/restore/
H A Dtape.c279 if (spcl.c_type != TS_CLRI) { in setup()
291 if (spcl.c_type != TS_BITS) { in setup()
837 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
888 if (spcl.c_type == TS_END) in getfile()
970 if (spcl.c_type == TS_ADDR) in getfile()
1340 switch (buf->c_type) { in gethead()
1451 if (header->c_type != TS_END) in accthdr()
1457 prevtype = header->c_type; in accthdr()
1478 htype = header->c_type; in findinode()
1545 spcl.c_type); in findinode()
[all …]
/freebsd-12.1/sbin/dump/
H A Dtape.c282 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()
283 spcl.c_type != TS_BITS) { in flushtape()
651 spcl.c_type = TS_TAPE; in startnewtape()
H A Dtraverse.c508 spcl.c_type = TS_INODE; in dumpino()
657 spcl.c_type = TS_ADDR; in ufs1_blksout()
712 spcl.c_type = TS_ADDR; in ufs2_blksout()
841 spcl.c_type = type; in dumpmap()
H A Dmain.c400 spcl.c_type = TS_TAPE; in main()
578 spcl.c_type = TS_END; in main()
/freebsd-12.1/include/protocols/
H A Ddumprestore.h82 int32_t c_type; /* record type (see below) */ member
/freebsd-12.1/usr.bin/find/
H A Dextern.h79 creat_f c_type; variable
H A Doption.c164 { "-type", c_type, f_type, 0 },
H A Dfunction.c1600 c_type(OPTION *option, char ***argvp) in c_type() function
/freebsd-12.1/crypto/heimdal/lib/sl/
H A Dslc-gram.y415 const char *c_type; member
480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
H A Dslc-gram.c1924 const char *c_type; member
1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
/freebsd-12.1/lib/libc/nameser/
H A Dns_print.c586 u_int c_type, key_tag, alg; in ns_sprintrrf() local
592 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf()
596 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
/freebsd-12.1/sys/netinet/
H A Dsctp_output.c3471 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument
3504 ((c_type == cmh.cmsg_type) || in sctp_find_cmsg()
3505 ((c_type == SCTP_SNDRCV) && in sctp_find_cmsg()
3509 if (c_type == cmh.cmsg_type) { in sctp_find_cmsg()