Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java284 int e_shnum = readHalf(); in readHeader() local
287 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx); in readHeader()
291 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx) in readSectionHeaders() argument
311 for (int i = 0; i < e_shnum; ++i) { in readSectionHeaders()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c867 for (u64 i = 0; i < ehdr->e_shnum; i++) { in find_rela_plt()