Searched refs:str_offset (Results 1 – 3 of 3) sorted by relevance
68 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local89 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()
558 dw_offset_t str_offset = in AsCString() local561 return symbol_file->get_debug_str_data().PeekCStr(str_offset); in AsCString()
4942 LONGEST str_offset = read_offset (abfd, buf, cu_header, in read_indirect_string() local4951 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()