Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A 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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp68 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local
89 str_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
91 str_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp227 std::string str_offset = matches[3].str(); in ToAddress() local
228 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) { in ToAddress()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c5974 LONGEST str_offset = read_offset (abfd, buf, cu_header, in read_indirect_string() local
5983 if (str_offset >= dwarf2_per_objfile->str_size) in read_indirect_string()
5990 if (dwarf2_per_objfile->str_buffer[str_offset] == '\0') in read_indirect_string()
5992 return dwarf2_per_objfile->str_buffer + str_offset; in read_indirect_string()
/openbsd-src/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst1851 uint32_t str_offset
1855 If "str_offset" is zero, then the bucket contents are done. 99.9% of the