Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c592 Elf_Data *elf_data; in elfParse() local
607 elf_data = elf_getdata(scn, NULL); in elfParse()
608 if (!elf_data) { in elfParse()
613 elfExtractSectionPointer(elf_data, sectionName, app); in elfParse()