OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbol_ref
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.y
155
%type <m_ast> section_list section_list_elem
symbol_ref
mode_stmt
803
symbol_ref
: TOK_SOURCE_NAME ':' TOK_IDENT
label
825
|
symbol_ref
927
| "sizeof" '('
symbol_ref
')'
/src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h
142
typedef struct
symbol_ref
{
struct
/src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc
1134
if (idx == 1 && code ==
SYMBOL_REF
)
1146
/* The standard RTX_CODE_SIZE (
SYMBOL_REF
) used when allocating
1156
/* Copy data over from the smaller
SYMBOL_REF
. */
1157
memcpy (new_x, x, RTX_CODE_SIZE (
SYMBOL_REF
));
2033
/* Verify that the loader copes with a
SYMBOL_REF
. */
2045
rtx
symbol_ref
= XEXP (high, 0);
local
2046
ASSERT_EQ (
SYMBOL_REF
, GET_CODE (
symbol_ref
));
2049
ASSERT_EQ (0xc0, SYMBOL_REF_FLAGS (
symbol_ref
));
/src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc
1133
if (idx == 1 && code ==
SYMBOL_REF
)
1145
/* The standard RTX_CODE_SIZE (
SYMBOL_REF
) used when allocating
1155
/* Copy data over from the smaller
SYMBOL_REF
. */
1156
memcpy (new_x, x, RTX_CODE_SIZE (
SYMBOL_REF
));
2032
/* Verify that the loader copes with a
SYMBOL_REF
. */
2044
rtx
symbol_ref
= XEXP (high, 0);
local
2045
ASSERT_EQ (
SYMBOL_REF
, GET_CODE (
symbol_ref
));
2048
ASSERT_EQ (0xc0, SYMBOL_REF_FLAGS (
symbol_ref
));
Completed in 51 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026