Home
last modified time | relevance | path

Searched refs:elf_notes_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/file/src/
H A Delfclass.h35 notecount = ms->elf_notes_max;
81 return toomany(ms, "notes", ms->elf_notes_max);
H A Dmagic.c660 ms->elf_notes_max = CAST(uint16_t, v); in magic_getparam()
704 *CAST(size_t *, val) = ms->elf_notes_max;
H A Dfile.h509 uint16_t elf_notes_max;
506 uint16_t elf_notes_max; global() member
H A Dapprentice.c572 ms->elf_notes_max = FILE_ELF_NOTES_MAX; in file_ms_alloc()