Lines Matching refs:stridx
129 size_t stridx; in listprobes() local
133 if (elf_getshdrstrndx(e, &stridx) != 0) in listprobes()
161 name = elf_strptr(e, stridx, header.sh_name); in listprobes()
187 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn() argument
205 if ((name = elf_strptr(e, stridx, sym.st_name)) == NULL) in list_in_scn()
255 size_t stridx; in get_section_elf_data() local
256 if (elf_getshdrstrndx(e, &stridx) != 0) in get_section_elf_data()
263 name = elf_strptr(e, stridx, header.sh_name); in get_section_elf_data()
511 size_t stridx; in bcc_elf_get_text_scn_info() local
515 (err = elf_getshdrstrndx(e, &stridx)) < 0) in bcc_elf_get_text_scn_info()
523 name = elf_strptr(e, stridx, header.sh_name); in bcc_elf_get_text_scn_info()