OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expressionS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
expr.h
22
This will no doubt mutate as
expressions
become baroque.
24
Currently, we support
expressions
like "foo OP bar + 42". In other
116
typedef struct
expressionS
130
- O_constant
expressions
, where it is only used when an O_constant must be
133
- O_big integer
expressions
, i.e. when X_add_number is positive.
137
expressions
used with .sleb128 directives can use the full range available
144
}
expressionS
;
156
/* "result" should be type (
expressionS
*). */
178
extern void add_to_result (
expressionS
*, offsetT, int);
179
extern void subtract_from_result (
expressionS
*, offsetT, int)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
expr.h
22
This will no doubt mutate as
expressions
become baroque.
24
Currently, we support
expressions
like "foo OP bar + 42". In other
116
typedef struct
expressionS
136
- O_constant
expressions
, where it is only used when an O_constant must be
139
- O_big integer
expressions
, i.e. when X_add_number is positive.
143
expressions
used with .sleb128 directives can use the full range available
152
}
expressionS
;
164
/* "result" should be type (
expressionS
*). */
186
extern void add_to_result (
expressionS
*, offsetT, int);
187
extern void subtract_from_result (
expressionS
*, offsetT, int)
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026