Searched refs:strindex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/ |
| D | sym.c | 174 int strindex = -1; in symtab_init() local 216 strindex = shdr->sh_link; in symtab_init() 221 if (cnt == strindex) in symtab_init()
|
| /freebsd-10-stable/lib/libusb/ |
| D | libusb01.c | 208 usb_get_string(usb_dev_handle * dev, int strindex, in usb_get_string() argument 220 strindex, langid, buf, buflen); in usb_get_string() 229 usb_get_string_simple(usb_dev_handle * dev, int strindex, in usb_get_string_simple() argument 241 strindex, buf, buflen); in usb_get_string_simple()
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | coffgen.c | 66 long strindex; in make_a_section_from_file() local 72 strindex = strtol (buf, &p, 10); in make_a_section_from_file() 73 if (*p == '\0' && strindex >= 0) in make_a_section_from_file() 81 strings += strindex; in make_a_section_from_file()
|
| D | elflink.c | 3031 bfd_size_type strindex; in elf_add_dt_needed_tag() local 3038 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, FALSE); in elf_add_dt_needed_tag() 3039 if (strindex == (bfd_size_type) -1) in elf_add_dt_needed_tag() 3059 && dyn.d_un.d_val == strindex) in elf_add_dt_needed_tag() 3061 _bfd_elf_strtab_delref (hash_table->dynstr, strindex); in elf_add_dt_needed_tag() 3072 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex)) in elf_add_dt_needed_tag() 3077 _bfd_elf_strtab_delref (hash_table->dynstr, strindex); in elf_add_dt_needed_tag()
|
| D | elf.c | 293 unsigned int strindex) in bfd_elf_string_from_elf_section() argument 297 if (strindex == 0) in bfd_elf_string_from_elf_section() 309 if (strindex >= hdr->sh_size) in bfd_elf_string_from_elf_section() 314 abfd, strindex, (unsigned long) hdr->sh_size, in bfd_elf_string_from_elf_section() 315 (shindex == shstrndx && strindex == hdr->sh_name in bfd_elf_string_from_elf_section() 321 return ((char *) hdr->contents) + strindex; in bfd_elf_string_from_elf_section()
|
| /freebsd-10-stable/sys/sys/ |
| D | soundcard.h | 1857 short strindex[OSS_ENUM_MAXVALUE]; member
|
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | mixer.c | 512 ei->strindex[nvalues] = nwrote; in mix_setrecdevs()
|
| D | dsp.c | 1874 ei->strindex[0] = 0; in dsp_ioctl()
|