Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dstring.h60 #define str_offset ((unsigned)str_head.s_data - (unsigned)&str_head) macro
61 #define str_stos(s) ((struct string *)((unsigned)(s) - str_offset))
Dstring.c131 s = (struct string *) malloc(l + str_offset);
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c6009 LONGEST str_offset = read_offset (abfd, buf, cu_header, in read_indirect_string() local
6018 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()