Searched defs:mach (Results 51 - 58 of 58) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c105 const sl_arch_layout_t *ns_arch; /* structure layout def for mach */
1747 corenote(Half mach, int do_swap, Word type, argument
1755 state.ns_mach = mach;
H A Delfdump.c2686 Half mach = ehdr->e_machine; local
2700 reltype = ELF_R_TYPE(rela->r_info, mach);
2704 reltype = ELF_R_TYPE(rel->r_info, mach);
2717 if ((mach == EM_SPARC) ||
2718 (mach == EM_SPARC32PLUS) ||
2719 (mach == EM_SPARCV9)) {
2724 } else if (mach == EM_386) {
2728 } else if (mach == EM_AMD64) {
2737 conv_reloc_type(mach, reltype,
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c537 conv_cnote_pr_regname(Half mach, int regno, Conv_fmt_flags_t fmt_flags, argument
629 switch (mach) {
651 return (conv_map_ds(ELFOSABI_NONE, mach, regno, ds, fmt_flags,
749 * machine (mach) as well as the signal (sig).
752 conv_cnote_si_code(Half mach, int sig, int si_code, argument
929 switch (mach) {
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.h57 mac_handle_t mach; member in struct:iprb
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_s390x.c2487 dis_s390(uint64_t addr, union inst *inst, char *buf, size_t buflen, int mach) argument
2506 tbl = &tbl->it_u.it_multi.it_ptr[mach];
2513 if ((tbl->it_u.it_inst.it_flags & mach) == 0)
2546 int mach; local
2560 mach = F_370;
2563 mach = F_390;
2566 mach = F_Z;
2570 dis_s390(addr, &inst, buf, buflen, mach);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h306 mac_handle_t mach; /* mac module handle */ member in struct:_hxge_t
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h475 mac_handle_t mach; member in struct:unm_adapter_s
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h660 mac_handle_t mach; /* mac module handle */ member in struct:_nxge_t

Completed in 88 milliseconds

123