OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.l
65
ivt
{ return TOK_IVT; }
elftosb_parser.y
132
%token TOK_IVT "
ivt
"
536
ivt_def : "
ivt
" '(' assignment_list_opt ')'
538
IVTConstASTNode *
ivt
= new IVTConstASTNode();
541
ivt
->setFieldAssignments(dynamic_cast<ListASTNode*>($3));
543
ivt
->setLocation(@1, @4);
544
$$ =
ivt
;
elftosb_parser.tab.cpp
547
"\"
ivt
\"", "'^'", "'+'", "'-'", "'*'", "'/'", "'%'", "UNARY_OP",
1994
IVTConstASTNode *
ivt
= new IVTConstASTNode();
1997
ivt
->setFieldAssignments(dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)));
1999
ivt
->setLocation((yylsp[-3]), (yylsp[0]));
2000
(yyval.m_ast) =
ivt
;
1991
IVTConstASTNode *
ivt
= new IVTConstASTNode();
local
/src/sys/arch/ia64/ia64/
exception.S
50
.section .
ivt
.data, "aw"
87
.section .
ivt
.text, "ax"
115
st8 [r27] = r25, 8 // 0x00
IVT
228
.section .
ivt
.text, "ax"
852
* The IA64 Interrupt Vector Table (
IVT
) contains 20 slots with 64
856
.section .
ivt
, "ax"
Completed in 25 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026