OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linker
(Results
151 - 175
of
914
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/bindings/ocaml/linker/
llvm_linker.mli
10
(**
Linker
.
12
This interface provides an OCaml API for LLVM bitcode
linker
,
13
the classes in the
Linker
library. *)
/external/python/cpython2/Lib/distutils/
unixccompiler.py
38
# we need some way for outsiders to feed preprocessor/compiler/
linker
44
# should just happily stuff them into the preprocessor/compiler/
linker
180
linker
= self.linker_exe[:]
182
linker
= self.linker_so[:]
185
# is used to set up the
linker
's environment.
190
if os.path.basename(
linker
[0]) == "env":
192
while '=' in
linker
[i]:
195
linker
[i] = self.compiler_cxx[i]
198
linker
= _osx_support.compiler_fixup(
linker
, ld_args
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
unixccompiler.py
38
# we need some way for outsiders to feed preprocessor/compiler/
linker
44
# should just happily stuff them into the preprocessor/compiler/
linker
188
linker
= self.linker_exe[:]
190
linker
= self.linker_so[:]
193
# is used to set up the
linker
's environment.
198
if os.path.basename(
linker
[0]) == "env":
200
while '=' in
linker
[i]:
203
linker
[i] = self.compiler_cxx[i]
206
linker
= _osx_support.compiler_fixup(
linker
, ld_args
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
unixccompiler.py
38
# we need some way for outsiders to feed preprocessor/compiler/
linker
44
# should just happily stuff them into the preprocessor/compiler/
linker
188
linker
= self.linker_exe[:]
190
linker
= self.linker_so[:]
193
# is used to set up the
linker
's environment.
198
if os.path.basename(
linker
[0]) == "env":
200
while '=' in
linker
[i]:
203
linker
[i] = self.compiler_cxx[i]
206
linker
= _osx_support.compiler_fixup(
linker
, ld_args
[
all
...]
/prebuilts/go/darwin-x86/misc/cgo/test/
issue5227.go
5
// Issue 5227:
linker
incorrectly treats common symbols and
/prebuilts/go/darwin-x86/test/
linkx.go
7
// Test the -X facility of the gc
linker
(6l etc.).
reflectmethod1.go
7
// The
linker
can prune methods that are not directly called or
reflectmethod4.go
7
// The
linker
can prune methods that are not directly called or
/prebuilts/go/linux-x86/misc/cgo/test/
issue5227.go
5
// Issue 5227:
linker
incorrectly treats common symbols and
/prebuilts/go/linux-x86/test/
linkx.go
7
// Test the -X facility of the gc
linker
(6l etc.).
reflectmethod1.go
7
// The
linker
can prune methods that are not directly called or
reflectmethod4.go
7
// The
linker
can prune methods that are not directly called or
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
38
# we need some way for outsiders to feed preprocessor/compiler/
linker
44
# should just happily stuff them into the preprocessor/compiler/
linker
178
linker
= self.linker_exe[:]
180
linker
= self.linker_so[:]
183
# is used to set up the
linker
's environment.
188
if os.path.basename(
linker
[0]) == "env":
190
while '=' in
linker
[i]:
193
linker
[i] = self.compiler_cxx[i]
196
linker
= _osx_support.compiler_fixup(
linker
, ld_args
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
38
# we need some way for outsiders to feed preprocessor/compiler/
linker
44
# should just happily stuff them into the preprocessor/compiler/
linker
178
linker
= self.linker_exe[:]
180
linker
= self.linker_so[:]
183
# is used to set up the
linker
's environment.
188
if os.path.basename(
linker
[0]) == "env":
190
while '=' in
linker
[i]:
193
linker
[i] = self.compiler_cxx[i]
196
linker
= _osx_support.compiler_fixup(
linker
, ld_args
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-11.d
1
#as: -
linker
-allocated-gregs
basep-8.d
1
#as: -
linker
-allocated-gregs
5
# -
linker
-allocated-gregs, we automatically correctly handle the two
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-relocs-257-dyn.d
6
# This tests if the
linker
is able to remove dynamic relocs created
relasz.d
5
# using a non-default
linker
script that merges .rela.dyn and .rela.plt
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
extern.d
9
# this has two problems: 1) It does not include the name of the
linker
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-10.d
4
#as: -
linker
-allocated-gregs
bpo-16.d
5
#as: -
linker
-allocated-gregs
bpo-17.d
4
#as: -
linker
-allocated-gregs
bpo-18m.d
6
#as: -
linker
-allocated-gregs
bpo-22.d
3
#as: -
linker
-allocated-gregs
bpo-9m.d
4
#as: -
linker
-allocated-gregs
Completed in 3386 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>