Searched refs:so (Results 1 – 17 of 17) sorted by relevance
/bionic/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/libc/arch-arm/bionic/ |
D | crtbegin_static.S | 48 # so we use a tiny trampoline that will get relocated
|
D | crtbegin_dynamic.S | 48 # so we use a tiny trampoline that will get relocated
|
D | atomics_arm.S | 44 mov r1, r0 @ copy addr so we don't clobber it
|
/bionic/libc/arch-sh/bionic/ |
D | crtbegin_static.S | 48 # so we use a tiny trampoline that will get relocated
|
D | crtbegin_dynamic.S | 48 # so we use a tiny trampoline that will get relocated
|
/bionic/libstdc++/include/ |
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/bionic/libc/ |
D | CAVEATS | 8 slower code for no good reason (even when so-called zero-cost exception schemes are
|
D | README | 52 numbers you entered are correct. It does so by looking at the values defined in
|
D | Jamfile | 423 # set SEARCH so Jam can find the headers, but then say we don't
|
D | NOTICE | 59 To the extent it has a right to do so, IBM grants an immunity from suit
|
/bionic/libc/arch-x86/bionic/ |
D | crtbegin_static.S | 47 # so we use a tiny trampoline that will get relocated
|
D | crtbegin_dynamic.S | 47 # so we use a tiny trampoline that will get relocated
|
/bionic/libc/kernel/ |
D | README.TXT | 161 block, if the kernel writers were not so messy) 246 so we're doomed to repeat the same effort than anyone else. the big difference 254 location of some files) occasionally, so we'll need to keep up with that by
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 34 Linux distribution (though that would be cool, so patches are welcomed :-)) 66 strftime() uses time64_t internally, so the '%s' format (seconds since the 339 Failure to do so will usually result in the inability to run or link your 353 Bionic comes with its own dynamic linker (just like ld.so on Linux really
|
D | CHANGES.TXT | 167 in /etc/resolv.conf. (resolv.conf is already ignored, so the latter
|
/bionic/linker/ |
D | README.TXT | 119 It is possible to enable debug output in the dynamic linker. To do so,
|