Home
last modified time | relevance | path

Searched refs:mh (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd/gnu/usr.bin/binutils/config/
H A DChangeLog56 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
57 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
58 mh-riscos, mh-sysv: Delete.
59 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
60 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
270 * mh-cygwin: was mh-cygwin32
495 * mh-aix, mh-sun: Removed.
499 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
501 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
670 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A DChangeLog226 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
227 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
228 mh-riscos, mh-sysv: Delete.
229 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
230 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
440 * mh-cygwin: was mh-cygwin32
665 * mh-aix, mh-sun: Removed.
669 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
671 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
840 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
[all …]
/openbsd/gnu/gcc/config/
H A DChangeLog294 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
295 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
296 mh-riscos, mh-sysv: Delete.
297 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
298 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
508 * mh-cygwin: was mh-cygwin32
733 * mh-aix, mh-sun: Removed.
737 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
739 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
908 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
[all …]
/openbsd/sbin/scsi/
H A Dscsi.c714 struct mode_header *mh; in mode_edit() local
740 (((char *)mh) + sizeof(*mh) + mh->bdl); in mode_edit()
770 bcopy((char *)mph, ((char *)mh) + sizeof(*mh), in mode_edit()
773 mh->bdl = 0; in mode_edit()
774 mph = (struct mode_page_header *) (((char *)mh) + sizeof(*mh)); in mode_edit()
783 mh->mdl, fmt, arg_put, 0); in mode_edit()
794 mode_select(fd, (char *)mh, in mode_edit()
795 sizeof(*mh) + mh->bdl + sizeof(*mph) + mph->page_length, in mode_edit()
805 mh = (struct mode_header *)data; in mode_edit()
806 mph = (struct mode_page_header *)(((char *)mh) + sizeof(*mh) + mh->bdl); in mode_edit()
[all …]
/openbsd/sys/netinet6/
H A Dmld6.c402 struct mbuf *mh, *md; in mld6_sendpkt() local
433 MGETHDR(mh, M_DONTWAIT, MT_HEADER); in mld6_sendpkt()
434 if (mh == NULL) { in mld6_sendpkt()
440 m_free(mh); in mld6_sendpkt()
444 mh->m_next = md; in mld6_sendpkt()
446 mh->m_pkthdr.ph_ifidx = 0; in mld6_sendpkt()
447 mh->m_pkthdr.ph_rtableid = ifp->if_rdomain; in mld6_sendpkt()
449 mh->m_len = sizeof(struct ip6_hdr); in mld6_sendpkt()
450 m_align(mh, sizeof(struct ip6_hdr)); in mld6_sendpkt()
453 ip6 = mtod(mh, struct ip6_hdr *); in mld6_sendpkt()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-crt2.c70 struct mach_header *mh; /* the image info */ member
92 darwin_unwind_dyld_add_image_hook (struct mach_header *mh, unsigned long slide) in darwin_unwind_dyld_add_image_hook() argument
95 l->mh = mh; in darwin_unwind_dyld_add_image_hook()
114 if ((*lip)->mh == m && (*lip)->vm_slide == s) in darwin_unwind_dyld_remove_image_hook()
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin-crt2.c75 struct mach_header *mh; /* the image info */ member
97 darwin_unwind_dyld_add_image_hook (struct mach_header *mh, unsigned long slide) in darwin_unwind_dyld_add_image_hook() argument
100 l->mh = mh; in darwin_unwind_dyld_add_image_hook()
119 if ((*lip)->mh == m && (*lip)->vm_slide == s) in darwin_unwind_dyld_remove_image_hook()
/openbsd/usr.sbin/hostapd/
H A Dhandle.c113 struct hostapd_ieee80211_frame *mh; in hostapd_handle_frame() local
124 mh = &frame->f_frame; in hostapd_handle_frame()
173 (mh->i_fc[0] & IEEE80211_FC0_TYPE_MASK)) in hostapd_handle_frame()
178 (mh->i_fc[0] & IEEE80211_FC0_TYPE_MASK)) in hostapd_handle_frame()
185 (mh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK)) in hostapd_handle_frame()
190 (mh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK)) in hostapd_handle_frame()
197 (mh->i_fc[1] & IEEE80211_FC1_DIR_MASK)) in hostapd_handle_frame()
202 (mh->i_fc[1] & IEEE80211_FC1_DIR_MASK)) in hostapd_handle_frame()
208 mh->i_from, frame->f_from); in hostapd_handle_frame()
210 mh->i_to, frame->f_to); in hostapd_handle_frame()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dunwind-dw2-fde-darwin.c77 struct mach_header *mh; /* the image info */ member
160 fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz); in examine_objects()
166 fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh, in examine_objects()
169 fde = getsectdatafromheader (image->mh, "__TEXT", in examine_objects()
/openbsd/sys/net/
H A Dbpf.c1432 struct m_hdr mh, md; in bpf_tap_hdr() local
1437 mh.mh_flags = 0; in bpf_tap_hdr()
1438 mh.mh_next = NULL; in bpf_tap_hdr()
1439 mh.mh_len = hdrlen; in bpf_tap_hdr()
1443 mp = &mh.mh_next; in bpf_tap_hdr()
1471 struct m_hdr mh; in bpf_mtap_hdr() local
1475 mh.mh_flags = 0; in bpf_mtap_hdr()
1477 mh.mh_len = dlen; in bpf_mtap_hdr()
1519 struct m_hdr mh, md; in bpf_mtap_ether() local
1535 mh.mh_flags = 0; in bpf_mtap_ether()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1140 sys::swapByteOrder(mh.magic); in swapStruct()
1145 sys::swapByteOrder(mh.cputype); in swapStruct()
1147 sys::swapByteOrder(mh.offset); in swapStruct()
1148 sys::swapByteOrder(mh.size); in swapStruct()
1149 sys::swapByteOrder(mh.align); in swapStruct()
1155 sys::swapByteOrder(mh.offset); in swapStruct()
1156 sys::swapByteOrder(mh.size); in swapStruct()
1157 sys::swapByteOrder(mh.align); in swapStruct()
1162 sys::swapByteOrder(mh.magic); in swapStruct()
1166 sys::swapByteOrder(mh.ncmds); in swapStruct()
[all …]
/openbsd/usr.sbin/ldpd/
H A Dlabelmapping.c50 send_labelmessage(struct nbr *nbr, uint16_t type, struct mapping_head *mh) in send_labelmessage() argument
59 if (TAILQ_EMPTY(mh)) in send_labelmessage()
62 while ((me = TAILQ_FIRST(mh)) != NULL) { in send_labelmessage()
109 mapping_list_clr(mh); in send_labelmessage()
115 TAILQ_REMOVE(mh, me, entry); in send_labelmessage()
135 struct mapping_head mh; in recv_labelmessage() local
162 TAILQ_INIT(&mh); in recv_labelmessage()
224 mapping_list_add(&mh, &map); in recv_labelmessage()
358 while ((me = TAILQ_FIRST(&mh)) != NULL) { in recv_labelmessage()
429 TAILQ_REMOVE(&mh, me, entry); in recv_labelmessage()
[all …]
H A Dldpe.c810 mapping_list_add(struct mapping_head *mh, struct map *map) in mapping_list_add() argument
819 TAILQ_INSERT_TAIL(mh, me, entry); in mapping_list_add()
823 mapping_list_clr(struct mapping_head *mh) in mapping_list_clr() argument
827 while ((me = TAILQ_FIRST(mh)) != NULL) { in mapping_list_clr()
828 TAILQ_REMOVE(mh, me, entry); in mapping_list_clr()
/openbsd/gnu/lib/libiberty/src/
H A Dconfigure.ac179 frag=mh-aix ;;
180 *-*-cxux7*) frag=mh-cxux7 ;;
181 *-*-freebsd2.1.*) frag=mh-fbsd21 ;;
182 *-*-freebsd2.2.[[012]]) frag=mh-fbsd21 ;;
205 arm*-*-*) frag=mh-armpic ;;
206 hppa*-*-*) frag=mh-papic ;;
208 frag=mh-x86pic ;;
210 powerpc*-*-*) frag=mh-ppcpic ;;
211 sparc*-*-*) frag=mh-sparcpic ;;
212 s390*-*-*) frag=mh-s390pic ;;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-darwin.c73 struct mach_header *mh; /* the image info */ member
139 fde = getsectdatafromheader (image->mh, "__DATA", "__eh_frame", &sz); in examine_objects()
142 fde = getsectdatafromheader (image->mh, "__TEXT", in examine_objects()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mac.cpp75 const struct mach_header_64 *mh = (struct mach_header_64 *)info.dli_fbase; in AsanApplyToGlobals() local
77 const struct mach_header *mh = (struct mach_header *)info.dli_fbase; in AsanApplyToGlobals() local
83 mh, in AsanApplyToGlobals()
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp392 StructuredData::Dictionary *mh = in JSONImageInformationIntoImageInfo() local
395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
399 mh->GetValueForKey("cpusubtype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
401 mh->GetValueForKey("filetype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
442 if (mh->HasKey("flags")) in JSONImageInformationIntoImageInfo()
444 mh->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
448 if (mh->HasKey("ncmds")) in JSONImageInformationIntoImageInfo()
450 mh->GetValueForKey("ncmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
454 if (mh->HasKey("sizeofcmds")) in JSONImageInformationIntoImageInfo()
[all …]
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp100 static pint_t findFDE(pint_t mh, pint_t pc);
102 static void removeAllIn(pint_t mh);
110 pint_t mh; member
153 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() argument
157 if ((mh == p->mh) || (mh == kSearchAll)) { in findFDE()
169 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument
185 _bufferUsed->mh = mh; in add()
201 void DwarfFDECache<A>::removeAllIn(pint_t mh) { in removeAllIn() argument
205 if (s->mh != mh) { in removeAllIn()
218 removeAllIn((pint_t) mh); in dyldUnloadHook()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog948 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
997 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2609 * config/vax/vax.mh: New file.
7147 * config/m68k/obsd.mh: New file.
7291 * config/pa/linux.mh: New file.
7768 * config/vax/obsd.mh: New file.
8279 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8292 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9758 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10054 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
[all …]
H A DChangeLog-20026267 * config/m88k/m88k.mh: Ditto.
8966 nbsdaout.mh and nbsdelf.mh consistently.
8978 * config/arm/nbsd.mh: Remove.
8984 * config/i386/nbsd.mh: Remove.
8998 * config/m68k/nbsd.mh: Remove.
10006 * config/sh/nbsd.mh: New file.
13866 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
13867 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
13868 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
14744 * config/arm/linux.mh: Ditto.
[all …]
H A DChangeLog-19921267 * config/decstation.mh, config/irix3.mh: Remove coredep.o.
1297 * i386sol2.mh, i386v4.mh, ncr3000.mh (NAT_FILE): Use nm-i386v4.h.
1298 * i386sol2.mh, i386v4.mh, ncr3000.mh (NATDEPFILES): Add corelow.o,
1306 * config/i386sol2.mh, config/ncr3000.mh, config/i386v4.mh
1387 * config/m88k.mh, config/delta88.mh (XDEPFILES): infptrace.o
1420 * config/decstation.mh, news.mh, sun2os3.mh, sun2os4.mh
1425 * config/3b1.mh, bigmips.mh, hp300bsd.mh, hppabsd.mh, hppahpux.mh,
1426 i386sco.mh, i386v.mh, i386v32.mh, irix3.mh, isi.mh, linux.mh,
1427 littlemips.mh, merlin.mh, news1000.mh, pn.mh, rtbsd.mh, tahoe.mh,
2583 config/{altosgas.mh, i386v-g.mh, i386v32-g.mh}: Remove.
[all …]
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dt-rtems5 MULTILIB_OPTIONS = mh/ms mint32
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dt-rtems5 MULTILIB_OPTIONS = mh/ms mint32
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1931.crt20 +DcdInlz9+78mh+A0kV2ehbFCxLTnvXqas44bgEJtxhzly3puvvSn+uUTWG4ZwhB
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp649 llvm::MachO::mach_header mh; in ReadMemoryModule() local
651 if (ReadMachHeader(m_load_address, process, mh)) { in ReadMemoryModule()
652 if (mh.magic == llvm::MachO::MH_CIGAM || mh.magic == llvm::MachO::MH_MAGIC) in ReadMemoryModule()
653 size_to_read = sizeof(llvm::MachO::mach_header) + mh.sizeofcmds; in ReadMemoryModule()
654 if (mh.magic == llvm::MachO::MH_CIGAM_64 || in ReadMemoryModule()
655 mh.magic == llvm::MachO::MH_MAGIC_64) in ReadMemoryModule()
656 size_to_read = sizeof(llvm::MachO::mach_header_64) + mh.sizeofcmds; in ReadMemoryModule()

12345