Searched refs:str_off (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | strtab.c | 172 return (hp->str_off); in strtab_insert() 183 hp->str_off = sp->str_size; in strtab_insert() 197 return (hp->str_off); in strtab_insert() 242 (void) printf("[%lu] %lu \"", (ulong_t)hp->str_off, b); in strtab_print()
|
H A D | strtab.h | 41 size_t str_off; /* offset in bytes of this string */ member
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 231 GElf_Off hash_off, sym_off, str_off; in ef_parse_dynamic() local 283 hash_off = rel_off = rela_off = sym_off = str_off = 0; in ef_parse_dynamic() 298 if (str_off != 0) in ef_parse_dynamic() 301 str_off = ef_get_offset(ef, dp->d_un.d_ptr); in ef_parse_dynamic() 366 if (str_off == 0) { in ef_parse_dynamic() 426 if (shdr[i].sh_offset != str_off) in ef_parse_dynamic()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 2170 str_off(0), in Formatter() 2181 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format() 2191 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0, in format() 2194 retval = snprintf(str + str_off, str_off < size ? size - str_off : 0, in format() 2210 char *str_cur() { return str + str_off; } in str_cur() 2217 size_t num_avail = str_off < size ? size - str_off : 0; in num_written_bytes() 2233 size_t str_off; member 2387 *ptr = (int)formatter.str_off; in format_buffer() 2421 formatter.str_off += retval; in format_buffer() 2429 return formatter.str_off; in format_buffer() [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_strtab.c | 230 return (hp->str_off); in dt_strtab_index() 258 hp->str_off = sp->str_size; in dt_strtab_insert() 275 return (hp->str_off); in dt_strtab_insert()
|
H A D | dt_strtab.h | 41 size_t str_off; /* offset in bytes of this string */ member
|