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

/external/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp337 int str_offset = 0; local
347 str_offset = 0;
348 str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", (uint64_t)(offsetBase + (offset - startOffset)));
352 if (str_offset >= sizeof(str))
357 str_offset = 0;
366 case TypeUInt8: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " %2.2x", Get8(&offset)); break;
370 str_offset += snprintf(str + str_offset, sizeo
[all...]
/external/lldb/include/lldb/Core/
H A DMappedHash.h273 const uint32_t strp_offset = m_entries[i].str_offset;
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c3588 int str_offset; local
3596 str_offset = data2host4(pevent, data + arg->string.offset);
3597 str_offset &= 0xffff;
3598 print_str_to_seq(s, format, len_arg, ((char *)data) + str_offset);

Completed in 162 milliseconds