Home
last modified time | relevance | path

Searched refs:str_off (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dpecoff.c599 off_t str_off; in coff_add() local
711 str_off = 0; in coff_add()
731 str_off = syms_off + syms_size; in coff_add()
737 if (!backtrace_get_view (state, descriptor, str_off, str_size, in coff_add()
750 unsigned int str_off; in coff_add() local
756 str_off = atoi (s->name + 1); in coff_add()
759 str_off = 0; in coff_add()
766 if (str_off != 0) in coff_add()
767 match = coff_long_name_eq (dbg_name, str_off, &str_view); in coff_add()
H A Dxcoff.c1087 off_t str_off; in xcoff_add() local
1205 str_off = fhdr.f_symptr + syms_size; in xcoff_add()
1211 if (!backtrace_get_view (state, descriptor, offset + str_off, in xcoff_add()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dpecoff.c596 off_t str_off; in coff_add() local
703 str_off = 0; in coff_add()
723 str_off = syms_off + syms_size; in coff_add()
729 if (!backtrace_get_view (state, descriptor, str_off, str_size, in coff_add()
742 unsigned int str_off; in coff_add() local
748 str_off = atoi (s->name + 1); in coff_add()
751 str_off = 0; in coff_add()
758 if (str_off != 0) in coff_add()
759 match = coff_long_name_eq (dbg_name, str_off, &str_view); in coff_add()
H A Dxcoff.c1088 off_t str_off; in xcoff_add() local
1198 str_off = fhdr.f_symptr + syms_size; in xcoff_add()
1204 if (!backtrace_get_view (state, descriptor, offset + str_off, in xcoff_add()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.c176 return (hp->str_off); in strtab_insert()
187 hp->str_off = sp->str_size; in strtab_insert()
201 return (hp->str_off); in strtab_insert()
246 (void) printf("[%lu] %lu \"", (ulong_t)hp->str_off, b); in strtab_print()
H A Dstrtab.h41 size_t str_off; /* offset in bytes of this string */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbtfout.cc278 uint32_t str_off; in btf_datasec_push_entry() local
279 ctf_add_string (ctfc, secname, &str_off, CTF_AUX_STRTAB); in btf_datasec_push_entry()
285 ds.name_offset = str_off; in btf_datasec_push_entry()
788 uint32_t str_off = 0, str_len = 0; in output_btf_header() local
805 str_off = type_off + type_len; in output_btf_header()
816 dw2_asm_output_data (4, str_off, "str_off"); in output_btf_header()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_strtab.c223 return (hp->str_off); in dt_strtab_index()
251 hp->str_off = sp->str_size; in dt_strtab_insert()
268 return (hp->str_off); in dt_strtab_insert()
H A Ddt_strtab.h41 size_t str_off; /* offset in bytes of this string */ member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dbtf.h48 uint32_t str_off; /* Offset of string section, in bytes. */ member
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.cc856 off_t str_off; in read_attributes() local
858 str_off = this->dwinfo_->read_from_pointer<32>(&pattr); in read_attributes()
860 str_off = this->dwinfo_->read_from_pointer<64>(&pattr); in read_attributes()
862 this->dwinfo_->lookup_reloc(attr_off, &str_off); in read_attributes()
864 attr_value.val.refval = str_off; in read_attributes()
1721 Dwarf_info_reader::get_string(off_t str_off, unsigned int string_shndx) in get_string() argument
1729 str_off -= this->string_output_section_offset_; in get_string()
1731 const char* p = this->string_buffer_ + str_off; in get_string()
H A Ddwarf_reader.h783 get_string(off_t str_off, unsigned int string_shndx);
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc856 off_t str_off; in read_attributes() local
858 str_off = this->dwinfo_->read_from_pointer<32>(&pattr); in read_attributes()
860 str_off = this->dwinfo_->read_from_pointer<64>(&pattr); in read_attributes()
862 this->dwinfo_->lookup_reloc(attr_off, &str_off); in read_attributes()
864 attr_value.val.refval = str_off; in read_attributes()
1721 Dwarf_info_reader::get_string(off_t str_off, unsigned int string_shndx) in get_string() argument
1729 str_off -= this->string_output_section_offset_; in get_string()
1731 const char* p = this->string_buffer_ + str_off; in get_string()
H A Ddwarf_reader.h783 get_string(off_t str_off, unsigned int string_shndx);
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dresbin.c2054 rc_uint_type vs_off, str_off; in res_to_bin_versioninfo() local
2065 str_off = off; in res_to_bin_versioninfo()
2071 windres_put_16 (wrbfd, bvs.sig1, (off - str_off) / 2); in res_to_bin_versioninfo()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dresbin.c2054 rc_uint_type vs_off, str_off; in res_to_bin_versioninfo() local
2065 str_off = off; in res_to_bin_versioninfo()
2071 windres_put_16 (wrbfd, bvs.sig1, (off - str_off) / 2); in res_to_bin_versioninfo()