Home
last modified time | relevance | path

Searched refs:script_exp_integer (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-c.h487 script_exp_integer(uint64_t);
H A Dexpression.cc191 script_exp_integer(uint64_t val) in script_exp_integer() function
1133 Expression* e2 = script_exp_binary_sub(left, script_exp_integer(1)); in script_exp_function_data_segment_align()
H A Dscript.cc3427 origin = script_exp_integer(0); in script_exp_function_origin()
3446 length = script_exp_integer(0); in script_exp_function_length()
H A Dyyscript.c3079 { (yyval.expr) = script_exp_integer((yyvsp[0].integer)); } in yyparse()
H A Dscript-sections.cc94 script_exp_integer(this->current_offset_)); in get_current_address()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-c.h487 script_exp_integer(uint64_t);
H A Dexpression.cc191 script_exp_integer(uint64_t val) in script_exp_integer() function
1106 Expression* e2 = script_exp_binary_sub(left, script_exp_integer(1)); in script_exp_function_data_segment_align()
H A Dscript.cc3396 origin = script_exp_integer(0); in script_exp_function_origin()
3415 length = script_exp_integer(0); in script_exp_function_length()
H A Dscript-sections.cc94 script_exp_integer(this->current_offset_)); in get_current_address()
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.c3318 { (yyval.expr) = script_exp_integer((yyvsp[(1) - (1)].integer)); }