Searched refs:kMaxProgramHeaders (Results 1 – 1 of 1) sorted by relevance
24 constexpr size_t kMaxProgramHeaders = 16; variable219 if (ehdr.e_phnum > kMaxProgramHeaders) { in ForEachModule()222 Elf64_Phdr phdrs_buf[kMaxProgramHeaders]; in ForEachModule()
Completed in 4 milliseconds