Home
last modified time | relevance | path

Searched refs:mo_file_header (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dloadmsgcat.c916 struct mo_file_header *data = (struct mo_file_header *) -1;
949 || __builtin_expect (size < sizeof (struct mo_file_header), 0))
959 data = (struct mo_file_header *) mmap (NULL, size, PROT_READ,
962 if (__builtin_expect (data != (struct mo_file_header *) -1, 1))
972 if (data == (struct mo_file_header *) -1)
977 data = (struct mo_file_header *) malloc (size);
Dgmo.h72 struct mo_file_header struct