/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | getdata.c | 179 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata() 189 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata() 218 src.d_type = d->db_data.d_type; in _elf_locked_getdata() 235 if ((size_t)d->db_data.d_type >= NALIGN(elf)) { in _elf_locked_getdata() 264 % ALIGN(elf)[d->db_data.d_type]) == 0) { in _elf_locked_getdata()
|
H A D | update.c | 235 if ((fsz = elf_fsize(d->db_data.d_type, in _elf_upd_lib() 239 j = _elf_msize(d->db_data.d_type, ver); in _elf_upd_lib() 405 if ((fsz = elf_fsize(d->db_data.d_type, 1, in _elf_upd_usr() 408 j = _elf_msize(d->db_data.d_type, ver); in _elf_upd_usr() 534 src.d_type = ELF_T_EHDR; in wrt() 558 src.d_type = ELF_T_PHDR; in wrt() 674 src.d_type = ELF_T_SHDR; in wrt() 878 src.d_type = dst.d_type = ELF_T_EHDR; in _elfxx_swap_wrimage() 898 src.d_type = dst.d_type = ELF_T_PHDR; in _elfxx_swap_wrimage() 945 src.d_type = dst.d_type = ELF_T_SHDR; in _elfxx_swap_wrimage()
|
H A D | clscook.c | 174 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work); in _elf_cookscn() 177 fsz = elf_fsize(d->db_data.d_type, 1, elf->ed_version); in _elf_cookscn() 178 msz = _elf_msize(d->db_data.d_type, elf->ed_version); in _elf_cookscn() 253 src.d_type = ELF_T_EHDR; in _elf_ehdr() 334 src.d_type = ELF_T_PHDR; in _elf_phdr() 387 src.d_type = ELF_T_SHDR; in _elf_shdr() 422 src.d_type = ELF_T_SHDR; in _elf_shdr()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 486 const char *sp = type_Verify($1->d_type); 496 const char *sp = type_Verify($3->d_type); 1523 dp->d_type = NULL; in decl_Construct() 1540 type_Destroy(dp->d_type); in decl_Destroy() 1590 return (dp->d_type); in decl_GetType() 1600 return (type_IsFunction(dp->d_type)); in decl_IsFunction() 1631 return ((declspec_GetSTT(dp->d_ds) & TS_VOID) && (dp->d_type == NULL)); in decl_IsVoid() 1641 type_t *tp = dp->d_type; in decl_IsVoidArray() 1669 ep = type_Verify(dp->d_type); in decl_Verify() 1740 if (dp->d_type) in decl_AddTypeTail() [all …]
|
H A D | parseproto.h | 242 type_t *d_type; /* list of attributes or NULL */ member
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 213 char *commap, d_type[BUFSIZ]; in rddev() local 241 (void) strcpy(d_type, dev[D_TYPE]); in rddev() 242 if ((commap = strchr(d_type, ',')) != NULL) in rddev() 246 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type))) in rddev() 254 if (EQUALS(d_type, type)) { in rddev()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | vsw_fdb.h | 59 uint8_t d_type; /* destination type */ member
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_dir.h | 83 #define D_TYPE(d) ((d)->d_type)
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_dir.h | 83 #define D_TYPE(d) ((d)->d_type)
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast_dir.h | 74 #define D_TYPE(d) ((d)->d_type)
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_dir.h | 83 #define D_TYPE(d) ((d)->d_type)
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_dir.h | 83 #define D_TYPE(d) ((d)->d_type)
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | segments.c | 163 EC_ADDR(shdr->sh_addr), conv_elfdata_type(data->d_type, &inv_buf), in Dbg_seg_os() 192 EC_ADDR(addr), conv_elfdata_type(data->d_type, &inv_buf), in Dbg_seg_os()
|
/titanic_50/usr/src/head/ |
H A D | rje.h | 87 int d_type; /* Type of record */ member
|
H A D | libelf.h | 148 Elf_Type d_type; member
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | conn.c | 233 char *commap, d_type[BUFSIZ]; local 261 (void)strcpy(d_type, dev[D_TYPE]); 262 if ((commap = strchr(d_type, ',')) != (char *)NULL ) 266 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)) ) 274 if (EQUALS(d_type, type)) {
|
/titanic_50/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 324 data->d_type = ELF_T_BYTE; in output() 335 data->d_type = ELF_T_SYM; in output() 346 data->d_type = ELF_T_BYTE; in output()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 430 Word d_type; in new_section() member 453 #define SET_SEC_INFO(d_type, d_align, sh_flags, sh_entsize) \ in new_section() argument 455 static const SEC_INFO_T info_s = { d_type, d_align, sh_flags, \ in new_section() 459 #define SET_SEC_INFO_WORD_ALIGN(d_type, sh_flags, sh_entsize) \ in new_section() argument 461 static SEC_INFO_T info_s = { d_type, 0, sh_flags, \ in new_section() 639 data->d_type = sec_info->d_type; in new_section() 703 data->d_type = tmpl_isp->is_indata->d_type; in new_section_from_template()
|
H A D | unwind.c | 343 elfdata->d_type = ELF_T_BYTE; in ld_unwind_make_hdr()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 143 %type <l_node> d_type 217 | d_type DT_TOK_EOF { return (dt_node_root($1)); } 228 d_type: DT_CTX_DTYPE { $$ = NULL; }
|
/titanic_50/usr/src/cmd/sgs/prof/common/ |
H A D | symintOpen.c | 197 pfile_p->pf_snmdat_p->d_type)); in _symintOpen()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 846 (tpp->d_type == VSW_LOCALDEV)) { in vsw_forward_grp() 852 if (tpp->d_type == VSW_VNETPORT) { in vsw_forward_grp() 1671 ment->d_type = devtype; in vsw_add_mcst() 1717 new_ent->d_type = devtype; in vsw_add_mcst()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | ufs2.h | 176 grub_u_int8_t d_type; /* file type, see below */ member
|
/titanic_50/usr/src/cmd/file/ |
H A D | elf_read.c | 148 src.d_type = type; in file_xlatetom()
|
/titanic_50/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 331 dsrc->d_type = dtype; in elf_read()
|