Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Delfclass.h37 notecount = ms->elf_notes_max;
83 return toomany(ms, "notes", ms->elf_notes_max);
H A Dmagic.c638 ms->elf_notes_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
677 *CAST(size_t *, val) = ms->elf_notes_max; in magic_getparam()
H A Dfile.h491 uint16_t elf_notes_max; member
H A Dapprentice.c588 ms->elf_notes_max = FILE_ELF_NOTES_MAX; in file_ms_alloc()