HomeSort by: relevance | last modified time | path
    Searched defs:strindex (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-coff.c 525 size_t strindex; local
528 strindex = strtol (namebuf + 1, &end, 10);
545 if (strindex < 4 || strindex >= strtab_size)
553 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-coff.c 387 size_t strindex; local
390 strindex = strtol (namebuf + 1, &end, 10);
407 if (strindex < 4 || strindex >= strtab_size)
415 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-coff.c 385 size_t strindex; local
388 strindex = strtol (namebuf + 1, &end, 10);
405 if (strindex < 4 || strindex >= strtab_size)
413 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-coff.c 385 size_t strindex; local
388 strindex = strtol (namebuf + 1, &end, 10);
405 if (strindex < 4 || strindex >= strtab_size)
413 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-coff.c 387 size_t strindex; local
390 strindex = strtol (namebuf + 1, &end, 10);
407 if (strindex < 4 || strindex >= strtab_size)
415 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-coff.c 385 size_t strindex; local
388 strindex = strtol (namebuf + 1, &end, 10);
405 if (strindex < 4 || strindex >= strtab_size)
413 name = strtab + strindex;
simple-object-xcoff.c 450 size_t strindex; local
453 strindex = strtol (namebuf + 1, &end, 10);
470 if (strindex < 4 || strindex >= strtab_size)
478 name = strtab + strindex;
  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 49 /* Extract a long section name at STRINDEX and copy it to the bfd objstack.
53 extract_long_section_name(bfd *abfd, unsigned long strindex)
61 if ((bfd_size_type)(strindex + 2) >= obj_coff_strings_len (abfd))
63 strings += strindex;
147 uint32_t strindex; local
154 if (!decode_base64 (hdr->s_name + 2, SCNNMLEN - 2, &strindex))
157 name = extract_long_section_name (abfd, strindex);
166 long strindex; local
171 strindex = strtol (buf, &p, 10);
172 if (*p == '\0' && strindex >= 0
    [all...]
elf64-ia64-vms.c 2826 bfd_size_type strindex; local
2841 strindex = dynstrsec->size;
2844 strindex + soname_len);
2847 memcpy (newcontents + strindex, soname, soname_len);
2851 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
elflink.c 3946 size_t strindex;
3954 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false);
3955 if (strindex == (size_t) -1)
3958 if (_bfd_elf_strtab_refcount (hash_table->dynstr, strindex) != 1)
3975 && dyn.d_un.d_val == strindex)
3977 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3986 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3938 size_t strindex; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 49 /* Extract a long section name at STRINDEX and copy it to the bfd objstack.
53 extract_long_section_name(bfd *abfd, unsigned long strindex)
61 if ((bfd_size_type)(strindex + 2) >= obj_coff_strings_len (abfd))
63 strings += strindex;
147 uint32_t strindex; local
154 if (!decode_base64 (hdr->s_name + 2, SCNNMLEN - 2, &strindex))
157 name = extract_long_section_name (abfd, strindex);
166 long strindex; local
171 strindex = strtol (buf, &p, 10);
172 if (*p == '\0' && strindex >= 0
    [all...]
elf64-ia64-vms.c 2826 bfd_size_type strindex; local
2841 strindex = dynstrsec->size;
2844 strindex + soname_len);
2847 memcpy (newcontents + strindex, soname, soname_len);
2851 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
elflink.c 3910 size_t strindex;
3918 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false);
3919 if (strindex == (size_t) -1)
3922 if (_bfd_elf_strtab_refcount (hash_table->dynstr, strindex) != 1)
3939 && dyn.d_un.d_val == strindex)
3941 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3950 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3902 size_t strindex; local
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 47 /* Extract a long section name at STRINDEX and copy it to the bfd objstack.
51 extract_long_section_name(bfd *abfd, unsigned long strindex)
59 if ((bfd_size_type)(strindex + 2) >= obj_coff_strings_len (abfd))
61 strings += strindex;
145 uint32_t strindex; local
152 if (!decode_base64 (hdr->s_name + 2, SCNNMLEN - 2, &strindex))
155 name = extract_long_section_name (abfd, strindex);
164 long strindex; local
169 strindex = strtol (buf, &p, 10);
170 if (*p == '\0' && strindex >= 0
    [all...]
elf64-ia64-vms.c 2824 bfd_size_type strindex; local
2839 strindex = dynstrsec->size;
2842 strindex + soname_len);
2845 memcpy (newcontents + strindex, soname, soname_len);
2849 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
elflink.c 3883 size_t strindex;
3891 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false);
3892 if (strindex == (size_t) -1)
3895 if (_bfd_elf_strtab_refcount (hash_table->dynstr, strindex) != 1)
3912 && dyn.d_un.d_val == strindex)
3914 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3923 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3875 size_t strindex; local
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 47 /* Extract a long section name at STRINDEX and copy it to the bfd objstack.
51 extract_long_section_name(bfd *abfd, unsigned long strindex)
59 if ((bfd_size_type)(strindex + 2) >= obj_coff_strings_len (abfd))
61 strings += strindex;
145 uint32_t strindex; local
152 if (!decode_base64 (hdr->s_name + 2, SCNNMLEN - 2, &strindex))
155 name = extract_long_section_name (abfd, strindex);
164 long strindex; local
169 strindex = strtol (buf, &p, 10);
170 if (*p == '\0' && strindex >= 0
    [all...]
elf64-ia64-vms.c 2825 bfd_size_type strindex; local
2840 strindex = dynstrsec->size;
2843 strindex + soname_len);
2846 memcpy (newcontents + strindex, soname, soname_len);
2850 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
elflink.c 3868 size_t strindex;
3876 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false);
3877 if (strindex == (size_t) -1)
3880 if (_bfd_elf_strtab_refcount (hash_table->dynstr, strindex) != 1)
3897 && dyn.d_un.d_val == strindex)
3899 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3908 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3860 size_t strindex; local
  /src/lib/libossaudio/
soundcard.h 614 short strindex[OSS_ENUM_MAXVALUE]; member in struct:oss_mixer_enuminfo

Completed in 97 milliseconds