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

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javaversion.c 49 struct locals struct
60 struct locals *l = (struct locals *) private_data;
114 struct locals locals; local
117 locals.line = NULL;
119 false, false, execute_and_read_line, &locals);
121 return locals.line;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-java.c 49 struct locals struct
60 struct locals *l = (struct locals *) private_data;
96 struct locals locals; local
134 execute_and_read_po_output, &locals))
138 return locals.mdlp;
read-csharp.c 51 struct locals struct
62 struct locals *l = (struct locals *) private_data;
101 struct locals locals; local
160 execute_and_read_po_output, &locals))
167 return locals.mdlp;
read-resources.c 52 struct locals struct
63 struct locals *l = (struct locals *) private_data;
100 struct locals locals; local
124 execute_and_read_po_output, &locals))
130 message_list_ty *read_mlp = locals.mdlp->item[0]->messages;
write-resources.c 56 struct locals struct
67 struct locals *l = (struct locals *) private_data;
166 struct locals locals; local
181 locals.mlp = mlp;
186 execute_writing_input, &locals))
  /src/external/bsd/kyua-cli/dist/utils/config/
lua_module_test.cpp 334 ATF_TEST_CASE_WITHOUT_HEAD(locals); variable
335 ATF_TEST_CASE_BODY(locals)
435 ATF_ADD_TEST_CASE(tcs, locals);
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Function.h 31 /// The block gathers all the descriptors of the locals defined in this block.
46 llvm::iterator_range<LocalVectorTy::iterator> locals() { function in class:clang::interp::Scope
  /src/crypto/external/bsd/openssl.old/dist/crypto/
init.c 52 static void ossl_init_thread_stop(struct thread_local_inits_st *locals);
418 static void ossl_init_thread_stop(struct thread_local_inits_st *locals)
421 if (locals == NULL)
424 if (locals->async) {
432 if (locals->err_state) {
440 if (locals->rand) {
448 OPENSSL_free(locals);
459 struct thread_local_inits_st *locals; local
464 locals = ossl_init_get_thread_local(1);
466 if (locals == NULL
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfxx-aarch64.h 96 struct elf_aarch64_local_symbol *locals; member in struct:elf_aarch64_obj_tdata
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-aarch64.h 96 struct elf_aarch64_local_symbol *locals; member in struct:elf_aarch64_obj_tdata
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 107 InternalMmapVector<LocalInfo> locals; member in struct:__sanitizer::FrameInfo
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 103 InternalMmapVector<LocalInfo> locals; member in struct:__sanitizer::FrameInfo
  /src/external/gpl3/gdb/dist/bfd/
elfxx-aarch64.h 90 struct elf_aarch64_local_symbol *locals; member in struct:elf_aarch64_obj_tdata
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-stack.c 42 enum what_to_list { locals, arguments, all }; enumerator in enum:what_to_list
215 /* Print a list of the locals for the current frame. With argument of
248 int opt = mi_getopt ("-stack-list-locals", argc - 1, argv,
268 error (_("-stack-list-locals: Usage: [--no-frame-filters] "
287 locals, print_value, frame,
572 which is determined by VALUES. The objects can be locals,
590 case locals:
591 name_of_result = "locals";
634 else if (what == locals)
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-stack.c 42 enum what_to_list { locals, arguments, all }; enumerator in enum:what_to_list
215 /* Print a list of the locals for the current frame. With argument of
248 int opt = mi_getopt ("-stack-list-locals", argc - 1, argv,
268 error (_("-stack-list-locals: Usage: [--no-frame-filters] "
287 locals, print_value, frame,
572 which is determined by VALUES. The objects can be locals,
590 case locals:
591 name_of_result = "locals";
634 else if (what == locals)
  /src/external/gpl3/gdb/dist/gdb/
buildsym.h 88 /* Outer locals at the time we entered */
90 struct pending *locals; member in struct:context_stack
bfin-tdep.c 260 long locals; member in struct:bfin_frame_cache
285 cache->locals = -1;
m68k-tdep.c 635 long locals;
659 cache->locals = -1;
691 cache->locals = -read_memory_integer (pc + 2, 2, byte_order);
693 if (pc + 4 < current_pc && cache->locals == 0)
698 cache->locals = read_memory_integer (pc + 6, 4, byte_order);
708 cache->locals = -read_memory_integer (pc + 2, 4, byte_order);
714 cache->locals = 0;
734 cache->locals = (op & 07000) == 0 ? 8 : (op & 07000) >> 9;
740 cache->locals += (op & 07000) == 0 ? 8 : (op & 07000) >> 9;
750 cache->locals = -read_memory_integer (pc + 2, 2, byte_order)
629 long locals; member in struct:m68k_frame_cache
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
buildsym.h 88 /* Outer locals at the time we entered */
90 struct pending *locals; member in struct:context_stack
bfin-tdep.c 260 long locals; member in struct:bfin_frame_cache
285 cache->locals = -1;
m68k-tdep.c 635 long locals;
659 cache->locals = -1;
691 cache->locals = -read_memory_integer (pc + 2, 2, byte_order);
693 if (pc + 4 < current_pc && cache->locals == 0)
698 cache->locals = read_memory_integer (pc + 6, 4, byte_order);
708 cache->locals = -read_memory_integer (pc + 2, 4, byte_order);
714 cache->locals = 0;
734 cache->locals = (op & 07000) == 0 ? 8 : (op & 07000) >> 9;
740 cache->locals += (op & 07000) == 0 ? 8 : (op & 07000) >> 9;
750 cache->locals = -read_memory_integer (pc + 2, 2, byte_order)
629 long locals; member in struct:m68k_frame_cache
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 480 static const char *locals[] = local
489 && local_index < ARRAY_SIZE (locals))
490 prin (stream, " <%s>", locals[local_index]);
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 480 static const char *locals[] = local
489 && local_index < ARRAY_SIZE (locals))
490 prin (stream, " <%s>", locals[local_index]);
  /src/external/gpl3/gdb/dist/opcodes/
wasm32-dis.c 480 static const char *locals[] = local
489 && local_index < ARRAY_SIZE (locals))
490 prin (stream, " <%s>", locals[local_index]);
  /src/external/gpl3/gdb.old/dist/opcodes/
wasm32-dis.c 480 static const char *locals[] = local
489 && local_index < ARRAY_SIZE (locals))
490 prin (stream, " <%s>", locals[local_index]);

Completed in 59 milliseconds

1 2