Home
last modified time | relevance | path

Searched refs:script_exp_string (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dyyscript.c2823 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2833 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2843 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2853 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2863 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2873 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2883 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
2893 Expression_ptr s = script_exp_string((yyvsp[-2].string).value, (yyvsp[-2].string).length); in yyparse()
3163 { (yyval.expr) = script_exp_function_align(script_exp_string(".", 1), (yyvsp[-1].expr)); } in yyparse()
3175 { (yyval.expr) = script_exp_function_align(script_exp_string(".", 1), (yyvsp[-1].expr)); } in yyparse()
H A Dexpression.cc286 script_exp_string(const char* name, size_t length) in script_exp_string() function
1132 Expression* e1 = script_exp_function_align(script_exp_string(".", 1), left); in script_exp_function_data_segment_align()
1134 Expression* e3 = script_exp_binary_bitwise_and(script_exp_string(".", 1), in script_exp_function_data_segment_align()
H A Dscript-c.h489 script_exp_string(const char*, size_t);
H A Dscript.cc2815 return script_exp_string(name, length); in script_symbol()
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.c3068 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3078 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3088 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3098 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3108 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3118 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3128 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3138 …Expression_ptr s = script_exp_string((yyvsp[(1) - (3)].string).value, (yyvsp[(1) - (3)].string).le…
3402 … { (yyval.expr) = script_exp_function_align(script_exp_string(".", 1), (yyvsp[(3) - (4)].expr)); }
3414 … { (yyval.expr) = script_exp_function_align(script_exp_string(".", 1), (yyvsp[(3) - (4)].expr)); }
/dragonfly/contrib/binutils-2.27/gold/
H A Dexpression.cc278 script_exp_string(const char* name, size_t length) in script_exp_string() function
1105 Expression* e1 = script_exp_function_align(script_exp_string(".", 1), left); in script_exp_function_data_segment_align()
1107 Expression* e3 = script_exp_binary_bitwise_and(script_exp_string(".", 1), in script_exp_function_data_segment_align()
H A Dscript-c.h489 script_exp_string(const char*, size_t);
H A Dscript.cc2784 return script_exp_string(name, length); in script_symbol()