Home
last modified time | relevance | path

Searched refs:stubdecl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c7952 tree stubid, stubdecl; in build_mips16_function_stub() local
7962 stubdecl = build_decl (FUNCTION_DECL, stubid, in build_mips16_function_stub()
7964 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_function_stub()
7978 switch_to_section (function_section (stubdecl)); in build_mips16_function_stub()
8063 tree stubid, stubdecl; in build_mips16_call_stub() local
8190 stubdecl = build_decl (FUNCTION_DECL, stubid, in build_mips16_call_stub()
8192 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_call_stub()
8210 assemble_start_function (stubdecl, stubname); in build_mips16_call_stub()
8284 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, stubname, stubdecl); in build_mips16_call_stub()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c9026 tree stubid, stubdecl; local
9036 stubdecl = build_decl (FUNCTION_DECL, stubid,
9038 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
9052 function_section (stubdecl);
9139 tree stubid, stubdecl; local
9277 stubdecl = build_decl (FUNCTION_DECL, stubid,
9279 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
9297 assemble_start_function (stubdecl, stubname);
9370 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, stubname, stubdecl);