/toolchain/binutils/binutils-2.25/ld/ |
lexsup.c | 274 { {"Bsymbolic", no_argument, NULL, OPTION_SYMBOLIC}, 276 { {"Bsymbolic-functions", no_argument, NULL, OPTION_SYMBOLIC_FUNCTIONS}, [all...] |
NEWS | 195 * ELF: Add -Bsymbolic-functions, --dynamic-list-cpp-new, which puts C++ 421 using -Bsymbolic; use the new --no-undefined option to get the old
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/ |
shared.exp | 295 shared_test shp "shared -Bsymbolic" mainnp.o sh1p.o sh2p.o symbolic "-Bsymbolic"
|
/external/deqp/framework/delibs/cmake/ |
toolchain-android-r10c.cmake | 165 set(CMAKE_SHARED_LINKER_FLAGS "-nostdlib -Wl,-shared,-Bsymbolic -Wl,--no-undefined ${COMMON_LINKER_FLAGS} ${TARGET_LINKER_FLAGS}" CACHE STRING "" FORCE)
|
toolchain-android-r11.cmake | 209 set(CMAKE_SHARED_LINKER_FLAGS "-nodefaultlibs -Wl,-shared,-Bsymbolic -Wl,--no-undefined ${COMMON_LINKER_FLAGS} ${TARGET_LINKER_FLAGS}" CACHE STRING "" FORCE)
|
toolchain-android-r10e.cmake | 224 set(CMAKE_SHARED_LINKER_FLAGS "-nodefaultlibs -Wl,-shared,-Bsymbolic -Wl,--no-undefined ${COMMON_LINKER_FLAGS} ${TARGET_LINKER_FLAGS}" CACHE STRING "" FORCE)
|
/external/icu/icu4c/source/config/ |
mh-mingw | 46 LD_SOOPTIONS= -Wl,-Bsymbolic
|
mh-mingw64 | 46 LD_SOOPTIONS= -Wl,-Bsymbolic
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-vax.c | 382 with -Bsymbolic. We store the information in a field extending the 691 However when linking with -Bsymbolic and this is a global 761 /* If we are linking with -Bsymbolic, we count the number of [all...] |
elf32-cris.c | 724 -Bsymbolic. We store the information in a field extending the regular [all...] |
elf64-sh64.c | 63 linking with -Bsymbolic. We store the information in a field [all...] |
elf32-m68k.c | 619 with -Bsymbolic. We store the information in a field extending the [all...] |
elf32-m32r.c | [all...] |
elf32-tilepro.c | [all...] |
elfxx-tilegx.c | [all...] |
elf32-lm32.c | 952 -Bsymbolic link and the symbol is defined [all...] |
elf32-s390.c | [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
i386.exp | 192 {"PR ld/17306 (2)" "-melf_i386 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
|
/frameworks/compile/mclinker/tools/mcld/ |
Options.td | 23 def Bsymbolic : Flag<["-"], "Bsymbolic">,
|
/external/syslinux/core/ |
Makefile | 167 $(LD) $(LDFLAGS) -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
x86-64.exp | 145 {"PR ld/17306 (2)" "-melf_x86_64 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
|
/external/mesa3d/bin/ |
mklib | 345 OPTS="-Xlinker -Bsymbolic -shared" 385 OPTS="-Xlinker -Bsymbolic -shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
|
/toolchain/binutils/binutils-2.25/gold/ |
symtab.h | 609 // If the user used -Bsymbolic, then nothing (else) is preemptible. 610 if (parameters->options().Bsymbolic()) 613 // If the user used -Bsymbolic-functions, then functions are not [all...] |
/build/soong/cc/ |
library.go | 270 // GCC for Android assumes that -shared means -Bsymbolic, use -Wl,-shared instead
|
/external/harfbuzz_ng/ |
configure.ac | 81 LDFLAGS="$LDFLAGS -Bsymbolic-functions"
|