Searched refs:str_name (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/
H A Delfxx.c349 char* str_name = strtab + sym->st_name; local
350 if (str_name > (char*) ei->u.mapped.image + ei->u.mapped.size ||
351 str_name < strtab) {
357 uintptr_t max_size = (uintptr_t) str_name - (uintptr_t) ei->u.mapped.image;
362 strncpy (buf, str_name, buf_len);
/external/lldb/source/API/
H A DSBValue.cpp915 const ConstString str_name (name);
923 child_sp = value_sp->GetChildMemberWithName (str_name, true);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c1120 HChar* str_name = ML_(cur_read_strdup)(ui.name, "di.rdd3.1"); local
1123 ui.stmt_list, str_name, str_compdir );
1124 ML_(dinfo_free)(str_name);
1133 HChar* str_name = ML_(cur_read_strdup)(ui.name, "di.rdd3.3"); local
1135 escn_debug_line.szB, ui.stmt_list, str_name );
1136 ML_(dinfo_free)(str_name);

Completed in 4255 milliseconds