Searched refs:vars (Results 1 - 25 of 118) sorted by relevance

12345

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_omp_host.cpp67 VarDesc vars[1] = {0}; local
69 vars[0].type.src = c_data;
70 vars[0].type.dst = c_data;
71 vars[0].direction.bits = c_parameter_in;
72 vars[0].size = sizeof(int);
73 vars[0].count = 1;
74 vars[0].ptr = &setting;
76 OFFLOAD_OFFLOAD(ofld, f_name, 0, 1, vars, NULL, 0, 0, 0);
91 VarDesc vars[1] = {0}; local
93 vars[
181 VarDesc vars[2] = {0}; local
212 VarDesc vars[2] = {0}; local
244 VarDesc vars[1] = {0}; local
267 VarDesc vars[1] = {0}; local
290 VarDesc vars[1] = {0}; local
313 VarDesc vars[1] = {0}; local
338 VarDesc vars[2] = {0}; local
371 VarDesc vars[1] = {0}; local
394 VarDesc vars[1] = {0}; local
417 VarDesc vars[1] = {0}; local
440 VarDesc vars[1] = {0}; local
465 VarDesc vars[2] = {0}; local
[all...]
H A Doffload_omp_target.cpp59 VarDesc vars[1] = {0}; local
61 vars[0].type.src = c_data;
62 vars[0].type.dst = c_data;
63 vars[0].direction.bits = c_parameter_out;
64 vars[0].ptr = &setting;
66 OFFLOAD_TARGET_ENTER(ofld, 1, vars, NULL);
75 VarDesc vars[1] = {0}; local
78 vars[0].type.src = c_data;
79 vars[0].type.dst = c_data;
80 vars[
164 VarDesc vars[2] = {0}; local
188 VarDesc vars[2] = {0}; local
214 VarDesc vars[1] = {0}; local
232 VarDesc vars[1] = {0}; local
250 VarDesc vars[1] = {0}; local
268 VarDesc vars[1] = {0}; local
286 VarDesc vars[2] = {0}; local
312 VarDesc vars[1] = {0}; local
330 VarDesc vars[1] = {0}; local
348 VarDesc vars[1] = {0}; local
366 VarDesc vars[1] = {0}; local
384 VarDesc vars[2] = {0}; local
[all...]
H A Dcompiler_if_target.cpp36 VarDesc *vars,
41 vars_total, vars, vars2);
42 ofld->merge_var_descs(vars, vars2, vars_total);
33 OFFLOAD_TARGET_ENTER( OFFLOAD ofld, int vars_total, VarDesc *vars, VarDesc2 *vars2 ) argument
H A Dcompiler_if_host.h84 \param vars Pointer to VarDesc array.
95 VarDesc *vars,
108 \param vars Pointer to VarDesc array.
121 VarDesc *vars,
138 VarDesc *vars,
H A Dcompiler_if_host.cpp249 VarDesc *vars,
258 bool ret = ofld->offload(name, is_empty, vars, vars2, num_vars,
271 VarDesc *vars,
279 num_vars, vars, vars2,
289 VarDesc *vars,
299 num_vars, vars, vars2,
309 VarDesc *vars,
334 num_vars, vars, vars2,
244 offload_offload_wrap( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void **signal, int entry_id, const void *stack_addr ) argument
266 OFFLOAD_OFFLOAD1( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void **signal ) argument
284 OFFLOAD_OFFLOAD2( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void** waits, const void** signal, int entry_id, const void *stack_addr ) argument
304 OFFLOAD_OFFLOAD( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void *signal, int entry_id, const void *stack_addr ) argument
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dnm.exp57 if [info exists vars] then { unset vars }
59 set vars($symbol) $type
63 if {![info exists vars(text_symbol)] \
64 || $vars(text_symbol) != "T" \
65 || ![info exists vars(data_symbol)] \
66 || $vars(data_symbol) != "D" \
67 || ![info exists vars(common_symbol)] \
68 || $vars(common_symbol) != "C" \
69 || ![info exists vars(external_symbo
[all...]
H A Dobjdump.exp122 if [info exists vars] then { unset vars }
124 set vars($symbol) 1
128 if {![info exists vars(text_symbol)] \
129 || ![info exists vars(data_symbol)] \
130 || ![info exists vars(common_symbol)] \
131 || ![info exists vars(external_symbol)]} then {
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dnm.exp57 if [info exists vars] then { unset vars }
59 set vars($symbol) $type
63 if {![info exists vars(text_symbol)] \
64 || $vars(text_symbol) != "T" \
65 || ![info exists vars(data_symbol)] \
66 || $vars(data_symbol) != "D" \
67 || ![info exists vars(common_symbol)] \
68 || $vars(common_symbol) != "C" \
69 || ![info exists vars(external_symbo
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dpeicode.h398 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
399 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
400 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
401 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
402 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
403 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
404 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
417 sizeof (* vars.bim) \
437 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
446 entry = vars
435 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
464 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
476 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
501 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
579 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
711 pe_ILF_vars vars; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dpeicode.h408 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
409 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
410 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
411 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
412 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
413 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
414 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
454 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
463 entry = vars->reltab + vars
452 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
481 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
493 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
518 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
597 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
754 pe_ILF_vars vars; local
[all...]
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_debugging.cc32 InternalMmapVector<StackVarDescr> vars(16);
33 if (!ParseFrameDescription(access.frame_descr, &vars)) {
37 for (uptr i = 0; i < vars.size(); i++) {
38 if (access.offset <= vars[i].beg + vars[i].size) {
39 internal_strncat(descr->name, vars[i].name_pos,
40 Min(descr->name_size, vars[i].name_len));
41 descr->region_address = addr - (access.offset - vars[i].beg);
42 descr->region_size = vars[i].size;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug191.dir/
H A Dmain.go15 panic("wrong vars")
/haiku-buildtools/binutils/gas/testsuite/gas/microblaze/
H A Dreloc_strongsym.s7 .frame r19,8,r15 # vars= 0, regs= 1, args= 0
/haiku-buildtools/binutils/gas/testsuite/gas/cfi/
H A Dcfi-m68k.s13 #; alocate space for local vars
20 #; release space of local vars and return
H A Dcfi-i386.s10 #; alocate space for local vars
17 #; release space of local vars and return
61 #; alocate space for local vars
H A Dcfi-mips-1.s10 .frame $fp,8,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Delf_e_flags.s10 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, extra= 0
27 .frame $sp,40,$31 # vars= 0, regs= 1/0, args= 32, extra= 0
H A Dmips16-intermix.s7 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
25 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
41 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
58 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
74 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
91 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
107 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
124 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
140 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
157 .frame $sp,0,$31 # vars
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Djr-to-b-1.s8 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
26 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
H A Djr-to-b-2.s8 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
26 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
H A Dmips16-intermix-2.s7 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
25 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
41 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
58 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
74 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
91 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
107 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
124 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
140 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, gp= 0
157 .frame $sp,0,$31 # vars
[all...]
H A Djalx-2-ex.s15 .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
H A Djalx-2-printf.s14 .frame $fp,8,$31 # vars= 0, regs= 1/0, args= 0, gp= 0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cfi/
H A Dcfi-m68k.s13 #; alocate space for local vars
20 #; release space of local vars and return
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Delf_e_flags.s10 .frame $sp,0,$31 # vars= 0, regs= 0/0, args= 0, extra= 0
27 .frame $sp,40,$31 # vars= 0, regs= 1/0, args= 32, extra= 0

Completed in 121 milliseconds

12345