Home
last modified time | relevance | path

Searched refs:str_offset (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.cpp251 size_t str_offset = 0; in Dump() local
260 str_offset = 0; in Dump()
261 str_offset += snprintf(str, sizeof(str), "0x%8.8llx:", in Dump()
267 if (str_offset >= sizeof(str)) { in Dump()
272 str_offset = 0; in Dump()
281 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
286 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
290 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
294 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
298 str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, in Dump()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacro.cpp67 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local
88 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
90 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
/external/mesa3d/src/util/
Dblob_test.c128 size_t str_offset, uint_offset; in test_write_and_read_functions() local
141 str_offset = blob.size; in test_write_and_read_functions()
157 blob_overwrite_bytes(&blob, str_offset, overwrite_test_str, in test_write_and_read_functions()
/external/llvm-project/lldb/source/Interpreter/
DOptionArgParser.cpp222 std::string str_offset = matches[3].str(); in ToAddress() local
223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()
/external/llvm/docs/
DSourceLevelDebugging.rst1166 uint32_t str_offset
1170 If "str_offset" is zero, then the bucket contents are done. 99.9% of the
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1773 uint32_t str_offset
1777 If "str_offset" is zero, then the bucket contents are done. 99.9% of the