Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDMappedHash.h273 const uint32_t strp_offset = m_entries[i].str_offset; in Save()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c4942 LONGEST str_offset = read_offset (abfd, buf, cu_header, in read_indirect_string() local
4951 if (str_offset >= dwarf_str_size) in read_indirect_string()
4958 if (dwarf_str_buffer[str_offset] == '\0') in read_indirect_string()
4960 return dwarf_str_buffer + str_offset; in read_indirect_string()