Searched refs:ndx (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWreturn-type-2.C10 int getref (int ndx) argument
14 if (ndx != 0) {
/haiku-buildtools/gcc/contrib/
H A Dmake_sunver.pl128 (undef, undef, undef, undef, $bind, $vis, $ndx, $name) = split;
138 next if ($ndx eq "UND");
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_2-pcmpstr.h284 int i, ndx; local
290 ndx = dim;
296 ndx = i;
305 ndx = i;
311 return ndx;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-vax.c1225 ndx index register number 0:15 -1 means absent
1231 mode reg len ndx
1265 int ndx = 0;
1276 /* Note: index mode is in ndx, this is. */
1357 ndx = vax_reg_parse (q[1], q[2], 0, 0);
1359 ndx = vax_reg_parse (q[1], q[2], q[3], 0);
1361 ndx = vax_reg_parse (q[1], q[2], q[3], q[4]);
1363 ndx = -1;
1366 if (ndx < 0)
1368 else if (ndx
1257 int ndx = 0; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-vax.c1228 ndx index register number 0:15 -1 means absent
1234 mode reg len ndx
1268 int ndx = 0;
1279 /* Note: index mode is in ndx, this is. */
1358 ndx = vax_reg_parse (q[1], q[2], 0, 0);
1360 ndx = vax_reg_parse (q[1], q[2], q[3], 0);
1362 ndx = vax_reg_parse (q[1], q[2], q[3], q[4]);
1364 ndx = -1;
1367 if (ndx < 0)
1369 else if (ndx
1260 int ndx = 0; local
[all...]
H A Dtc-nios2.c3161 parsed_args[ndx]. */
3164 int unused ATTRIBUTE_UNUSED, int ndx)
3166 char *tmp = parsed_args[ndx]; argument
3168 parsed_args[ndx] = concat (tmp, modifier, (char *) NULL);
3171 /* Modify parsed_args[ndx] by negating that argument. */
3174 int unused ATTRIBUTE_UNUSED, int ndx)
3176 char *tmp = parsed_args[ndx];
3178 parsed_args[ndx] = concat ("~(", tmp, ")+1", (char *) NULL);
3156 nios2_modify_arg(char **parsed_args, const char *modifier, int unused ATTRIBUTE_UNUSED, int ndx) argument
/haiku-buildtools/binutils/gold/
H A Ddynobj.cc522 unsigned int ndx,
525 if (ndx >= version_map->size())
526 version_map->resize(ndx + 1);
527 if ((*version_map)[ndx] != NULL)
528 this->error(_("duplicate definition for version %u"), ndx);
529 (*version_map)[ndx] = name;
520 set_version_map( Version_map* version_map, unsigned int ndx, const char* name) const argument
H A Dpowerpc.cc191 size_t ndx = this->opd_ent_ndx(r_off); local
192 gold_assert(ndx < this->opd_ent_.size());
193 gold_assert(this->opd_ent_[ndx].shndx != 0);
195 *value = this->opd_ent_[ndx].off;
196 return this->opd_ent_[ndx].shndx;
203 size_t ndx = this->opd_ent_ndx(r_off); local
204 gold_assert(ndx < this->opd_ent_.size());
205 this->opd_ent_[ndx].shndx = shndx;
206 this->opd_ent_[ndx].off = value;
213 size_t ndx local
222 size_t ndx = this->opd_ent_ndx(r_off); local
291 size_t ndx = this->opd_ent_ndx(dst_off); local
503 size_t ndx = this->opd_ent_ndx(r_off); local
515 size_t ndx = this->opd_ent_ndx(r_off); local
1899 unsigned int ndx = (s - pshdrs) / elfcpp::Elf_sizes<size>::shdr_size; local
1916 unsigned int ndx = (s - pshdrs) / elfcpp::Elf_sizes<size>::shdr_size; local
[all...]
H A Ddynobj.h346 set_version_map(Version_map*, unsigned int ndx, const char* name) const;
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c3104 tree f_ndx, ndx;
3117 ndx = build3 (COMPONENT_REF, TREE_TYPE (f_ndx), unshare_expr (valist),
3139 t = build2 (MODIFY_EXPR, integer_type_node, ndx,
3154 tree f_ndx, ndx;
3188 ndx = build3 (COMPONENT_REF, TREE_TYPE (f_ndx), unshare_expr (valist),
3203 orig_ndx = get_initialized_tmp_var (ndx, pre_p, NULL);
3223 gimplify_assign (unshare_expr (ndx), t, pre_p);
3240 t = build2 (GT_EXPR, boolean_type_node, unshare_expr (ndx),
3280 gimplify_assign (unshare_expr (ndx), t, pre_p);
3316 t = fold_convert (sizetype, unshare_expr (ndx));
3102 tree f_ndx, ndx; local
3152 tree f_ndx, ndx; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf.c2192 if (entry->ndx == shindex)
2198 entry->ndx = shindex;
3670 entry->ndx = section_number++;
3722 i_shdrp[entry->ndx] = & entry->hdr;
5662 && hdr == i_shdrpp[elf_symtab_shndx_list (abfd)->ndx])
5881 if (list->ndx == i)
5935 && hdr == i_shdrpp[elf_symtab_shndx_list (abfd)->ndx])
7759 shndx = elf_symtab_shndx_list (abfd)->ndx;
H A Delf-bfd.h1718 unsigned int ndx;
1716 unsigned int ndx; member in struct:elf_section_list
/haiku-buildtools/gcc/gcc/
H A Dgcc.c7215 int ndx;
7216 FOR_EACH_VEC_ELT (argbuf, ndx, arg)
7191 int ndx; local
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c615 printable_section_name_from_index (unsigned long ndx)
617 if (ndx >= elf_header.e_shnum)
620 return printable_section_name (section_headers + ndx);
612 printable_section_name_from_index(unsigned long ndx) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c24661 int ndx;
24665 ndx = 0;
24672 RTVEC_ELT (p, ndx) =
24675 ndx++;
24678 gcc_assert (ndx == count);
24621 int ndx; local
[all...]

Completed in 760 milliseconds