OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_seg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-cris.c
1332
segT
to_seg
= absolute_section;
local
1338
to_seg
= S_GET_SEGMENT (output_instruction.expr.X_add_symbol);
1340
if (
to_seg
== undefined_section)
1344
if (
to_seg
== now_seg || is_undefined
1363
length_code =
to_seg
== now_seg ? STATE_BYTE : STATE_UNDF;
1385
/* We have:
to_seg
!= now_seg &&
to_seg
!= undefined_section.
tc-vax.c
2508
segT
to_seg
;
2566
/* If
to_seg
== SEG_PASS1, expression() will have set need_pass_2 = 1. */
2822
to_seg
= *segP;
2823
is_undefined = (
to_seg
== undefined_section);
2824
is_absolute = (
to_seg
== absolute_section);
2833
if (
to_seg
== now_seg || is_undefined)
2844
/*
to_seg
==now_seg ||
to_seg
== SEG_UNKNOWN */
2890
/*
to_seg
!= now_seg &&
to_seg
!= SEG_UNKNOWN *
2495
segT
to_seg
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c
1332
segT
to_seg
= absolute_section;
local
1338
to_seg
= S_GET_SEGMENT (output_instruction.expr.X_add_symbol);
1340
if (
to_seg
== undefined_section)
1344
if (
to_seg
== now_seg || is_undefined
1363
length_code =
to_seg
== now_seg ? STATE_BYTE : STATE_UNDF;
1385
/* We have:
to_seg
!= now_seg &&
to_seg
!= undefined_section.
tc-vax.c
2508
segT
to_seg
;
2566
/* If
to_seg
== SEG_PASS1, expression() will have set need_pass_2 = 1. */
2822
to_seg
= *segP;
2823
is_undefined = (
to_seg
== undefined_section);
2824
is_absolute = (
to_seg
== absolute_section);
2833
if (
to_seg
== now_seg || is_undefined)
2844
/*
to_seg
==now_seg ||
to_seg
== SEG_UNKNOWN */
2890
/*
to_seg
!= now_seg &&
to_seg
!= SEG_UNKNOWN *
2495
segT
to_seg
;
local
[
all
...]
Completed in 38 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026