OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combreloc
(Results
1 - 25
of
355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/mclinker/include/mcld/MC/
ZOption.h
26
CombReloc
,
/frameworks/compile/mclinker/lib/Support/
CommandLine.cpp
102
if (0 == Arg.compare("
combreloc
"))
103
Val.setKind(ZOption::
CombReloc
);
/frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp
90
case ZOption::
CombReloc
:
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h
50
kCombReloc = 1 << 0, ///< [on] -z
combreloc
, [off] -z nocombreloc
/external/qemu/
m68k.ld
1
/* Script for -z
combreloc
: combine and sort reloc sections */
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
elf_i386.xc
1
/* Script for -z
combreloc
: combine and sort reloc sections */
elf_i386.xdc
1
/* Script for -pie -z
combreloc
: position independent executable, combine & sort relocs */
elf_i386.xdw
1
/* Script for -pie -z
combreloc
-z now -z relro: position independent executable, combine & sort relocs */
elf_i386.xsc
1
/* Script for --shared -z
combreloc
: shared library, combine & sort relocs */
elf_i386.xsw
1
/* Script for --shared -z
combreloc
-z now -z relro: shared library, combine & sort relocs */
elf_i386.xw
1
/* Script for -z
combreloc
-z now -z relro: combine and sort reloc sections */
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
elf_i386.xsw
1
/* Script for --shared -z
combreloc
-z now -z relro: shared library, combine & sort relocs */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
elf_i386.xsc
1
/* Script for --shared -z
combreloc
: shared library, combine & sort relocs */
elf_i386.xsw
1
/* Script for --shared -z
combreloc
-z now -z relro: shared library, combine & sort relocs */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
elf_i386.xc
1
/* Script for -z
combreloc
: combine and sort reloc sections */
elf_i386.xdc
1
/* Script for -pie -z
combreloc
: position independent executable, combine & sort relocs */
elf_i386.xdw
1
/* Script for -pie -z
combreloc
-z now -z relro: position independent executable, combine & sort relocs */
elf_i386.xsc
1
/* Script for --shared -z
combreloc
: shared library, combine & sort relocs */
elf_i386.xsw
1
/* Script for --shared -z
combreloc
-z now -z relro: shared library, combine & sort relocs */
elf_i386.xw
1
/* Script for -z
combreloc
-z now -z relro: combine and sort reloc sections */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
elf_i386.xc
1
/* Script for -z
combreloc
: combine and sort reloc sections */
elf_i386.xdc
1
/* Script for -pie -z
combreloc
: position independent executable, combine & sort relocs */
elf_i386.xdw
1
/* Script for -pie -z
combreloc
-z now -z relro: position independent executable, combine & sort relocs */
elf_i386.xsc
1
/* Script for --shared -z
combreloc
: shared library, combine & sort relocs */
elf_i386.xsw
1
/* Script for --shared -z
combreloc
-z now -z relro: shared library, combine & sort relocs */
Completed in 1078 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>