Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd-10-stable/contrib/gdb/gdb/mi/
Dmi-cmd-stack.c34 static void list_args_or_locals (int locals, int values, struct frame_info *fi);
230 list_args_or_locals (int locals, int values, struct frame_info *fi) in list_args_or_locals() argument
244 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, locals ? "locals" : "args"); in list_args_or_locals()
273 if (!locals) in list_args_or_locals()
282 if (locals) in list_args_or_locals()
295 if (!locals) in list_args_or_locals()
/freebsd-10-stable/sys/boot/ficl/softwords/
Dsoftcore.fr73 : locals| ( name...name | -- )
88 : end-locals ( -- ) 0 0 (local) ; immediate
179 0 locals| addr2 length c-addr | end-locals
191 0 locals| b-length b-u b-addr a-u a-addr | end-locals
198 locals| b-u b-addr a-u a-addr | end-locals
Djhlocal.fr8 \ Uses locals...
58 0 dup locals| locstate |
60 \ stack locals until we hit a delimiter
68 \ now unstack the locals
73 \ zero locals until -- or }
Dfileaccess.fr16 locals| f | end-locals
Dficllocal.fr6 \ Uses locals...
21 0 dup locals| nLocs locstate |
Doo.fr267 locals| meta class nobjs offset |
280 locals| meta class offset |
406 locals| meta parent |
415 locals| meta parent nobj |
436 locals| meta class |
444 locals| meta class nobj |
501 locals| wid meta parent |
532 locals| meta class |
543 locals| meta class |
613 0 dup locals| &init &next class inst |
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBBlock.cpp259 bool locals, in GetVariables() argument
293 add_variable = locals; in GetVariables()
320 bool locals, in GetVariables() argument
355 add_variable = locals; in GetVariables()
DSBFrame.cpp1054 bool locals, in GetVariables() argument
1065 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic); in GetVariables()
1072 bool locals, in GetVariables() argument
1089 locals, in GetVariables()
1128 add_variable = locals; in GetVariables()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBBlock.h75 bool locals,
82 bool locals,
DSBFrame.h148 bool locals,
154 bool locals,
/freebsd-10-stable/contrib/gdb/gdb/
Di386-tdep.c292 long locals; member
318 cache->locals = -1; in i386_alloc_frame_cache()
555 cache->locals = 0; in i386_analyze_frame_setup()
578 cache->locals = read_memory_integer (pc + 5, 1); in i386_analyze_frame_setup()
589 cache->locals = read_memory_integer (pc + 5, 4); in i386_analyze_frame_setup()
600 cache->locals = read_memory_unsigned_integer (pc + 1, 2); in i386_analyze_frame_setup()
620 if (cache->locals > 0) in i386_analyze_register_saves()
621 offset -= cache->locals; in i386_analyze_register_saves()
690 cache.locals = -1; in i386_skip_prologue()
692 if (cache.locals < 0) in i386_skip_prologue()
[all …]
Dbuildsym.h133 struct pending *locals; member
Dbuildsym.c1062 new->locals = local_symbols; in push_context()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DScriptInterpreterPython.cpp847 PythonDictionary locals = GetSessionDictionary (); in ExecuteOneLineWithReturn() local
849 if (!locals) in ExecuteOneLineWithReturn()
851 locals = PyObject_GetAttrString (globals.get(), m_dictionary_name.c_str()); in ExecuteOneLineWithReturn()
854 if (!locals) in ExecuteOneLineWithReturn()
855 locals = globals; in ExecuteOneLineWithReturn()
865 py_return = PyRun_String (in_string, Py_eval_input, globals.get(), locals.get()); in ExecuteOneLineWithReturn()
872 py_return = PyRun_String (in_string, Py_single_input, globals.get(), locals.get()); in ExecuteOneLineWithReturn()
1010 PythonDictionary locals = GetSessionDictionary (); in ExecuteMultipleLines() local
1012 if (!locals) in ExecuteMultipleLines()
1014 locals = PyObject_GetAttrString (globals.get(), m_dictionary_name.c_str()); in ExecuteMultipleLines()
[all …]
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl68 $locals=16*$SZ; # X[16]
94 $locals=0; # X[16] is register resident
462 save %sp,`-$frame-$locals`,%sp
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DDWARFExpression.h363 SetExpressionLocalVariableList (ClangExpressionVariableList *locals);
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Dsparcv9a-mont.pl69 $locals=64;
129 save %sp,-$frame-$locals,%sp
156 add %sp,$bias+$frame+$locals,$tp
503 add %sp,$bias+$frame+$locals,$tp
/freebsd-10-stable/contrib/binutils/binutils/
Ddebug.c418 struct debug_namespace *locals; member
651 nsp = &info->current_block->locals; in debug_add_to_current_namespace()
1152 nsp = &info->current_block->locals; in debug_record_variable()
1958 if (b->locals != NULL) in debug_find_named_type()
1962 for (n = b->locals->list; n != NULL; n = n->next) in debug_find_named_type()
2860 if (block->locals != NULL || block->parent == NULL) in debug_write_block()
2866 if (block->locals != NULL) in debug_write_block()
2868 for (n = block->locals->list; n != NULL; n = n->next) in debug_write_block()
2884 if (block->locals != NULL || block->parent == NULL) in debug_write_block()
/freebsd-10-stable/contrib/gdb/include/
Dbfdlink.h673 struct bfd_elf_version_expr_head locals; member
/freebsd-10-stable/contrib/binutils/include/
Dbfdlink.h750 struct bfd_elf_version_expr_head locals; member
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
Daes-sparcv9.pl37 $locals=16;
191 save %sp,-$frame-$locals,%sp
737 save %sp,-$frame-$locals,%sp
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.opt234 Uninitialized locals in .bss
/freebsd-10-stable/sys/boot/forth/
Dsupport.4th1293 end-locals
1338 end-locals
1423 end-locals
1449 end-locals
/freebsd-10-stable/contrib/binutils/ld/
Dldlang.c6740 struct bfd_elf_version_expr *locals) in lang_new_vers_node() argument
6746 ret->locals.list = locals; in lang_new_vers_node()
6881 lang_finalize_version_expr_head (&version->locals); in lang_register_vers_node()
6892 if (t->locals.htab && e1->symbol) in lang_register_vers_node()
6894 e2 = htab_find (t->locals.htab, e1); in lang_register_vers_node()
6904 for (e2 = t->locals.remaining; e2 != NULL; e2 = e2->next) in lang_register_vers_node()
6912 for (e1 = version->locals.list; e1 != NULL; e1 = e1->next) in lang_register_vers_node()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DIOHandler.cpp3645 VariableList *locals = frame->GetVariableList(true); in WindowDelegateDraw() local
3646 if (locals) in WindowDelegateDraw()
3649 const size_t num_locals = locals->GetSize(); in WindowDelegateDraw()
3651 …local_values.Append(frame->GetValueObjectForFrameVariable (locals->GetVariableAtIndex(i), use_dyna… in WindowDelegateDraw()

12345