Searched refs:sindex (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-9.C24 unsigned sindex = &b - base; local
26 assert(sindex < N);
27 assert(sindex == tindex);
/haiku-buildtools/legacy/gcc/libobjc/
H A Dsarray.c100 struct sindex** the_index;
101 struct sindex* new_index;
148 new_index = (struct sindex*)objc_malloc(sizeof(struct sindex));
149 memcpy(new_index, array->empty_index, sizeof(struct sindex));
158 struct sindex* old_index = *the_index;
159 new_index = (struct sindex*)objc_malloc(sizeof(struct sindex));
160 memcpy( new_index, old_index, sizeof(struct sindex));
213 struct sindex ** new_indice
[all...]
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dsarray.h124 struct sindex { struct
133 struct sindex** indices;
134 struct sindex* empty_index;
/haiku-buildtools/binutils/bfd/
H A Dieee.c239 unsigned int sindex)
309 (bfd_byte) (sindex + IEEE_SECTION_NUMBER_BASE))
1101 get_section_entry (bfd *abfd, ieee_data_type *ieee, unsigned int sindex)
1103 if (sindex >= ieee->section_table_size)
1112 while (c <= sindex)
1128 if (ieee->section_table[sindex] == (asection *) NULL)
1135 sprintf (tmp, " fsec%4d", sindex);
1137 ieee->section_table[sindex] = section;
1138 section->target_index = sindex;
1139 ieee->section_table[sindex]
234 ieee_write_expression(bfd *abfd, bfd_vma value, asymbol *symbol, bfd_boolean pcrel, unsigned int sindex) argument
1099 get_section_entry(bfd *abfd, ieee_data_type *ieee, unsigned int sindex) argument
[all...]
H A Delf32-avr.c981 unsigned int sindex;
986 for (sindex = 0; sindex < htab->amt_max_entry_cnt; sindex ++)
987 if (htab->amt_destination_addr[sindex] == srel)
988 return htab->amt_stub_offsets[sindex] + stub_sec_addr;
980 unsigned int sindex; local
H A Delfxx-mips.c1448 unsigned long sindex;
1462 sindex = strlen (no_name_func) + 1;
1514 rp->irpss = sindex;
1516 sindex += strlen (sv[i]) + 1;
1520 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
1440 unsigned long sindex; local
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c5457 int sindex;
5518 case SHF_WRITE: sindex = 0; break;
5519 case SHF_ALLOC: sindex = 1; break;
5520 case SHF_EXECINSTR: sindex = 2; break;
5521 case SHF_MERGE: sindex = 3; break;
5522 case SHF_STRINGS: sindex = 4; break;
5523 case SHF_INFO_LINK: sindex = 5; break;
5524 case SHF_LINK_ORDER: sindex = 6; break;
5525 case SHF_OS_NONCONFORMING: sindex = 7; break;
5526 case SHF_GROUP: sindex
5454 int sindex; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c982 unsigned long sindex;
996 sindex = strlen (no_name_func) + 1;
1048 rp->irpss = sindex;
1050 sindex += strlen (sv[i]) + 1;
1054 size = sizeof (struct rpdr_ext) * (count + 2) + sindex;
975 unsigned long sindex; local

Completed in 242 milliseconds