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

  /external/elfutils/0.153/libdwfl/
dwfl_build_id_find_elf.c 71 char id_name[sizeof "/.build-id/" + 1 + id_len * 2 + sizeof ".debug" - 1]; local
72 strcpy (id_name, "/.build-id/");
73 int n = snprintf (&id_name[sizeof "/.build-id/" - 1],
78 n = snprintf (&id_name[sizeof "/.build-id/" - 1 + 3 + (i - 1) * 2],
83 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2],
107 char *name = malloc (dirlen + sizeof id_name);
110 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); local
  /external/lldb/include/lldb/Core/
History.h 99 HistorySourceUInt (const char *id_name, uintptr_t start_value = 0u) :
101 m_name (id_name),
  /external/lldb/source/Expression/
ClangASTSource.cpp 601 static ConstString id_name("id");
604 if (name == id_name || name == Class_name)
    [all...]
ClangExpressionDeclMap.cpp 886 static ConstString id_name("id");
889 if (name == id_name || name == Class_name)
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 352 milliseconds