HomeSort by relevance Sort by last modified time
    Searched defs:type_flags (Results 1 - 5 of 5) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
stack_logging.h 52 extern "C" void __disk_stack_logging_log_stack(uint32_t type_flags, uintptr_t zone_ptr, uintptr_t size, uintptr_t ptr_arg, uintptr_t return_val, uint32_t num_hot_to_skip);
58 uint32_t type_flags; member in struct:__anon9117
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 34 uint32_t type_flags; // Any flags for this DIEInfo member in struct:DWARFMappedHash::DIEInfo
40 type_flags (0),
48 type_flags (f),
58 type_flags = 0;
168 if (die_info_array[i].type_flags & eTypeFlagClassIsImplementation)
202 if ((die_info_array[i].type_flags & type_flag_mask) == type_flag_value)
460 hash_data.type_flags = (uint32_t)form_value.Unsigned ();
502 strm.Printf ("0x%2.2x", hash_data.type_flags);
503 if (hash_data.type_flags)
506 if (hash_data.type_flags & eTypeFlagClassIsImplementation
    [all...]
  /external/mksh/src/
exec.c 502 int type_flags; local
618 type_flags = 0;
626 type_flags = EXPORT;
628 type_flags = LOCAL|LOCAL_COPY|EXPORT;
632 type_flags |= EXPORT;
653 typeset(cp, type_flags, 0, 0, 0);
654 if (bourne_function_call && !(type_flags & EXPORT))
    [all...]
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 85 uint32_t type_flags; member in struct:__anon8905
220 uint32_t type_flags; member in struct:malloc_stack_entry
347 m_entries[m_size].type_flags = 0;
838 stack_entry->type_flags = stack_record.type_flags;
874 stack_entry->type_flags = stack_logging_type_alloc;
    [all...]
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp 663 const uint32_t type_flags = return_clang_type.GetTypeInfo (); local
    [all...]

Completed in 1225 milliseconds