Lines Matching defs:symbase
297 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data;
387 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i;
394 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i;
588 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i;
595 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i;
1981 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data;
1989 if (symbase == NULL)
1996 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx;
2000 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx;
2045 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data;
2056 if (symbase == NULL)
2063 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx;
2067 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx;