Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/tools/
Dndk_missing_symbols.py21 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'])
Dsymbols.py23 symbols = set()
26 symbols.add(line)
28 return symbols
42 symbols = set()
52 symbols.add(symbol)
54 return symbols
Dcheck-symbols-glibc.py23 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'))
Dcheck-symbols.py32 symbols = set()
34 symbols.add(line.rstrip())
36 return symbols
/bionic/libdl/
DAndroid.bp6 // 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/
DAndroid.mk87 --prefix-symbols=__dl_ $(linked_module)
/bionic/libc/dns/resolv/
Dres_debug.c629 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/
DAndroid.bp1723 // 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
DSYSCALLS.TXT157 # sizeof(off_t) == sizeof(off64_t), so there we emit two symbols that are
/bionic/
DREADME.md36 into memory and resolving references to symbols (so that when your code tries to
/bionic/libm/
DAndroid.bp302 // before, these symbols must continue to be exported on LP32 for binary