Lines Matching refs:a
6 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
7 // libgcc.a are made static to libdl.so. This in turn ensures that libraries that
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,
11 // libgcc.a it uses.
15 ldflags: ["-Wl,--exclude-libs=libgcc.a"],
17 // for x86, exclude libgcc_eh.a for the same reasons as above
32 ldflags: ["-Wl,--exclude-libs=libgcc_eh.a"],
36 ldflags: ["-Wl,--exclude-libs=libgcc_eh.a"],
51 // NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
53 // against libc creating a circular dependency which is removed and we end up
54 // with missing symbols. Since this library is just a bunch of stubs, we set