/frameworks/base/core/tests/coretests/apks/install_jni_lib/ |
Android.mk | 33 # bionic linker cant find it without outside help (nativetests):
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
common.mk | 37 ## compile, includes, and linker 54 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker64 56 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
|
/packages/apps/Messaging/jni/ |
Android.mk | 21 # Link to Android logging (liblog.so) and dynamic linker (libdl.so) libraries
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
signal_darwin_armx.go | 17 // make linker happy
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
signal_darwin_armx.go | 17 // make linker happy
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-12c.d | 10 # are forced local using a linker script. There should just be the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
orph-d-awp.d | 1 #as: -linker-allocated-gregs
|
orph-dc-ap.d | 1 #as: -linker-allocated-gregs
|
/art/compiler/linker/mips/ |
relative_patcher_mips.cc | 17 #include "linker/mips/relative_patcher_mips.h" 22 namespace linker { namespace in namespace:art 97 } // namespace linker
|
/art/compiler/linker/mips64/ |
relative_patcher_mips64.cc | 17 #include "linker/mips64/relative_patcher_mips64.h" 22 namespace linker { namespace in namespace:art 91 } // namespace linker
|
/art/compiler/linker/x86/ |
relative_patcher_x86.cc | 17 #include "linker/x86/relative_patcher_x86.h" 22 namespace linker { namespace in namespace:art 65 } // namespace linker
|
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 23 @ generating an external relocation so the linker can create a branch
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
funcdata.go | 28 // GO_ARGS is inserted implicitly by the linker for any function 42 // This value is generated by the compiler, assembler, or linker.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
funcdata.go | 28 // GO_ARGS is inserted implicitly by the linker for any function 42 // This value is generated by the compiler, assembler, or linker.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
group-reloc-ldr.s | 32 @ resolved by the assembler but instead left to the linker.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
thumb_bl_out_of_range.s | 22 # Define _start so that linker does not complain.
|
thumb_bl_out_of_range_local.s | 22 # Define _start so that linker does not complain.
|
thumb_blx_in_range.s | 25 # Define _start so that linker does not complain.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
adj-brset.s | 1 ;;; Test 68HC11 linker relaxation and fixup of brclr/brset branches
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
link.go | 144 // format and decoded by the linker into this type. A separate type is 145 // used to hold linker-specific state about the relocation. 155 Xadd int64 // addend passed to external linker 157 Xsym *Symbol // symbol passed to external linker 176 // or for reading that input into the linker. 264 // RelocVariant is a linker-internal variation on a relocation.
|
main.go | 53 flag.Var(&rpath, "r", "set the ELF dynamic linker search `path` to dir1:dir2:...") 56 // Flags used by the linker. The exported flags are used by the architecture-specific packages. 73 flagExtld = flag.String("extld", "", "use `linker` when linking in external mode") 74 flagExtldflags = flag.String("extldflags", "", "pass `flags` to external linker") 88 flagInterpreter = flag.String("I", "", "use `linker` as ELF dynamic linker") 101 // Main is the main entry point for the linker code.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
link.go | 144 // format and decoded by the linker into this type. A separate type is 145 // used to hold linker-specific state about the relocation. 155 Xadd int64 // addend passed to external linker 157 Xsym *Symbol // symbol passed to external linker 176 // or for reading that input into the linker. 264 // RelocVariant is a linker-internal variation on a relocation.
|
main.go | 53 flag.Var(&rpath, "r", "set the ELF dynamic linker search `path` to dir1:dir2:...") 56 // Flags used by the linker. The exported flags are used by the architecture-specific packages. 73 flagExtld = flag.String("extld", "", "use `linker` when linking in external mode") 74 flagExtldflags = flag.String("extldflags", "", "pass `flags` to external linker") 88 flagInterpreter = flag.String("I", "", "use `linker` as ELF dynamic linker") 101 // Main is the main entry point for the linker code.
|
/art/compiler/ |
oat_writer.h | 26 #include "linker/relative_patcher.h" // For linker::RelativePatcherTargetProvider. 53 namespace linker { namespace in namespace:art 55 } // namespace linker 186 void PrepareLayout(linker::MultiOatRelativePatcher* relative_patcher); 475 linker::MultiOatRelativePatcher* relative_patcher_;
|
/art/compiler/linker/arm/ |
relative_patcher_arm_base.h | 23 #include "linker/relative_patcher.h" 28 namespace linker { namespace in namespace:art 152 } // namespace linker
|