Searched refs:symbols (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 21 import symbols 35 current = symbols.GetFromAndroidSo(['libc.so', 'libm.so']) 36 device = (symbols.GetFromElf(os.path.join(tmp_dir, 'libc.so')) | 37 symbols.GetFromElf(os.path.join(tmp_dir, 'libm.so'))) 38 compat_lib = symbols.GetFromAndroidStaticLib(['libc_ndk.a'])
|
D | symbols.py | 23 symbols = set() 26 symbols.add(line) 28 return symbols 42 symbols = set() 52 symbols.add(symbol) 54 return symbols
|
D | check-symbols-glibc.py | 23 import symbols 56 glibc = symbols.GetFromSystemSo([ 65 bionic = symbols.GetFromAndroidSo(['libc.so', 'libm.so']) 67 posix = symbols.GetFromTxt(os.path.join(this_dir, 'posix-2013.txt'))
|
D | check-symbols.py | 32 symbols = set() 34 symbols.add(line.rstrip()) 36 return symbols
|
/bionic/libdl/ |
D | Android.bp | 6 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 8 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so 9 // to provide those symbols, but will instead pull them from libgcc.a. Specifically, 52 // few symbols from libc. Using --no-undefined here results in having to link 54 // with missing symbols. Since this library is just a bunch of stubs, we set
|
/bionic/linker/ |
D | Android.mk | 87 --prefix-symbols=__dl_ $(linked_module)
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 629 const struct res_sym *symbols; in p_section() local 633 symbols = __p_update_section_syms; in p_section() 636 symbols = __p_default_section_syms; in p_section() 639 return (sym_ntos(symbols, section, (int *)0)); in p_section()
|
/bionic/libc/ |
D | Android.bp | 1723 // Leave the symbols in the shared library so that stack unwinders can produce 1729 // ensures that symbols that are pulled into those new libraries from libgcc.a are not declared 1730 // external; if that were the case, then libc would not pull those symbols from libgcc.a as it 1731 // should, instead relying on the external symbols from the dependent libraries. That would 1739 // before, these symbols must continue to be exported on LP32 for binary
|
D | SYSCALLS.TXT | 157 # sizeof(off_t) == sizeof(off64_t), so there we emit two symbols that are
|
/bionic/ |
D | README.md | 36 into memory and resolving references to symbols (so that when your code tries to
|
/bionic/libm/ |
D | Android.bp | 302 // before, these symbols must continue to be exported on LP32 for binary
|