Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java301 long sh_offset = readOff(); in readSectionHeaders() local
306 mShStrTabOffset = sh_offset; in readSectionHeaders()
323 long sh_offset = readOff(); in readSectionHeaders() local
329 mSymTabOffset = sh_offset; in readSectionHeaders()
332 mDynSymOffset = sh_offset; in readSectionHeaders()
338 mStrTabOffset = sh_offset; in readSectionHeaders()
341 mDynStrOffset = sh_offset; 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()
887 sym_t *sym = ((sym_t *)elf) + symhdr->sh_offset; in find_elf_clone_got()
888 char *str = ((char *)elf) + strhdr->sh_offset; in find_elf_clone_got()
889 rela_t *r = ((rela_t *)elf) + rphdr->sh_offset; in find_elf_clone_got()