Searched refs:str_offset (Results 1 – 3 of 3) sorted by relevance
60 #define str_offset ((unsigned)str_head.s_data - (unsigned)&str_head) macro61 #define str_stos(s) ((struct string *)((unsigned)(s) - str_offset))
131 s = (struct string *) malloc(l + str_offset);
6009 LONGEST str_offset = read_offset (abfd, buf, cu_header, in read_indirect_string() local6018 if (str_offset >= dwarf2_per_objfile->str_size) in read_indirect_string()6025 if (dwarf2_per_objfile->str_buffer[str_offset] == '\0') in read_indirect_string()6027 return dwarf2_per_objfile->str_buffer + str_offset; in read_indirect_string()