Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c589 Elf_Scn *scn = NULL; in elfParse() local
600 while ((scn = elf_nextscn(elf, scn)) != NULL) { in elfParse()
601 if (gelf_getshdr(scn, &shdr) != &shdr) { in elfParse()
607 elf_data = elf_getdata(scn, NULL); in elfParse()