OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_relax
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c
79
int
link_relax
;
member in struct:rl78_bytesT
99
rl78_bytes.
link_relax
|= RL78_RELAXA_ADDR16;
105
rl78_bytes.
link_relax
|= RL78_RELAXA_BRA;
456
if (rl78_bytes.n_relax || rl78_bytes.
link_relax
)
530
if (rl78_bytes.n_relax || rl78_bytes.
link_relax
)
560
if (rl78_bytes.
link_relax
)
568
rl78_bytes.
link_relax
| rl78_bytes.n_fixups,
[
all
...]
tc-rx.c
715
int
link_relax
;
763
rx_bytes.
link_relax
|= RX_RELAXA_DSP4;
766
rx_bytes.
link_relax
|= RX_RELAXA_DSP6;
769
rx_bytes.
link_relax
|= RX_RELAXA_DSP14;
780
rx_bytes.
link_relax
|= RX_RELAXA_IMM6;
783
rx_bytes.
link_relax
|= RX_RELAXA_IMM12;
791
rx_bytes.
link_relax
|= RX_RELAXA_BRA;
1002
if (rx_bytes.n_relax || rx_bytes.
link_relax
|| rx_bytes.n_base < 0)
1097
if (rx_bytes.n_relax || rx_bytes.
link_relax
)
1127
if (rx_bytes.
link_relax
&& rx_bytes.n_fixups
714
int
link_relax
;
member in struct:rx_bytesT
[
all
...]
tc-avr.c
348
int
link_relax
; /* -mlink-relax: generate relocations for linker
member in struct:avr_opt_s
603
avr_opt.
link_relax
= 1;
655
linkrelax = avr_opt.
link_relax
;
[
all
...]
Completed in 107 milliseconds