Searched defs:si (Results 1 – 7 of 7) sorted by relevance
235 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(name, file_stat, file_offset, rtld_flags); in soinfo_alloc() local244 static void soinfo_free(soinfo* si) { in soinfo_free()342 for (soinfo* si = solist; si != 0; si = si->next) { in dl_unwind_find_exidx() local358 for (soinfo* si = solist; si != nullptr; si = si->next) { in do_dl_iterate_phdr() local413 static bool for_each_verdef(const soinfo* si, F functor) { in for_each_verdef()497 static bool is_symbol_global_and_defined(const soinfo* si, const ElfW(Sym)* s) { in is_symbol_global_and_defined()902 soinfo* si; in walk_dependencies_tree() local990 for (soinfo* si = start; si != nullptr; si = si->next) { in ElfW() local1027 for (soinfo* si = solist; si != nullptr; si = si->next) { in find_containing_library() local1236 static void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed()[all …]
133 soinfo* si = find_containing_library(addr); in dladdr() local
82 psiginfo(const siginfo_t *si, const char *s) in psiginfo()
53 int si; /* index into s */ local
123 ULong si, z, zs; local
82 siginfo_t si; in __timer_thread_start() local
74 unsigned int si; member