Searched refs:moentry_h (Results 1 – 2 of 2) sorted by relevance
78 struct moentry_h { struct105 struct moentry_h *mo_otable; /* O: original text table offset */106 struct moentry_h *mo_ttable; /* T: translated text table offset */
580 struct moentry_h *p; in mapit() 660 l = sizeof(struct moentry_h) * mohandle->mo.mo_nstring; in mapit() 661 mohandle->mo.mo_otable = (struct moentry_h *)malloc(l); in mapit() 666 mohandle->mo.mo_ttable = (struct moentry_h *)malloc(l); in mapit()