Searched refs:thunk_name (Results 1 – 2 of 2) sorted by relevance
1234 const char *thunk_name, *fn_name; in gnuv3_skip_trampoline() local1249 thunk_name = thunk_sym.minsym->demangled_name (); in gnuv3_skip_trampoline()1250 if (thunk_name == NULL || strstr (thunk_name, " thunk to ") == NULL) in gnuv3_skip_trampoline()1253 fn_name = strstr (thunk_name, " thunk to ") + strlen (" thunk to "); in gnuv3_skip_trampoline()
16066 ix86_output_jmp_thunk_or_indirect (const char *thunk_name, const int regno) in ix86_output_jmp_thunk_or_indirect() argument16068 if (thunk_name != NULL) in ix86_output_jmp_thunk_or_indirect()16074 assemble_name (asm_out_file, thunk_name); in ix86_output_jmp_thunk_or_indirect()16099 char *thunk_name; in ix86_output_indirect_branch_via_reg() local16111 thunk_name = thunk_name_buf; in ix86_output_indirect_branch_via_reg()16114 thunk_name = NULL; in ix86_output_indirect_branch_via_reg()16117 ix86_output_jmp_thunk_or_indirect (thunk_name, regno); in ix86_output_indirect_branch_via_reg()16120 if (thunk_name != NULL) in ix86_output_indirect_branch_via_reg()16126 assemble_name (asm_out_file, thunk_name); in ix86_output_indirect_branch_via_reg()16148 ix86_output_jmp_thunk_or_indirect (thunk_name, regno); in ix86_output_indirect_branch_via_reg()[all …]