Lines Matching refs:to
5 // This is used for bionic on (host) Linux to bootstrap our linker embedded into
51 // We need to access Bionic private headers in the linker.
110 // We need to access Bionic private headers in the linker.
246 // -shared is used to overwrite the -Bstatic and -static flags triggered by enabling
256 // we are going to link libc++_static manually because
257 // when stl is not set to "none" build system adds libdl
258 // to the list of static libraries which needs to be
274 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb
294 // reference to __gnu_Unwind_Find_exidx, which isn't sufficient to pull in the strong definition
369 // libgcc.a are made static to ld-android.so. This in turn ensures that libraries that
371 // to provide those symbols, but will instead pull them from libgcc.a. Specifically,
372 // we use this property to make sure libc.so has its own copy of the code from
439 // We need to access Bionic private headers in the linker.