Home
last modified time | relevance | path

Searched refs:FILE_ELF_SHSIZE_MAX (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dfile.h514 #define FILE_ELF_SHSIZE_MAX (128 * 1024 * 1024) macro
H A Dfile.c159 { "elf_shsize", 0, FILE_ELF_SHSIZE_MAX, "max ELF section size",
H A Dapprentice.c583 ms->elf_shsize_max = FILE_ELF_SHSIZE_MAX; in file_ms_alloc()