Searched refs:statics (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dcreate_perllibst_h.pl8 my @statics = split /\s+/, $Config{static_ext};
11 my @statics1 = map {local $_=$_;s/\//__/g;$_} @statics;
12 my @statics2 = map {local $_=$_;s/\//::/g;$_} @statics;
14 print $fh "#ifdef STATIC1\n",(map {" \"$_\",\n"} @statics),"#undef STATIC1\n#endif\n";
16 print $fh "#ifdef STATIC3\n",(map {" newXS(\"$statics2[$_]::bootstrap\", boot_$statics1[$_], file);\n"} 0 .. $#statics),"#undef STATIC3\n#endif\n";
H A Dlist_static_libs.pl8 my @statics = split /\s+/, $Config{static_ext};
11 for (@statics) {
16 print map {s|/|\\|g;m|([^\\]+)$|;"..\\lib\\auto\\$_\\$1$Config{_a} "} @statics;
/openbsd-current/usr.bin/top/
H A Dmachine.h38 * the statics struct is filled in by machine_init
40 struct statics { struct
86 extern int display_init(struct statics *);
89 extern int machine_init(struct statics *);
H A Ddisplay.c163 display_init(struct statics * statics) argument
185 procstate_names = statics->procstate_names;
187 cpustate_names = statics->cpustate_names;
194 memory_names = statics->memory_names;
H A Dmachine.c186 machine_init(struct statics *statics) argument
221 /* fill in the statics information */
222 statics->procstate_names = procstatenames;
223 statics->cpustate_names = cpustatenames;
224 statics->memory_names = memorynames;
225 statics->order_names = ordernames;
H A Dtop.c100 struct statics statics; variable in typeref:struct:statics
155 i = string_index(r ? field + 1 : field, statics.order_names);
442 if (machine_init(&statics) == -1)
458 max_topn = display_init(&statics);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBBlock.h58 bool locals, bool statics,
62 bool locals, bool statics);
H A DSBFrame.h140 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
143 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp233 bool locals, bool statics,
235 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic);
254 add_variable = statics;
287 bool locals, bool statics) {
288 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics);
309 add_variable = statics;
232 GetVariables(lldb::SBFrame &frame, bool arguments, bool locals, bool statics, lldb::DynamicValueType use_dynamic) argument
286 GetVariables(lldb::SBTarget &target, bool arguments, bool locals, bool statics) argument
H A DSBVariablesOptions.cpp154 void SBVariablesOptions::SetIncludeStatics(bool statics) { argument
155 LLDB_INSTRUMENT_VA(this, statics);
157 m_opaque_up->SetIncludeStatics(statics);
H A DSBFrame.cpp729 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, argument
731 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only);
748 options.SetIncludeStatics(statics);
759 bool statics, bool in_scope_only,
761 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only,
773 options.SetIncludeStatics(statics);
790 const bool statics = options.GetIncludeStatics(); local
823 add_variable = statics;
758 GetVariables(bool arguments, bool locals, bool statics, bool in_scope_only, lldb::DynamicValueType use_dynamic) argument
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBBlock.i94 bool statics,
101 bool statics);
H A DSBFrame.i219 bool statics,
225 bool statics,
362 statics = property(get_statics, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBValue objects that represent the static variables in this stack frame.''')
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dcmdtemplate.py81 '--statics',
83 dest='statics',
84 help='statics = True',
123 options.statics,
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c1675 int amask, args, statics;
1688 statics = 0;
1693 statics = 4;
1698 statics = amask & 3;
1747 if (statics == 1)
1749 else if (statics > 0)
1751 mips_gpr_names[7 - statics + 1],
1670 int amask, args, statics; local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3723 // Generate statics list:
3724 llvm::Constant *statics = NULLPtr; local
3749 statics = allStaticsArray.finishAndCreateGlobal(".objc_statics_ptr",
3751 statics = llvm::ConstantExpr::getBitCast(statics, PtrTy);
3840 classList.add(statics);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c10065 int args = 0, statics = 0, sregs = 0;
10130 /* statics $a0-$a3 */
10131 statics |= 1 << (reg1 - 4);
10153 /* Encode args/statics combination. */
10154 if (args & statics)
10159 else if (statics == 0xf)
10160 /* All $a0-$a3 are statics. */
10176 while (statics & 0x8)
10178 statics = (statics <<
10058 int args = 0, statics = 0, sregs = 0; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c2015 bfd_boolean statics; local
2027 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics)
2033 if (! statics
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dstabs.c2013 bfd_boolean statics; local
2025 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics)
2031 if (! statics
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm2262 my (@statics, @dynamics, @boots);
2270 push @statics, "$instfile\$(LIB_EXT)";
2282 $self->{INST_STATIC} = join ' ', @statics;
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c837 VEC(tree,gc) *statics = level->static_decls;
838 tree *vec = VEC_address (tree, statics);
839 int len = VEC_length (tree, statics);
4990 /* We defer emission of local statics until the corresponding
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c1294 /* If appropriate, add decl to separate list of statics. We
2177 varray_type statics = level->static_decls;
2178 tree *vec = &VARRAY_TREE (statics, 0);
2179 int len = VARRAY_ACTIVE_SIZE (statics);
8685 /* We defer emission of local statics until the corresponding
2174 varray_type statics = level->static_decls; local
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm2854 Keep statics grouped into bins based on request sizes.

Completed in 403 milliseconds