Lines Matching defs:mo
42 struct mo { struct
43 uint32_t mo_magic; /* determines endian */ argument
44 uint32_t mo_revision; /* file format revision: 0 */ argument
45 uint32_t mo_nstring; /* N: number of strings */ argument
46 uint32_t mo_otable; /* O: original text table offset */ argument
47 uint32_t mo_ttable; /* T: translated text table offset */ argument
48 uint32_t mo_hsize; /* S: size of hashing table */ argument
49 uint32_t mo_hoffset; /* H: offset of hashing table */ argument
52 uint32_t mo_sysdep_nsegs; /* number of sysdep segments */ argument
53 uint32_t mo_sysdep_segoff; /* offset of sysdep segment table */ argument
54 uint32_t mo_sysdep_nstring; /* number of strings */ argument
55 uint32_t mo_sysdep_otable; /* offset of original text table */ argument
56 uint32_t mo_sysdep_ttable; /* offset of translated text table */ argument
130 struct mo_h mo; /* endian-flipped mo file header */ member