Home
last modified time | relevance | path

Searched refs:symstrings (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c47 const char *symstrings; member
142 vdso_info.symstrings = 0; in vdso_init_from_sysinfo_ehdr()
149 vdso_info.symstrings = (const char *) in vdso_init_from_sysinfo_ehdr()
175 if (!vdso_info.symstrings || !vdso_info.symtab || !hash) in vdso_init_from_sysinfo_ehdr()
226 && !strcmp(name, vdso_info.symstrings + aux->vda_name); in ELF()
250 if (strcmp(name, vdso_info.symstrings + sym->st_name)) in vdso_sym()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs31 symstrings: *const u8,
75 symstrings: null(), in init_from_sysinfo_ehdr()
133 vdso.symstrings = null(); in init_from_sysinfo_ehdr()
145 vdso.symstrings = in init_from_sysinfo_ehdr()
176 // The upstream code checks `symstrings`, `symtab`, and `hash` for null; in init_from_sysinfo_ehdr()
250 && (name == CStr::from_ptr(self.symstrings.add(aux.vda_name as usize).cast())) in match_version()
277 || (name != CStr::from_ptr(self.symstrings.add(sym.st_name as usize).cast()))

Completed in 3 milliseconds