Searched refs:stubdecl (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcc/config/mips/ |
| HD | mips.c | 7975 tree stubid, stubdecl; in build_mips16_function_stub() local 7985 stubdecl = build_decl (FUNCTION_DECL, stubid, in build_mips16_function_stub() 7987 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_function_stub() 8001 switch_to_section (function_section (stubdecl)); in build_mips16_function_stub() 8086 tree stubid, stubdecl; in build_mips16_call_stub() local 8213 stubdecl = build_decl (FUNCTION_DECL, stubid, in build_mips16_call_stub() 8215 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname); in build_mips16_call_stub() 8233 assemble_start_function (stubdecl, stubname); in build_mips16_call_stub() 8307 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, stubname, stubdecl); in build_mips16_call_stub()
|