Home | History | Annotate | Download | only in intl

Lines Matching refs:mo_file_header

919   struct mo_file_header *data = (struct mo_file_header *) -1;
952 || __builtin_expect (size < sizeof (struct mo_file_header), 0))
962 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
965 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
975 if (data == (struct mo_file_header *) -1)
980 data = (struct mo_file_header *) malloc (size);