search for: __gi_strlen

Displaying 7 results from an estimated 7 matches for "__gi_strlen".

2007 Sep 12
2
[LLVMdev] Building uclibc ...
...able to compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For example, strlen is not defined -- llvm-nm shows that strlen.os has __GI_strlen while if I compile with the "normal" tools (gcc, ar, ...) strlen.os has __GI_strlen as well as strlen listed (both have the symbol value 00000000). Any ideas why the archive I create with llvm doesn't define the strlen (and most other) symbols but does define the __GI_strlen? I'...
2007 Sep 12
2
[LLVMdev] Building uclibc ...
...o use llvm-gcc, llvm-ar, > llvm-ad, > > and not using strip. (I also use the --emit-llvm flag for > llvm-gcc). When > > I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For > > example, strlen is not defined -- llvm-nm shows that strlen.os has > > __GI_strlen while if I compile with the "normal" tools (gcc, ar, ...) > > strlen.os has __GI_strlen as well as strlen listed (both have the symbol > > value 00000000). > > > > Any ideas why the archive I create with llvm doesn't define the strlen > (and > > most o...
2007 Sep 12
0
[LLVMdev] Building uclibc ...
...bc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, > and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When > I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For > example, strlen is not defined -- llvm-nm shows that strlen.os has > __GI_strlen while if I compile with the "normal" tools (gcc, ar, ...) > strlen.os has __GI_strlen as well as strlen listed (both have the symbol > value 00000000). > > Any ideas why the archive I create with llvm doesn't define the strlen (and > most other) symbols but does define...
2007 Sep 13
0
[LLVMdev] Building uclibc ...
...gcc, llvm- > ar, llvm-ad, > > and not using strip. (I also use the --emit-llvm flag for llvm- > gcc). When > > I run llvm-nm on libc.a (or try to use libc.a) I run into > problems. For > > example, strlen is not defined -- llvm-nm shows that strlen.os has > > __GI_strlen while if I compile with the "normal" tools (gcc, > ar, ...) > > strlen.os has __GI_strlen as well as strlen listed (both have the > symbol > > value 00000000). > > > > Any ideas why the archive I create with llvm doesn't define the > strlen (and...
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
...4c2c520 (__GI_strrchr) --3135-- REDIR: 0x52ec890 (libc.so.6:malloc) redirected to 0x4c29b76 (malloc) --3135-- REDIR: 0x52ecc90 (libc.so.6:free) redirected to 0x4c2ac90 (free) --3135-- REDIR: 0x52f18d0 (libc.so.6:__GI_strcmp) redirected to 0x4c2dcc0 (__GI_strcmp) --3135-- REDIR: 0x52f3330 (libc.so.6:__GI_strlen) redirected to 0x4c2cbc0 (__GI_strlen) --3135-- REDIR: 0x52f3530 (libc.so.6:__GI_strncmp) redirected to 0x4c2d3f0 (__GI_strncmp) --3135-- REDIR: 0x52f1810 (libc.so.6:__GI_strchr) redirected to 0x4c2c650 (__GI_strchr) --3135-- REDIR: 0x52f5500 (libc.so.6:memchr) redirected to 0x4c2de50 (memchr) --31...
2016 Mar 22
7
samba 4.4rcx WINS nsswitch module
WINS nsswitch module -------------------- The WINS nsswitch module has been rewritten to address memory issues and to simplify the code. The module now uses libwbclient to do WINS queries. This means that winbind needs to be running in order to resolve WINS names using the nss_wins module. This does not affect smbd. my problem: old versions >> ping google.com >> PING google.com
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition continues to show high cpu usage for some operations. Rsync, git pull, git checkout and svn up are typicall operations which trigger the high cpu usage. As an example, this perf report is from using git checkout to change to a new branch; the change needed to checkout 208 files out of about 1600 total files. du(1) reports