HomeSort by: relevance | last modified time | path
    Searched defs:thunk (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
x86-tdep.c 53 /* Check the indirect return thunk first. */
58 static const char thunk[] = "__x86_indirect_thunk"; local
59 static const size_t length = sizeof (thunk) - 1;
60 if (strncmp (name, thunk, length) != 0)
63 /* If that's the complete name, we're in the memory thunk. */
  /src/external/gpl3/gdb.old/dist/gdb/
x86-tdep.c 53 /* Check the indirect return thunk first. */
58 static const char thunk[] = "__x86_indirect_thunk"; local
59 static const size_t length = sizeof (thunk) - 1;
60 if (strncmp (name, thunk, length) != 0)
63 /* If that's the complete name, we're in the memory thunk. */
  /src/external/bsd/jemalloc/dist/src/
peak_event.c 28 activity_callback_thunk_t *thunk = tsd_activity_callback_thunkp_get( local
32 if (thunk->callback != NULL) {
33 thunk->callback(thunk->uctx, alloc, dalloc);
  /src/external/gpl3/binutils/dist/libctf/
ctf-decls.h 57 struct ctf_qsort_arg thunk = { compar, arg }; local
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-decls.h 57 struct ctf_qsort_arg thunk = { compar, arg }; local
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt-cxx.cc 125 tree thunk; local
129 for (thunk = DECL_THUNKS (member); thunk;
130 thunk = TREE_CHAIN (thunk))
131 maybe_add_dllexport (thunk);
157 tree thunk; local
161 for (thunk = DECL_THUNKS (member); thunk;
162 thunk = DECL_CHAIN (thunk)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt-cxx.cc 125 tree thunk; local
129 for (thunk = DECL_THUNKS (member); thunk;
130 thunk = TREE_CHAIN (thunk))
131 maybe_add_dllexport (thunk);
157 tree thunk; local
161 for (thunk = DECL_THUNKS (member); thunk;
162 thunk = DECL_CHAIN (thunk)
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-decls.h 57 struct ctf_qsort_arg thunk = { compar, arg }; local
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-decls.h 57 struct ctf_qsort_arg thunk = { compar, arg }; local
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 159 clone or its thunk. */
181 /* Duplicate thunk THUNK if necessary but make it to refer to NODE.
183 Function can return NODE if no thunk is necessary, which can happen when
184 thunk is this_adjusting but we are removing this parameter. */
187 duplicate_thunk_for_node (cgraph_node *thunk, cgraph_node *node)
190 thunk_of = thunk->callees->callee->ultimate_alias_target ();
192 if (thunk_of->thunk)
195 if (!DECL_ARGUMENTS (thunk->decl))
196 thunk->get_untransformed_body ()
294 cgraph_node *thunk = e->caller; local
    [all...]
cgraphunit.cc 637 if (thunk)
644 /* Target code in expand_thunk may need the thunk's target
1242 && !cnode->thunk
1397 && !cnode->thunk)
1400 gcc_assert (!cnode->definition || cnode->thunk
1630 && !node->thunk
1643 if (!next->thunk && !next->alias
1761 if (e->caller->thunk
1764 cgraph_node *thunk = e->caller; local
1767 expand_thunk (thunk, !rtl_dump_and_exit, false)
    [all...]
lto-cgraph.cc 271 gcc_checking_assert (uid || edge->caller->thunk);
403 || (node->thunk && !node->inlined_to)))
551 bp_pack_value (&bp, node->thunk, 1);
556 /* Stream thunk info always because we use it in
560 struct thunk_info *thunk = node->definition ? thunk_info::get (node) : NULL; local
562 bp_pack_value (&bp, thunk != NULL, 1);
581 if (thunk)
943 /* Be sure to also insert alias targert and thunk callees. These needs
953 && cnode->thunk && !cnode->inlined_to)
1009 && ((node->thunk && !node->inlined_to
    [all...]
tree-profile.cc 1881 bool thunk = false; local
1882 if (!gimple_has_body_p (node->decl) && !node->thunk)
1903 if (node->thunk)
1908 thunk = true;
1909 /* When generate profile, expand thunk to gimple so it can be
1913 /* Read cgraph profile but keep function as thunk at profile-use
1932 branch_prob (thunk);
1939 && !thunk
ipa-sra.cc 3136 /* There is a thunk among callers. */
3137 bool thunk; member in struct:__anon13798::caller_issues
3158 if (cs->caller->thunk)
3160 issues->thunk = true;
3207 if (issues.thunk)
3210 fprintf (dump_file, "A call of %s is through thunk, which are not"
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 156 clone or its thunk. */
178 /* Duplicate thunk THUNK if necessary but make it to refer to NODE.
180 Function can return NODE if no thunk is necessary, which can happen when
181 thunk is this_adjusting but we are removing this parameter. */
184 duplicate_thunk_for_node (cgraph_node *thunk, cgraph_node *node)
187 thunk_of = thunk->callees->callee->ultimate_alias_target ();
189 if (thunk_of->thunk)
192 if (!DECL_ARGUMENTS (thunk->decl))
193 thunk->get_untransformed_body ()
291 cgraph_node *thunk = e->caller; local
    [all...]
tree-profile.cc 737 bool thunk = false; local
738 if (!gimple_has_body_p (node->decl) && !node->thunk)
759 if (node->thunk)
764 thunk = true;
765 /* When generate profile, expand thunk to gimple so it can be
769 /* Read cgraph profile but keep function as thunk at profile-use
788 branch_prob (thunk);
795 && !thunk
cgraphunit.cc 626 if (thunk)
633 /* Target code in expand_thunk may need the thunk's target
1233 && !cnode->thunk
1388 && !cnode->thunk)
1391 gcc_assert (!cnode->definition || cnode->thunk
1621 && !node->thunk
1634 if (!next->thunk && !next->alias
1752 if (e->caller->thunk
1755 cgraph_node *thunk = e->caller; local
1758 expand_thunk (thunk, !rtl_dump_and_exit, false)
    [all...]
lto-cgraph.cc 269 gcc_checking_assert (uid || edge->caller->thunk);
401 || (node->thunk && !node->inlined_to)))
542 bp_pack_value (&bp, node->thunk, 1);
547 /* Stream thunk info always because we use it in
551 struct thunk_info *thunk = node->definition ? thunk_info::get (node) : NULL; local
553 bp_pack_value (&bp, thunk != NULL, 1);
571 if (thunk)
932 /* Be sure to also insert alias targert and thunk callees. These needs
942 && cnode->thunk && !cnode->inlined_to)
998 && ((node->thunk && !node->inlined_to
    [all...]
ipa-sra.cc 2873 /* There is a thunk among callers. */
2874 bool thunk; member in struct:__anon16228::caller_issues
2893 if (cs->caller->thunk)
2895 issues->thunk = true;
2940 if (issues.thunk)
2943 fprintf (dump_file, "A call of %s is through thunk, which are not"
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 50 /* Return a this or result adjusting thunk to FUNCTION. THIS_ADJUSTING
51 indicates whether it is a this or result adjusting thunk.
57 the returned thunk with finish_thunk. */
64 tree thunk;
81 /* See if we already have the thunk in question. For this_adjusting
84 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk))
85 if (DECL_THIS_THUNK_P (thunk) == this_adjustin
63 tree thunk; local
    [all...]
semantics.cc 5112 functions to which they thunk. The whole point of vcall offsets
5123 tree thunk; local
5125 for (thunk = DECL_THUNKS (fn); thunk; thunk = DECL_CHAIN (thunk))
5127 if (!THUNK_ALIAS (thunk))
5129 use_thunk (thunk, /*emit_p=*/1);
5130 if (DECL_RESULT_THUNK_P (thunk))
5134 for (probe = DECL_THUNKS (thunk);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 50 /* Return a this or result adjusting thunk to FUNCTION. THIS_ADJUSTING
51 indicates whether it is a this or result adjusting thunk.
57 the returned thunk with finish_thunk. */
64 tree thunk;
81 /* See if we already have the thunk in question. For this_adjusting
84 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk))
85 if (DECL_THIS_THUNK_P (thunk) == this_adjustin
63 tree thunk; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1814 /* Thunk code is based on g++. */
1862 /* Emit the definition of a D vtable thunk. */
1865 finish_thunk (tree thunk, tree function)
1868 int fixed_offset = -THUNK_LANG_OFFSET (thunk);
1879 DECL_EXTERNAL (thunk) = 0;
1883 TREE_ASM_WRITTEN (thunk) = 1;
1904 resolve_unique_section (thunk, 0, flag_function_sections);
1906 /* Output the thunk into the same section as function. */
1907 set_decl_section_name (thunk, fn);
1908 symtab_node::get (thunk)->implicit_sectio
1972 tree thunk = build_decl (DECL_SOURCE_LOCATION (function), local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pdb.h 799 struct thunk struct
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 799 struct thunk struct

Completed in 53 milliseconds

1 2