Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c588 size_t shdrstrndx; in elfParse() local
595 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elfParse()
605 sectionName = elf_strptr(elf, shdrstrndx, shdr.sh_name); in elfParse()