Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 3 of 3) sorted by relevance

/elf/
A Ddl-hwcaps.c50 struct dl_hwcaps_split_masked sp; in update_hwcaps_counts() local
52 while (_dl_hwcaps_split_masked (&sp)) in update_hwcaps_counts()
57 counts->maximum_length = sp.split.length; in update_hwcaps_counts()
75 struct dl_hwcaps_split_masked sp; in copy_hwcaps() local
77 while (_dl_hwcaps_split_masked (&sp)) in copy_hwcaps()
83 sp.split.segment, sp.split.length); in copy_hwcaps()
110 struct dl_hwcaps_split sp; in compute_priorities() local
111 _dl_hwcaps_split_init (&sp, prepend); in compute_priorities()
112 while (_dl_hwcaps_split (&sp)) in compute_priorities()
123 struct dl_hwcaps_split_masked sp; in compute_priorities() local
[all …]
A Dsotruss-lib.c265 unsigned long int *sp = (unsigned long int *) regs->lr_esp; in la_i86_gnu_pltenter() local
267 print_enter (refcook, defcook, symname, sp[1], sp[2], sp[3], *flags); in la_i86_gnu_pltenter()
A Ddl-load.c678 struct r_search_path_struct *sp, in cache_rpath() argument
682 if (sp->dirs == (void *) -1) in cache_rpath()
685 if (sp->dirs != NULL) in cache_rpath()
691 sp->dirs = (void *) -1; in cache_rpath()
696 return decompose_rpath (sp, (const char *) (D_PTR (l, l_info[DT_STRTAB]) in cache_rpath()
2316 Dl_serpath *const sp = &p->si->dls_serpath[p->idx++]; in add_path() local
2317 sp->dls_name = p->allocptr; in add_path()
2324 sp->dls_flags = flags; in add_path()

Completed in 13 milliseconds