Home
last modified time | relevance | path

Searched refs:si (Results 1 – 9 of 9) sorted by relevance

/bionic/linker/
Dlinker.cpp81 static bool soinfo_link_image(soinfo* si, const android_dlextinfo* extinfo);
293 soinfo* si = g_soinfo_allocator.alloc(); in soinfo_alloc() local
296 memset(si, 0, sizeof(soinfo)); in soinfo_alloc()
297 strlcpy(si->name, name, sizeof(si->name)); in soinfo_alloc()
298 si->flags = FLAG_NEW_SOINFO; in soinfo_alloc()
301 si->set_st_dev(file_stat->st_dev); in soinfo_alloc()
302 si->set_st_ino(file_stat->st_ino); in soinfo_alloc()
305 sonext->next = si; in soinfo_alloc()
306 sonext = si; in soinfo_alloc()
308 TRACE("name %s: allocated soinfo @ %p", name, si); in soinfo_alloc()
[all …]
Ddlfcn.cpp107 soinfo* si = find_containing_library(caller_addr); in dlsym() local
110 if (si && si->next) { in dlsym()
111 sym = dlsym_linear_lookup(symbol, &found, si->next); in dlsym()
136 soinfo* si = find_containing_library(addr); in dladdr() local
137 if (si == NULL) { in dladdr()
143 info->dli_fname = si->name; in dladdr()
145 info->dli_fbase = reinterpret_cast<void*>(si->base); in dladdr()
148 ElfW(Sym)* sym = dladdr_find_symbol(si, addr); in dladdr()
150 info->dli_sname = si->strtab + sym->st_name; in dladdr()
151 info->dli_saddr = reinterpret_cast<void*>(si->load_bias + sym->st_value); in dladdr()
Dlinker.h235 void do_dlclose(soinfo* si);
240 ElfW(Sym)* dladdr_find_symbol(soinfo* si, const void* addr);
241 ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, const char* name);
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nan.c53 int si; /* index into s */ local
63 for (si = 0; isxdigit(s[si]); si++)
72 if (--si < 0)
74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Ddmisc.c123 ULong si, z, zs; local
155 si = *sx++;
156 ys = (si & 0xffff) * q + carry;
157 zs = (si >> 16) * q + (ys >> 16);
196 si = *sx++;
197 ys = (si & 0xffff) + carry;
198 zs = (si >> 16) + (ys >> 16);
/bionic/libc/bionic/
Dposix_timers.cpp79 siginfo_t si; in __timer_thread_start() local
80 memset(&si, 0, sizeof(si)); in __timer_thread_start()
81 int rc = __rt_sigtimedwait(sigset.get(), &si, NULL, sizeof(sigset)); in __timer_thread_start()
86 if (si.si_code == SI_TIMER) { in __timer_thread_start()
89 } else if (si.si_code == SI_TKILL) { in __timer_thread_start()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpsignal.c82 psiginfo(const siginfo_t *si, const char *s) in psiginfo() argument
84 psignal(si->si_signo, s); in psiginfo()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext32.h74 unsigned int si; member
/bionic/libc/arch-x86_64/string/
Dsse2-memmove-slm.S275 movw %si, -2(%r8,%rdx)
301 movw %si, (%rdi)