HomeSort by: relevance | last modified time | path
    Searched defs:size_check (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf.c 11066 } size_check[] =
11074 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
11077 if (note->descsz < size_check[type - 1].min_size)
11081 abfd, size_check[type - 1].type_name, note->descsz);
11061 } size_check[] = local
elf.c 11066 } size_check[] =
11074 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
11077 if (note->descsz < size_check[type - 1].min_size)
11081 abfd, size_check[type - 1].type_name, note->descsz);
11061 } size_check[] = local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 10973 } size_check[] =
10981 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
10984 if (note->descsz < size_check[type - 1].min_size)
10988 abfd, size_check[type - 1].type_name, note->descsz);
10968 } size_check[] = local
elf.c 10973 } size_check[] =
10981 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
10984 if (note->descsz < size_check[type - 1].min_size)
10988 abfd, size_check[type - 1].type_name, note->descsz);
10968 } size_check[] = local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 10908 } size_check[] =
10916 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
10919 if (note->descsz < size_check[type - 1].min_size)
10923 abfd, size_check[type - 1].type_name, note->descsz);
10903 } size_check[] = local
elf.c 10908 } size_check[] =
10916 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
10919 if (note->descsz < size_check[type - 1].min_size)
10923 abfd, size_check[type - 1].type_name, note->descsz);
10903 } size_check[] = local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 11082 } size_check[] =
11090 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
11093 if (note->descsz < size_check[type - 1].min_size)
11097 abfd, size_check[type - 1].type_name, note->descsz);
11077 } size_check[] = local
elf.c 11082 } size_check[] =
11090 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0])))
11093 if (note->descsz < size_check[type - 1].min_size)
11097 abfd, size_check[type - 1].type_name, note->descsz);
11077 } size_check[] = local

Completed in 128 milliseconds