OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symstrings
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c
71
const char *
symstrings
;
member in struct:vdso_info
138
vdso_info.
symstrings
= 0;
145
vdso_info.
symstrings
= (const char *)
171
if (!vdso_info.
symstrings
|| !vdso_info.symtab || !hash)
222
&& !strcmp(name, vdso_info.
symstrings
+ aux->vda_name);
245
if (strcmp(name, vdso_info.
symstrings
+ sym->st_name))
/prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go
88
symstrings
*[vdsoSymStringsSize]byte
134
info.
symstrings
= nil
143
info.
symstrings
= (*[vdsoSymStringsSize]byte)(unsafe.Pointer(p))
157
if info.
symstrings
== nil || info.symtab == nil || (hash == nil && gnuhash == nil) {
194
if def.vd_hash == ver.ver_hash && ver.version == gostringnocopy(&info.
symstrings
[aux.vda_name]) {
220
if k.name != gostringnocopy(&info.
symstrings
[sym.st_name]) {
/prebuilts/go/linux-x86/src/runtime/
vdso_linux.go
88
symstrings
*[vdsoSymStringsSize]byte
134
info.
symstrings
= nil
143
info.
symstrings
= (*[vdsoSymStringsSize]byte)(unsafe.Pointer(p))
157
if info.
symstrings
== nil || info.symtab == nil || (hash == nil && gnuhash == nil) {
194
if def.vd_hash == ver.ver_hash && ver.version == gostringnocopy(&info.
symstrings
[aux.vda_name]) {
220
if k.name != gostringnocopy(&info.
symstrings
[sym.st_name]) {
Completed in 107 milliseconds