OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_relax
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c
78
int
n_relax
;
member in struct:rl78_bytesT
90
rl78_bytes.relax[rl78_bytes.
n_relax
].type = type;
91
rl78_bytes.relax[rl78_bytes.
n_relax
].field_pos = pos;
92
rl78_bytes.relax[rl78_bytes.
n_relax
].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
93
rl78_bytes.
n_relax
++;
456
if (rl78_bytes.
n_relax
|| rl78_bytes.link_relax)
530
if (rl78_bytes.
n_relax
|| rl78_bytes.link_relax)
[
all
...]
tc-rx.c
714
int
n_relax
;
751
rx_bytes.relax[rx_bytes.
n_relax
].type = type;
752
rx_bytes.relax[rx_bytes.
n_relax
].field_pos = pos;
753
rx_bytes.relax[rx_bytes.
n_relax
].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
754
rx_bytes.
n_relax
++;
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)
713
int
n_relax
;
member in struct:rx_bytesT
[
all
...]
Completed in 226 milliseconds