Searched refs:so (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | putchar.c | 43 FILE *so = stdout; in putchar_unlocked() local 45 return (putc_unlocked(c,so)); in putchar_unlocked() 56 FILE *so = stdout; in putchar() local 58 return (putc(c, so)); in putchar()
|
/bionic/tests/libs/ |
D | Android.build.dlext_testzip.mk | 33 $($(bionic_2nd_arch_prefix)TARGET_OUT_INTERMEDIATE_LIBRARIES)/libdlext_test_fd.so 40 …hide) (cd $(dir $@) && touch empty_file.txt && zip -rD0 $(notdir $@).unaligned empty_file.txt *.so)
|
D | Android.mk | 59 $(TARGET_OUT)/lib/libdlext_test.so: PRIVATE_POST_INSTALL_CMD = \ 60 $(hide) cd $(dir $@) && ln -sf $(notdir $@) libdlext_test_v2.so 64 $(TARGET_OUT)/lib64/libdlext_test.so: PRIVATE_POST_INSTALL_CMD = \ 65 $(hide) cd $(dir $@) && ln -sf $(notdir $@) libdlext_test_v2.so 69 $(HOST_OUT)/lib64/libdlext_test.so: PRIVATE_POST_INSTALL_CMD = \ 70 $(hide) cd $(dir $@) && ln -sf $(notdir $@) libdlext_test_v2.so 72 $(HOST_OUT)/lib/libdlext_test.so: PRIVATE_POST_INSTALL_CMD = \ 73 $(hide) cd $(dir $@) && ln -sf $(notdir $@) libdlext_test_v2.so 228 libtest_with_dependency_loop_b_tmp_ldflags := -Wl,-soname=libtest_with_dependency_loop_b.so
|
/bionic/libc/arch-mips/bionic/ |
D | __bionic_clone.S | 57 # Clear return address in child so we don't unwind further.
|
/bionic/ |
D | ABI-bugs.txt | 8 sigset_t is too small on ARM and x86 (but correct on MIPS), so support
|
D | HACKING.txt | 7 libc/ --- libc.so, libc.a 9 libm/ --- libm.so, libm.a 13 libdl/ --- libdl.so 17 libstdc++/ --- libstdc++.so 19 implement thread-safe static initialization and the like, so it just calls 28 into memory and resolving references to symbols (so that when your code tries
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 38 # Yes, so set errno.
|
D | __bionic_clone.S | 32 # An error occurred, so set errno and return -1.
|
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 78 # Clear return address in child so we don't unwind further.
|
/bionic/libstdc++/include/ |
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit
|
/bionic/libc/ |
D | SYSCALLS.TXT | 148 # sizeof(off_t) == sizeof(off64_t), so there we emit two symbols that are
|
D | NOTICE | 4011 furnished to do so, subject to the following conditions: 4037 furnished to do so, subject to the following conditions: 4962 To the extent it has a right to do so, IBM grants an immunity from suit
|