/netbsd-src/lib/libtelnet/ |
H A D | enc_des.c | 80 int str_index; member 506 stp->str_index = sizeof(Block); in fb64_stream_iv() 517 stp->str_index = sizeof(Block); in fb64_stream_key() 548 idx = stp->str_index; in cfb64_encrypt() 562 stp->str_index = idx; in cfb64_encrypt() 577 if (stp->str_index) in cfb64_decrypt() 578 --stp->str_index; in cfb64_decrypt() 582 idx = stp->str_index++; in cfb64_decrypt() 587 stp->str_index = 1; /* Next time will be 1 */ in cfb64_decrypt() 621 idx = stp->str_index; in ofb64_encrypt() [all...] |
/netbsd-src/sbin/ldconfig/ |
H A D | ldconfig.c | 379 int i, n, str_index = 0; in buildhints() local 439 bp->hi_namex = str_index; in buildhints() 440 strcpy(strtab + str_index, shp->name); in buildhints() 441 str_index += 1 + strlen(shp->name); in buildhints() 443 bp->hi_pathx = str_index; in buildhints() 444 strcpy(strtab + str_index, shp->path); in buildhints() 445 str_index += 1 + strlen(shp->path); in buildhints() 453 strcpy(strtab + str_index, dir_list); in buildhints() 454 str_index += 1 + strlen(dir_list); in buildhints() 457 if (str_index != strtab_sz) { in buildhints() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.h | 118 str_index, enumerator
|
H A D | dwarf.c | 700 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index; in fetch_indexed_string() 3634 load_debug_section_with_follow (str_index, file); in process_debug_info() 6075 load_debug_section_with_follow (str_index, file); in display_debug_macro() 11988 load_debug_section (str_index, file); in load_separate_debug_files()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.h | 115 str_index, enumerator
|
H A D | dwarf.c | 648 enum dwarf_section_display_enum idx_sec_idx = dwo ? str_index_dwo : str_index; in fetch_indexed_string() 3814 load_debug_section_with_follow (str_index, file); in process_debug_info() 6298 load_debug_section_with_follow (str_index, file); in display_debug_macro() 12155 load_debug_section (str_index, file); in load_separate_debug_files()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | pdp11.c | 1692 bfd_size_type str_index; in add_to_stringtab() local 1704 str_index = _bfd_stringtab_add (tab, str, hash, copy); in add_to_stringtab() 1706 if (str_index != (bfd_size_type) -1) in add_to_stringtab() 1709 str_index += BYTES_IN_LONG; in add_to_stringtab() 1711 return str_index; in add_to_stringtab()
|
H A D | aoutx.h | 1820 bfd_size_type str_index; in add_to_stringtab() local 1832 str_index = _bfd_stringtab_add (tab, str, hash, copy); in add_to_stringtab() 1834 if (str_index != (bfd_size_type) -1) in add_to_stringtab() 1837 str_index += BYTES_IN_WORD; in add_to_stringtab() 1839 return str_index; in add_to_stringtab()
|
H A D | mach-o.c | 2008 bfd_size_type str_index; in bfd_mach_o_write_symtab_content() local 2013 str_index = 0; in bfd_mach_o_write_symtab_content() 2016 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); in bfd_mach_o_write_symtab_content() 2018 if (str_index == (bfd_size_type) -1) in bfd_mach_o_write_symtab_content() 2026 bfd_h_put_32 (abfd, str_index, raw.n_strx); in bfd_mach_o_write_symtab_content() 2040 bfd_h_put_32 (abfd, str_index, raw.n_strx); in bfd_mach_o_write_symtab_content()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | pdp11.c | 1691 bfd_size_type str_index; in add_to_stringtab() local 1703 str_index = _bfd_stringtab_add (tab, str, hash, copy); in add_to_stringtab() 1705 if (str_index != (bfd_size_type) -1) in add_to_stringtab() 1708 str_index += BYTES_IN_LONG; in add_to_stringtab() 1710 return str_index; in add_to_stringtab()
|
H A D | aoutx.h | 1820 bfd_size_type str_index; in add_to_stringtab() local 1832 str_index = _bfd_stringtab_add (tab, str, hash, copy); in add_to_stringtab() 1834 if (str_index != (bfd_size_type) -1) in add_to_stringtab() 1837 str_index += BYTES_IN_WORD; in add_to_stringtab() 1839 return str_index; in add_to_stringtab()
|
H A D | mach-o.c | 2023 bfd_size_type str_index; in bfd_mach_o_write_symtab_content() local 2028 str_index = 0; in bfd_mach_o_write_symtab_content() 2031 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); in bfd_mach_o_write_symtab_content() 2033 if (str_index == (bfd_size_type) -1) in bfd_mach_o_write_symtab_content() 2041 bfd_h_put_32 (abfd, str_index, raw.n_strx); in bfd_mach_o_write_symtab_content() 2055 bfd_h_put_32 (abfd, str_index, raw.n_strx); in bfd_mach_o_write_symtab_content()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 116179 read_dwo_str_index (const struct die_reader_specs *reader, ULONGEST str_index)
|