Searched defs:id_name (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Ddwfl_build_id_find_elf.c71 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/
H A DHistory.h99 HistorySourceUInt (const char *id_name, uintptr_t start_value = 0u) : argument
101 m_name (id_name),

Completed in 227 milliseconds