OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frag_then
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c
513
fragS *
frag_then
= frag_now;
local
537
frag_then
= frag_now;
545
frag_then
->fr_opcode = bytes;
546
frag_then
->fr_fix = olen + (bytes -
frag_then
->fr_literal);
547
frag_then
->fr_subtype = olen;
548
frag_then
->fr_var = 0;
553
frag_then
= frag_now;
564
f = fix_new (
frag_then
,
565
(char *) bytes -
frag_then
->fr_literal
[
all
...]
tc-rx.c
729
fragS *
frag_then
;
735
frag_then
= frag_now;
743
frag_then
->fr_opcode = bytes;
744
frag_then
->fr_subtype = 0;
745
fetchalign_bytes =
frag_then
->tc_frag_data;
1086
fragS *
frag_then
= frag_now;
1102
frag_then
= frag_now;
1110
frag_then
->fr_opcode = bytes;
1111
frag_then
->fr_fix += rx_bytes.n_base + rx_bytes.n_ops;
1112
frag_then
->fr_subtype = rx_bytes.n_base + rx_bytes.n_ops
728
fragS *
frag_then
;
local
1085
fragS *
frag_then
= frag_now;
local
[
all
...]
Completed in 49 milliseconds