Home | History | Annotate | Download | only in ctf

Lines Matching refs:gsp

280 	Elf64_Sym sym, *gsp;
292 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym);
294 gsp = (Elf64_Sym *)(uintptr_t)symp;
296 if (gsp->st_name < strp->cts_size)
297 name = (const char *)strp->cts_data + gsp->st_name;
301 if (gsp->st_name == 0 || gsp->st_shndx == SHN_UNDEF ||
308 switch (ELF64_ST_TYPE(gsp->st_info)) {
311 (gsp->st_shndx == SHN_ABS && gsp->st_value == 0)) {