Lines Matching defs:symp
285 ctf_sect_t cts, *symp, *strp;
387 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i;
389 type = ELF32_ST_TYPE(symp->st_info);
390 if (ctf_sym_valid(strbase, type, symp->st_shndx,
391 symp->st_value, symp->st_name) == B_FALSE)
394 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i;
396 type = ELF64_ST_TYPE(symp->st_info);
397 if (ctf_sym_valid(strbase, type, symp->st_shndx,
398 symp->st_value, symp->st_name) == B_FALSE)
588 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i;
589 type = ELF32_ST_TYPE(symp->st_info);
591 if (ctf_sym_valid(strbase, type, symp->st_shndx,
592 symp->st_value, symp->st_name) == B_FALSE)
595 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i;
596 type = ELF64_ST_TYPE(symp->st_info);
597 if (ctf_sym_valid(strbase, type, symp->st_shndx,
598 symp->st_value, symp->st_name) == B_FALSE)
649 symp = NULL;
652 symp = &fp->ctf_symtab;
656 if ((nfp = ctf_bufopen(&cts, symp, strp, &err)) == NULL) {
1996 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx;
1997 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC)
2000 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx;
2001 if (ELF64_ST_TYPE(symp->st_info) != STT_FUNC)
2063 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx;
2064 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT)
2067 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx;
2068 if (ELF64_ST_TYPE(symp->st_info) != STT_OBJECT)