Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java285 int e_shstrndx = 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
295 mFile.seek(sh_off + e_shstrndx * e_shentsize); in readSectionHeaders()
313 if (i == e_shstrndx) { in readSectionHeaders()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c866 char *shstr = ((char *)elf) + shdr[ehdr->e_shstrndx].sh_offset; in find_rela_plt()