HomeSort by: relevance | last modified time | path
    Searched refs:toomany (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/file/dist/src/
elfclass.h 43 return toomany(ms, "program headers", phnum);
56 return toomany(ms, "program", phnum);
59 return toomany(ms, "section", shnum);
69 return toomany(ms, "section headers", shnum);
83 return toomany(ms, "notes", ms->elf_notes_max);
readelf.c 91 toomany(struct magic_set *ms, const char *name, uint16_t num) function

Completed in 21 milliseconds