Searched defs:gsp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c132 Elf64_Sym sym, *gsp; local
144 gsp = sym_to_gelf((Elf32_Sym *)(uintptr_t)symp, &sym);
146 gsp = (Elf64_Sym *)(uintptr_t)symp;
148 if (gsp->st_name < strp->cts_size)
149 name = (const char *)strp->cts_data + gsp->st_name;
153 if (gsp->st_name == 0 || gsp->st_shndx == SHN_UNDEF ||
160 switch (ELF64_ST_TYPE(gsp->st_info)) {
163 (gsp->st_shndx == SHN_ABS && gsp
[all...]

Completed in 2045 milliseconds