Home
last modified time | relevance | path

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

/external/elfutils/tests/
Demptyfile.c37 static size_t stridx = 0; variable
Delfstrtab.c36 static size_t stridx = 0; variable
Dfillfile.c37 static size_t stridx = 0; variable
/external/bcc/src/cc/
Dbcc_elf.c273 size_t stridx; in listprobes() local
351 size_t stridx; in get_section() local
373 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn()
937 size_t stridx; in bcc_elf_get_text_scn_info() local
/external/bcc/libbpf-tools/
Dtrace_helpers.c292 size_t stridx; in get_elf_text_scn_info() local
449 size_t stridx, size_t symsize) in dso__add_syms()
/external/toybox/lib/
Dlib.c344 int stridx(char *haystack, char needle) in stridx() function