Searched defs:elf_nphdr_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1136 extern size_t elf_nphdr_max;
1138 size_t elf_nphdr_max = 1000; variable
1166 if (*phsizep > sizeof (Phdr) * elf_nphdr_max) {

Completed in 63 milliseconds