OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expr_section
(Results
1 - 10
of
10
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
as.h
239
&& (SEG) !=
expr_section
)
250
extern segT reg_section,
expr_section
;
symbols.c
468
S_SET_SEGMENT (symbolP,
expr_section
);
654
if ((symbolP->bsym->section ==
expr_section
932
&& S_GET_SEGMENT (symp->sy_value.X_add_symbol) !=
expr_section
))
964
&& S_GET_SEGMENT (symp->sy_value.X_add_symbol) !=
expr_section
965
&& S_GET_SEGMENT (symp->sy_value.X_op_symbol) !=
expr_section
)
1089
else if (final_seg ==
expr_section
1163
if (final_seg ==
expr_section
)
1236
&& ((final_seg ==
expr_section
&& seg_left !=
expr_section
)
[
all
...]
cgen.c
455
|| (exp.X_add_symbol->bsym->section !=
expr_section
465
stmp = symbol_create (FAKE_LABEL_NAME,
expr_section
, 0,
485
if (stmp->bsym && (stmp->bsym->section ==
expr_section
)
[
all
...]
as.c
106
segT
expr_section
;
variable
1091
expr_section
= subseg_new ("*GAS `expr' section*", 0);
[
all
...]
expr.c
66
into the fake section
expr_section
. */
97
expr_section
is convenient for the old a.out code, for which
105
:
expr_section
),
[
all
...]
read.c
[
all
...]
write.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c
517
&& seg !=
expr_section
)
907
* particular because it doesn't allow for
expr_section
, so I'd
tc-i386.c
[
all
...]
tc-xtensa.c
[
all
...]
Completed in 1556 milliseconds