Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgnu-v3-abi.c1234 const char *thunk_name, *fn_name; in gnuv3_skip_trampoline() local
1249 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc16066 ix86_output_jmp_thunk_or_indirect (const char *thunk_name, const int regno) in ix86_output_jmp_thunk_or_indirect() argument
16068 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() local
16111 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 …]