Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java297 long sh_name = readWord(); in readSectionHeaders() local
319 long sh_name = readWord(); in readSectionHeaders() local
327 final String symTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
336 final String strTabName = readShStrTabEntry(sh_name); in readSectionHeaders()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c868 char *name = shstr + shdr[i].sh_name; in find_rela_plt()