Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c107 return CMP(thunk, a, b) < 0 ? in med3()
108 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
109 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
116 #define thunk NULL in rk_qsort_r()
131 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
142 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk); in rk_qsort_r()
143 pm = med3(pm - d, pm, pm + d, cmp, thunk); in rk_qsort_r()
144 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk); in rk_qsort_r()
146 pm = med3(pl, pm, pn, cmp, thunk); in rk_qsort_r()
179 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt-cxx.c125 tree thunk; in i386_pe_adjust_class_at_definition() local
129 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
130 thunk = TREE_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
131 maybe_add_dllexport (thunk); in i386_pe_adjust_class_at_definition()
157 tree thunk; in i386_pe_adjust_class_at_definition() local
161 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
162 thunk = DECL_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
163 maybe_add_dllimport (thunk); in i386_pe_adjust_class_at_definition()
H A Dwinnt-cxx.cc125 tree thunk; in i386_pe_adjust_class_at_definition() local
129 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
130 thunk = TREE_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
131 maybe_add_dllexport (thunk); in i386_pe_adjust_class_at_definition()
157 tree thunk; in i386_pe_adjust_class_at_definition() local
161 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
162 thunk = DECL_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
163 maybe_add_dllimport (thunk); in i386_pe_adjust_class_at_definition()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt-cxx.c125 tree thunk; in i386_pe_adjust_class_at_definition() local
129 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
130 thunk = TREE_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
131 maybe_add_dllexport (thunk); in i386_pe_adjust_class_at_definition()
157 tree thunk; in i386_pe_adjust_class_at_definition() local
161 for (thunk = DECL_THUNKS (member); thunk; in i386_pe_adjust_class_at_definition()
162 thunk = DECL_CHAIN (thunk)) in i386_pe_adjust_class_at_definition()
163 maybe_add_dllimport (thunk); in i386_pe_adjust_class_at_definition()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.c195 && cs->caller->thunk.fixed_offset == thunk->thunk.fixed_offset in duplicate_thunk_for_node()
196 && cs->caller->thunk.virtual_value == thunk->thunk.virtual_value in duplicate_thunk_for_node()
197 && cs->caller->thunk.indirect_offset == thunk->thunk.indirect_offset in duplicate_thunk_for_node()
198 && cs->caller->thunk.this_adjusting == thunk->thunk.this_adjusting in duplicate_thunk_for_node()
199 && cs->caller->thunk.virtual_offset_p == thunk->thunk.virtual_offset_p) in duplicate_thunk_for_node()
207 if (thunk->thunk.this_adjusting in duplicate_thunk_for_node()
246 new_thunk->thunk = thunk->thunk; in duplicate_thunk_for_node()
269 if (orig_to->thunk.thunk_p) in redirect_callee_duplicating_thunks()
290 thunk->thunk.thunk_p = false; in expand_all_artificial_thunks()
291 thunk->analyze (); in expand_all_artificial_thunks()
[all …]
H A Dcgraphclones.cc189 if (thunk_of->thunk) in duplicate_thunk_for_node()
198 if (cs->caller->thunk) in duplicate_thunk_for_node()
250 new_thunk->thunk = thunk->thunk; in duplicate_thunk_for_node()
275 if (orig_to->thunk) in redirect_callee_duplicating_thunks()
289 if (e->caller->thunk) in expand_all_artificial_thunks()
291 cgraph_node *thunk = e->caller; in expand_all_artificial_thunks() local
296 thunk->thunk = false; in expand_all_artificial_thunks()
297 thunk->analyze (); in expand_all_artificial_thunks()
298 ipa_analyze_node (thunk); in expand_all_artificial_thunks()
418 new_node->thunk = thunk; in create_clone()
[all …]
H A Dcgraph.c639 node->thunk.alias = real_alias; in create_thunk()
642 node->thunk.thunk_p = true; in create_thunk()
2186 if (thunk.thunk_p) in dump()
2189 if (thunk.alias) in dump()
2195 (int)thunk.fixed_offset, in dump()
2203 (int)thunk.fixed_offset, in dump()
2204 (int)thunk.virtual_value, in dump()
2207 if (alias && thunk.alias in dump()
2208 && DECL_P (thunk.alias)) in dump()
3853 while (node->thunk.thunk_p) in function_symbol()
[all …]
H A Dcgraphunit.c621 if (thunk.thunk_p) in analyze()
638 thunk.alias = NULL; in analyze()
1221 && !cnode->thunk.thunk_p in analyze_functions()
1376 && !cnode->thunk.thunk_p) in analyze_functions()
1609 && !node->thunk.thunk_p in mark_functions_to_output()
1941 thunk.thunk_p = false; in expand_thunk()
1987 if (thunk.virtual_offset_p) in expand_thunk()
2202 thunk.thunk_p = false; in expand_thunk()
2220 if (e->caller->thunk.thunk_p in assemble_thunks_and_aliases()
2223 cgraph_node *thunk = e->caller; in assemble_thunks_and_aliases() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c195 && cs->caller->thunk.fixed_offset == thunk->thunk.fixed_offset in duplicate_thunk_for_node()
196 && cs->caller->thunk.virtual_value == thunk->thunk.virtual_value in duplicate_thunk_for_node()
197 && cs->caller->thunk.indirect_offset == thunk->thunk.indirect_offset in duplicate_thunk_for_node()
198 && cs->caller->thunk.this_adjusting == thunk->thunk.this_adjusting in duplicate_thunk_for_node()
199 && cs->caller->thunk.virtual_offset_p == thunk->thunk.virtual_offset_p) in duplicate_thunk_for_node()
207 if (thunk->thunk.this_adjusting in duplicate_thunk_for_node()
246 new_thunk->thunk = thunk->thunk; in duplicate_thunk_for_node()
269 if (orig_to->thunk.thunk_p) in redirect_callee_duplicating_thunks()
290 thunk->thunk.thunk_p = false; in expand_all_artificial_thunks()
291 thunk->analyze (); in expand_all_artificial_thunks()
[all …]
H A Dcgraph.c639 node->thunk.alias = real_alias; in create_thunk()
642 node->thunk.thunk_p = true; in create_thunk()
2186 if (thunk.thunk_p) in dump()
2189 if (thunk.alias) in dump()
2195 (int)thunk.fixed_offset, in dump()
2203 (int)thunk.fixed_offset, in dump()
2204 (int)thunk.virtual_value, in dump()
2207 if (alias && thunk.alias in dump()
2208 && DECL_P (thunk.alias)) in dump()
3853 while (node->thunk.thunk_p) in function_symbol()
[all …]
H A Dcgraphunit.c621 if (thunk.thunk_p) in analyze()
638 thunk.alias = NULL; in analyze()
1221 && !cnode->thunk.thunk_p in analyze_functions()
1376 && !cnode->thunk.thunk_p) in analyze_functions()
1609 && !node->thunk.thunk_p in mark_functions_to_output()
1941 thunk.thunk_p = false; in expand_thunk()
1987 if (thunk.virtual_offset_p) in expand_thunk()
2202 thunk.thunk_p = false; in expand_thunk()
2220 if (e->caller->thunk.thunk_p in assemble_thunks_and_aliases()
2223 cgraph_node *thunk = e->caller; in assemble_thunks_and_aliases() local
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-elf/
H A Dnote1_1.s1 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
2 .globl thunk.ax
3 .hidden thunk.ax
5 .type thunk.ax,%function
6 thunk.ax:
8 .size thunk.ax, . - thunk.ax
14 .dc.a thunk.ax
H A Dnote1_2.s2 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
3 .globl thunk.ax
4 .hidden thunk.ax
6 .type thunk.ax,%function
7 thunk.ax:
9 .size thunk.ax, . - thunk.ax
15 .dc.a thunk.ax
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dnote1_2.s2 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
3 .globl thunk.ax
4 .hidden thunk.ax
6 .type thunk.ax,%function
7 thunk.ax:
9 .size thunk.ax, . - thunk.ax
15 .dc.a thunk.ax
H A Dnote1_1.s1 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
2 .globl thunk.ax
3 .hidden thunk.ax
5 .type thunk.ax,%function
6 thunk.ax:
8 .size thunk.ax, . - thunk.ax
14 .dc.a thunk.ax
/netbsd/sys/arch/usermode/conf/
H A DMakefile.usermode48 CPPFLAGS.thunk.c+= ${USERMODE_CPPFLAGS}
58 MD_OBJS= thunk.o
59 MD_CFILES= ${USERMODE}/usermode/thunk.c
97 thunk.d: ${USERMODE}/usermode/thunk.c
99 ${CPPFLAGS.thunk.c} ${USERMODE}/usermode/thunk.c
101 thunk.o: ${USERMODE}/usermode/thunk.c
102 ${CC} ${COPTS} ${CPPFLAGS.thunk.c} -c -o $@ ${USERMODE}/usermode/thunk.c
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.c62 tree thunk; in make_thunk() local
82 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk)) in make_thunk()
91 return thunk; in make_thunk()
106 DECL_VIRTUAL_P (thunk) = true; in make_thunk()
127 DECL_EXTERNAL (thunk) = 1; in make_thunk()
128 DECL_ARTIFICIAL (thunk) = 1; in make_thunk()
133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
140 return thunk; in make_thunk()
146 finish_thunk (tree thunk) in finish_thunk() argument
152 gcc_assert (!DECL_NAME (thunk) && DECL_THUNK_P (thunk)); in finish_thunk()
[all …]
H A Dmethod.cc62 tree thunk; in make_thunk() local
82 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk)) in make_thunk()
91 return thunk; in make_thunk()
106 DECL_VIRTUAL_P (thunk) = true; in make_thunk()
127 DECL_EXTERNAL (thunk) = 1; in make_thunk()
128 DECL_ARTIFICIAL (thunk) = 1; in make_thunk()
133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
140 return thunk; in make_thunk()
146 finish_thunk (tree thunk) in finish_thunk() argument
152 gcc_assert (!DECL_NAME (thunk) && DECL_THUNK_P (thunk)); in finish_thunk()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c62 tree thunk; in make_thunk() local
82 for (thunk = DECL_THUNKS (function); thunk; thunk = DECL_CHAIN (thunk)) in make_thunk()
91 return thunk; in make_thunk()
106 DECL_VIRTUAL_P (thunk) = true; in make_thunk()
127 DECL_EXTERNAL (thunk) = 1; in make_thunk()
128 DECL_ARTIFICIAL (thunk) = 1; in make_thunk()
133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
140 return thunk; in make_thunk()
146 finish_thunk (tree thunk) in finish_thunk() argument
152 gcc_assert (!DECL_NAME (thunk) && DECL_THUNK_P (thunk)); in finish_thunk()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1841 DECL_EXTERNAL (thunk) = 0; in finish_thunk()
1881 DECL_CONTEXT (x) = thunk; in finish_thunk()
1888 TREE_ASM_WRITTEN (thunk) = 1; in finish_thunk()
1894 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1949 DECL_EXTERNAL (thunk) = 1; in make_thunk()
1953 TREE_USED (thunk) = 1; in make_thunk()
1954 DECL_ARTIFICIAL (thunk) = 1; in make_thunk()
1957 if (TREE_PUBLIC (thunk)) in make_thunk()
1982 SET_DECL_ASSEMBLER_NAME (thunk, DECL_NAME (thunk)); in make_thunk()
1984 d_keep (thunk); in make_thunk()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1731 DECL_CONTEXT (x) = thunk; in finish_thunk()
1738 TREE_ASM_WRITTEN (thunk) = 1; in finish_thunk()
1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1850 DECL_EXTERNAL (thunk) = 0; in make_thunk()
1853 TREE_ADDRESSABLE (thunk) = 1; in make_thunk()
1854 TREE_USED (thunk) = 1; in make_thunk()
1855 DECL_ARTIFICIAL (thunk) = 1; in make_thunk()
1869 SET_DECL_ASSEMBLER_NAME (thunk, DECL_NAME (thunk)); in make_thunk()
1871 d_keep (thunk); in make_thunk()
1873 finish_thunk (thunk, function); in make_thunk()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dx86-tdep.c59 static const char thunk[] = "__x86_indirect_thunk"; in x86_in_indirect_branch_thunk() local
60 static const size_t length = sizeof (thunk) - 1; in x86_in_indirect_branch_thunk()
61 if (strncmp (name, thunk, length) != 0) in x86_in_indirect_branch_thunk()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dx86-tdep.c59 static const char thunk[] = "__x86_indirect_thunk"; in x86_in_indirect_branch_thunk() local
60 static const size_t length = sizeof (thunk) - 1; in x86_in_indirect_branch_thunk()
61 if (strncmp (name, thunk, length) != 0) in x86_in_indirect_branch_thunk()
/netbsd/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
H A Dexperimental.scm31 (define-public (with-gdb-output-to-string thunk)
34 (lambda (p) (with-gdb-output-to-port p thunk))))
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
H A Dexperimental.scm31 (define-public (with-gdb-output-to-string thunk)
34 (lambda (p) (with-gdb-output-to-port p thunk))))

12345678910>>...16