Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c103 extern uint_t elf_nphdr_max;
109 uint_t elf_nphdr_max = 1000; variable
1207 if (*phsizep > sizeof (Phdr) * elf_nphdr_max) { in getelfphdr()