OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_fragp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-score7.c
6315
fragS *
next_fragp
;
6365
next_fragp
= fragp->fr_next;
6366
while ((
next_fragp
) && (
next_fragp
->fr_type != rs_machine_dependent))
6368
next_fragp
=
next_fragp
->fr_next;
6371
if (
next_fragp
)
6376
if (
next_fragp
->fr_opcode)
6378
n_insn_size = s7_RELAX_NEW (
next_fragp
->fr_subtype);
6382
n_insn_size = s7_RELAX_OLD (
next_fragp
->fr_subtype)
6307
fragS *
next_fragp
;
local
[
all
...]
tc-xtensa.c
4560
fragS *
next_fragP
= fragP->fr_next;
4564
while (
next_fragP
&&
next_fragP
->fr_fix == 0)
4565
next_fragP
=
next_fragP
->fr_next;
4567
if (
next_fragP
== NULL ||
next_fragP
->fr_fix == 0)
4570
return
next_fragP
;
4578
const fragS *
next_fragP
= next_non_empty_frag (fragP);
4580
if (
next_fragP
== NULL
4783
const fragS *
next_fragp
= fragp->fr_next;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-score7.c
6315
fragS *
next_fragp
;
6365
next_fragp
= fragp->fr_next;
6366
while ((
next_fragp
) && (
next_fragp
->fr_type != rs_machine_dependent))
6368
next_fragp
=
next_fragp
->fr_next;
6371
if (
next_fragp
)
6376
if (
next_fragp
->fr_opcode)
6378
n_insn_size = s7_RELAX_NEW (
next_fragp
->fr_subtype);
6382
n_insn_size = s7_RELAX_OLD (
next_fragp
->fr_subtype)
6307
fragS *
next_fragp
;
local
[
all
...]
tc-xtensa.c
4560
fragS *
next_fragP
= fragP->fr_next;
4564
while (
next_fragP
&&
next_fragP
->fr_fix == 0)
4565
next_fragP
=
next_fragP
->fr_next;
4567
if (
next_fragP
== NULL ||
next_fragP
->fr_fix == 0)
4570
return
next_fragP
;
4578
const fragS *
next_fragP
= next_non_empty_frag (fragP);
4580
if (
next_fragP
== NULL
4783
const fragS *
next_fragp
= fragp->fr_next;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026