Searched refs:symbase (Results 1 – 3 of 3) sorted by relevance
1185 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_object_iter() local1203 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_object_iter()1212 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i; in ctf_object_iter()1233 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_function_iter() local1258 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_function_iter()1266 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i; in ctf_function_iter()1300 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_symbol_name() local1319 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_symbol_name()1331 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx; in ctf_symbol_name()
307 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_update() local397 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update()404 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i; in ctf_update()598 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update()605 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i; in ctf_update()2003 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_add_function() local2011 if (symbase == (uintptr_t)NULL) in ctf_add_function()2018 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_add_function()2022 const Elf64_Sym *symp = (Elf64_Sym *)symbase + idx; in ctf_add_function()2067 uintptr_t symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_add_object() local[all …]
781 uintptr_t symbase; in ctf_symtab_iter() local791 symbase = (uintptr_t)fp->ctf_symtab.cts_data; in ctf_symtab_iter()809 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_symtab_iter()821 const Elf64_Sym *symp = (Elf64_Sym *)symbase + i; in ctf_symtab_iter()