Searched refs:str_offset (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 337 int str_offset = 0; in Dump() local 347 str_offset = 0; in Dump() 348 …str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffs… in Dump() 352 if (str_offset >= sizeof(str)) in Dump() 357 str_offset = 0; in Dump() 366 …case TypeUInt8: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump() 370 …str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " %c", isp… in Dump() 373 …case TypeUInt16: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump() 374 …case TypeUInt32: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump() 375 …case TypeUInt64: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump() [all …]
|
/external/lldb/include/lldb/Core/ |
D | MappedHash.h | 273 const uint32_t strp_offset = m_entries[i].str_offset; in Save()
|
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
D | event-parse.c | 3588 int str_offset; in print_str_arg() local 3596 str_offset = data2host4(pevent, data + arg->string.offset); in print_str_arg() 3597 str_offset &= 0xffff; in print_str_arg() 3598 print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset); in print_str_arg()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 2143 uint32_t str_offset 2147 If "str_offset" is zero, then the bucket contents are done. 99.9% of the
|