| /src/sbin/ldconfig/ |
| ldconfig.c | 379 int i, n, str_index = 0; local 439 bp->hi_namex = str_index; 440 strcpy(strtab + str_index, shp->name); 441 str_index += 1 + strlen(shp->name); 443 bp->hi_pathx = str_index; 444 strcpy(strtab + str_index, shp->path); 445 str_index += 1 + strlen(shp->path); 453 strcpy(strtab + str_index, dir_list); 454 str_index += 1 + strlen(dir_list); 457 if (str_index != strtab_sz) [all...] |
| /src/lib/libtelnet/ |
| enc_des.c | 80 int str_index; member in struct:fb::stinfo 506 stp->str_index = sizeof(Block); 517 stp->str_index = sizeof(Block); 548 idx = stp->str_index; 562 stp->str_index = idx; 577 if (stp->str_index) 578 --stp->str_index; 582 idx = stp->str_index++; 587 stp->str_index = 1; /* Next time will be 1 */ 621 idx = stp->str_index; [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.h | 117 str_index, enumerator in enum:dwarf_section_display_enum
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.h | 117 str_index, enumerator in enum:dwarf_section_display_enum
|
| /src/external/gpl3/binutils/dist/bfd/ |
| aoutx.h | 1805 bfd_size_type str_index; 1817 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1819 if (str_index != (bfd_size_type) -1) 1822 str_index += BYTES_IN_WORD; 1824 return str_index; 1802 bfd_size_type str_index; local
|
| pdp11.c | 1675 bfd_size_type str_index; 1687 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1689 if (str_index != (bfd_size_type) -1) 1692 str_index += BYTES_IN_LONG; 1694 return str_index; 1672 bfd_size_type str_index; local
|
| mach-o.c | 2026 bfd_size_type str_index; local 2031 str_index = 0; 2034 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); 2036 if (str_index == (bfd_size_type) -1) 2044 bfd_h_put_32 (abfd, str_index, raw.n_strx); 2058 bfd_h_put_32 (abfd, str_index, raw.n_strx);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| aoutx.h | 1805 bfd_size_type str_index; 1817 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1819 if (str_index != (bfd_size_type) -1) 1822 str_index += BYTES_IN_WORD; 1824 return str_index; 1802 bfd_size_type str_index; local
|
| pdp11.c | 1675 bfd_size_type str_index; 1687 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1689 if (str_index != (bfd_size_type) -1) 1692 str_index += BYTES_IN_LONG; 1694 return str_index; 1672 bfd_size_type str_index; local
|
| mach-o.c | 2025 bfd_size_type str_index; local 2030 str_index = 0; 2033 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); 2035 if (str_index == (bfd_size_type) -1) 2043 bfd_h_put_32 (abfd, str_index, raw.n_strx); 2057 bfd_h_put_32 (abfd, str_index, raw.n_strx);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| aoutx.h | 1805 bfd_size_type str_index; 1817 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1819 if (str_index != (bfd_size_type) -1) 1822 str_index += BYTES_IN_WORD; 1824 return str_index; 1802 bfd_size_type str_index; local
|
| pdp11.c | 1675 bfd_size_type str_index; 1687 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1689 if (str_index != (bfd_size_type) -1) 1692 str_index += BYTES_IN_LONG; 1694 return str_index; 1672 bfd_size_type str_index; local
|
| mach-o.c | 2023 bfd_size_type str_index; local 2028 str_index = 0; 2031 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); 2033 if (str_index == (bfd_size_type) -1) 2041 bfd_h_put_32 (abfd, str_index, raw.n_strx); 2055 bfd_h_put_32 (abfd, str_index, raw.n_strx);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| aoutx.h | 1805 bfd_size_type str_index; 1817 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1819 if (str_index != (bfd_size_type) -1) 1822 str_index += BYTES_IN_WORD; 1824 return str_index; 1802 bfd_size_type str_index; local
|
| pdp11.c | 1675 bfd_size_type str_index; 1687 str_index = _bfd_stringtab_add (tab, str, hash, copy); 1689 if (str_index != (bfd_size_type) -1) 1692 str_index += BYTES_IN_LONG; 1694 return str_index; 1672 bfd_size_type str_index; local
|
| mach-o.c | 2025 bfd_size_type str_index; local 2030 str_index = 0; 2033 str_index = _bfd_stringtab_add (strtab, s->symbol.name, true, false); 2035 if (str_index == (bfd_size_type) -1) 2043 bfd_h_put_32 (abfd, str_index, raw.n_strx); 2057 bfd_h_put_32 (abfd, str_index, raw.n_strx);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 797 ULONGEST str_index); 800 ULONGEST str_index); 17350 unsigned int str_index = attr->as_unsigned_reprocess (); 17354 str_index)); 17357 str_index)); 17593 ULONGEST str_index; 17596 str_index = read_1_byte (abfd, info_ptr); 17601 str_index = read_2_bytes (abfd, info_ptr); 17606 str_index = read_3_bytes (abfd, info_ptr); 17611 str_index = read_4_bytes (abfd, info_ptr) 17339 unsigned int str_index = attr->as_unsigned_reprocess (); local 17582 ULONGEST str_index; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 769 ULONGEST str_index); 14974 unsigned int str_index = attr->as_unsigned_reprocess (); 14978 (this->read_dwo_str_index (str_index)); 14981 str_index)); 15219 ULONGEST str_index; 15222 str_index = read_1_byte (m_abfd, info_ptr); 15227 str_index = read_2_bytes (m_abfd, info_ptr); 15232 str_index = read_3_bytes (m_abfd, info_ptr); 15237 str_index = read_4_bytes (m_abfd, info_ptr); 15242 str_index = read_unsigned_leb128 (m_abfd, info_ptr, &bytes_read) 14966 unsigned int str_index = attr->as_unsigned_reprocess (); local 15211 ULONGEST str_index; local [all...] |