Home
last modified time | relevance | path

Searched defs:stridx (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/
Dbcc_elf.c129 size_t stridx; in listprobes() local
187 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn()
255 size_t stridx; in get_section_elf_data() local
511 size_t stridx; in bcc_elf_get_text_scn_info() local
/external/elfutils/tests/
Demptyfile.c36 static size_t stridx = 0; variable
Delfstrtab.c35 static size_t stridx = 0; variable
Dfillfile.c36 static size_t stridx = 0; variable
/external/u-boot/cmd/
Dfdt.c761 int stridx = 0; in fdt_parse_prop() local
/external/toybox/lib/
Dlib.c336 int stridx(char *haystack, char needle) in stridx() function