Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c586 Elf_Scn *scn = NULL; in elfParse() local
597 while ((scn = elf_nextscn(elf, scn)) != NULL) { in elfParse()
598 if (gelf_getshdr(scn, &shdr) != &shdr) { in elfParse()
604 elf_data = elf_getdata(scn, NULL); in elfParse()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c5875 StateCheckNumType scn; in onig_print_compiled_byte_code() local
5912 scn = *((StateCheckNumType* )bp); in onig_print_compiled_byte_code()
5914 fprintf(f, ":%d", scn); in onig_print_compiled_byte_code()
6095 scn = *((StateCheckNumType* )bp); in onig_print_compiled_byte_code()
6099 fprintf(f, ":%d:(%d)", scn, addr); in onig_print_compiled_byte_code()