HomeSort by relevance Sort by last modified time
    Searched full:mh_com (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/
os9k.h 28 #define N_M_PARITY (sizeof(mh_com)-sizeof(unisgned short))
97 #define MODNAME(mod) ((u_char*)((u_char*)mod + ((Mh_com)mod)->m_name))
101 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
106 typedef struct mh_com
132 } mh_com,*Mh_com;
135 typedef mh_com *Mh_exec,mh_exec;
138 typedef mh_com *Mh_data,mh_data;
141 typedef mh_com *Mh_fman,mh_fman;
144 typedef mh_com *Mh_drvr,mh_drvr
105 typedef struct mh_com struct
131 } mh_com,*Mh_com; typedef in typeref:struct:mh_com
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
i386os9k.c 33 mh_com *raw_bytes,
36 mh_com *bytes = (mh_com *) raw_bytes;
120 mh_com exec_bytes;

Completed in 284 milliseconds