HomeSort by: relevance | last modified time | path
    Searched refs:str_off (Results 1 - 20 of 20) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
strtab.h 41 size_t str_off; /* offset in bytes of this string */ member in struct:strhash
strtab.c 176 return (hp->str_off);
187 hp->str_off = sp->str_size;
201 return (hp->str_off);
246 (void) printf("[%lu] %lu \"", (ulong_t)hp->str_off, b);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_strtab.h 41 size_t str_off; /* offset in bytes of this string */ member in struct:dt_strhash
dt_strtab.c 223 return (hp->str_off);
251 hp->str_off = sp->str_size;
268 return (hp->str_off);
  /src/external/gpl3/gcc/dist/libbacktrace/
pecoff.c 611 off_t str_off; local
724 str_off = 0;
744 str_off = syms_off + syms_size;
750 if (!backtrace_get_view (state, descriptor, str_off, str_size,
763 unsigned int str_off; local
769 str_off = atoi (s->name + 1);
772 str_off = 0;
779 if (str_off != 0)
780 match = coff_long_name_eq (dbg_name, str_off, &str_view);
xcoff.c 1087 off_t str_off; local
1205 str_off = fhdr.f_symptr + syms_size;
1211 if (!backtrace_get_view (state, descriptor, offset + str_off,
  /src/external/gpl3/gcc.old/dist/libbacktrace/
pecoff.c 599 off_t str_off; local
711 str_off = 0;
731 str_off = syms_off + syms_size;
737 if (!backtrace_get_view (state, descriptor, str_off, str_size,
750 unsigned int str_off; local
756 str_off = atoi (s->name + 1);
759 str_off = 0;
766 if (str_off != 0)
767 match = coff_long_name_eq (dbg_name, str_off, &str_view);
xcoff.c 1087 off_t str_off; local
1205 str_off = fhdr.f_symptr + syms_size;
1211 if (!backtrace_get_view (state, descriptor, offset + str_off,
  /src/external/gpl3/gdb/dist/libbacktrace/
pecoff.c 611 off_t str_off; local
724 str_off = 0;
744 str_off = syms_off + syms_size;
750 if (!backtrace_get_view (state, descriptor, str_off, str_size,
763 unsigned int str_off; local
769 str_off = atoi (s->name + 1);
772 str_off = 0;
779 if (str_off != 0)
780 match = coff_long_name_eq (dbg_name, str_off, &str_view);
xcoff.c 1087 off_t str_off; local
1205 str_off = fhdr.f_symptr + syms_size;
1211 if (!backtrace_get_view (state, descriptor, offset + str_off,
  /src/external/gpl3/gdb.old/dist/libbacktrace/
pecoff.c 611 off_t str_off; local
724 str_off = 0;
744 str_off = syms_off + syms_size;
750 if (!backtrace_get_view (state, descriptor, str_off, str_size,
763 unsigned int str_off; local
769 str_off = atoi (s->name + 1);
772 str_off = 0;
779 if (str_off != 0)
780 match = coff_long_name_eq (dbg_name, str_off, &str_view);
xcoff.c 1087 off_t str_off; local
1205 str_off = fhdr.f_symptr + syms_size;
1211 if (!backtrace_get_view (state, descriptor, offset + str_off,
  /src/external/gpl3/gcc/dist/include/
btf.h 48 uint32_t str_off; /* Offset of string section, in bytes. */ member in struct:btf_header
  /src/external/gpl3/gcc.old/dist/include/
btf.h 48 uint32_t str_off; /* Offset of string section, in bytes. */ member in struct:btf_header
  /src/external/gpl3/gcc.old/dist/gcc/
btfout.cc 278 uint32_t str_off; local
279 ctf_add_string (ctfc, secname, &str_off, CTF_AUX_STRTAB);
285 ds.name_offset = str_off;
788 uint32_t str_off = 0, str_len = 0; local
805 str_off = type_off + type_len;
816 dw2_asm_output_data (4, str_off, "str_off");
  /src/external/gpl3/gcc/dist/gcc/
btfout.cc 382 uint32_t str_off; local
383 ctf_add_string (ctfc, secname, &str_off, CTF_AUX_STRTAB);
389 ds.name_offset = str_off;
1098 uint32_t str_off = 0, str_len = 0; local
1115 str_off = type_off + type_len;
1126 dw2_asm_output_data (4, str_off, "str_off");
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 535 offset_type str_off, vec_off; local
542 str_off = insertpair.first->second;
549 str_off = 0;
553 output.append_offset (str_off);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 537 offset_type str_off, vec_off; local
544 str_off = insertpair.first->second;
551 str_off = 0;
555 output.append_offset (str_off);
  /src/external/gpl3/binutils/dist/binutils/
resbin.c 2318 rc_uint_type vs_off, str_off;
2329 str_off = off;
2335 windres_put_16 (wrbfd, bvs.sig1, (off - str_off) / 2);
2317 rc_uint_type vs_off, str_off; local
  /src/external/gpl3/binutils.old/dist/binutils/
resbin.c 2312 rc_uint_type vs_off, str_off;
2323 str_off = off;
2329 windres_put_16 (wrbfd, bvs.sig1, (off - str_off) / 2);
2311 rc_uint_type vs_off, str_off; local

Completed in 53 milliseconds