OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:separate_code
(Results
1 - 11
of
11
) sorted by null
/toolchain/binutils/binutils-2.25/ld/emulparams/
elf_nacl.sh
2
SEPARATE_CODE
=yes
/toolchain/binutils/binutils-2.25/ld/emultempl/
mmixelf.em
42
config.
separate_code
= `if test "x${
SEPARATE_CODE
}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
scoreelf.em
41
config.
separate_code
= `if test "x${
SEPARATE_CODE
}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
aarch64elf.em
44
config.
separate_code
= `if test "x${
SEPARATE_CODE
}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
armelf.em
53
config.
separate_code
= `if test "x${
SEPARATE_CODE
}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
elf32.em
104
config.
separate_code
= `if test "x${
SEPARATE_CODE
}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
ld.h
266
bfd_boolean
separate_code
;
member in struct:__anon76213
ChangeLog-2012
101
* ld.h (ld_config_type): New flag member
separate_code
.
103
(gld${EMULATION_NAME}_before_parse): Set it based on $
SEPARATE_CODE
.
743
* scripttempl/elf.sc: Handle
SEPARATE_CODE
cases.
[
all
...]
ldlang.c
[
all
...]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
nds32elf.sc
258
if [ -z "$
SEPARATE_CODE
" ]; then
311
test -n "${
SEPARATE_CODE
}" || emit_early_ro
421
test -n "${NON_ALLOC_DYN}${
SEPARATE_CODE
}" || emit_dyn
456
if test -n "${
SEPARATE_CODE
}"; then
elf.sc
63
#
SEPARATE_CODE
- if set, .text and similar sections containing
316
if [ -z "$
SEPARATE_CODE
" ]; then
365
test -n "${
SEPARATE_CODE
}" || emit_early_ro
475
test -n "${NON_ALLOC_DYN}${
SEPARATE_CODE
}" || emit_dyn
510
if test -n "${
SEPARATE_CODE
}"; then
Completed in 770 milliseconds