Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/mopd/common/
Dcommon.h92 #define SEC_MAX 4 macro
100 } e_sections[SEC_MAX]; /* program sections */
Dfile.c527 if (e_phnum > SEC_MAX) in GetElfFileInfo()