Searched refs:VKI_BINPRM_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
165 STATIC_ASSERT(VKI_BINPRM_BUF_SIZE < sizeof header); in select_platform()166 if (n_bytes > VKI_BINPRM_BUF_SIZE) in select_platform()167 n_bytes = VKI_BINPRM_BUF_SIZE - 1; in select_platform()
4640 #define VKI_BINPRM_BUF_SIZE 128 macro