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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp67 lldb::offset_t new_offset = 0, str_offset = 0; local
88 str_offset = debug_macro_data.GetU64(offset);
90 str_offset = debug_macro_data.GetU32(offset);
91 macro_str = debug_str_data.GetCStr(&str_offset);
H A DDWARFFormValue.cpp467 dw_offset_t str_offset = local
471 str_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp222 std::string str_offset = matches[3].str(); local
223 if (!llvm::StringRef(str_offset).getAsInteger(0, offset)) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c4942 LONGEST str_offset = read_offset (abfd, buf, cu_header, local
4951 if (str_offset >= dwarf_str_size)
4958 if (dwarf_str_buffer[str_offset] == '\0')
4960 return dwarf_str_buffer + str_offset;

Completed in 184 milliseconds