Home
last modified time | relevance | path

Searched refs:els (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.c431 int els = (dimind < DIMNUM in do_type() local
436 ptr->size = els * res->size; in do_type()
437 ptr->u.array.dim = els; in do_type()
/toolchain/binutils/binutils-2.25/gprof/po/
Dhu.po311 msgstr "%s: a profilozási arány nem kompatibilis az első gmon fájllal\n"
316 msgstr "%s: nem kompatibilis az első gmon fájllal\n"
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c384 void *els; member
393 #define VEC_EL(VEC, TYPE, N) (((TYPE *)((VEC).els))[N])
399 (VEC).els = NULL; \
2686 vec->els = bfd_malloc2 (vec->max_el, elsz); in vector_grow1()
2691 vec->els = bfd_realloc2 (vec->els, vec->max_el, elsz); in vector_grow1()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13091 unsigned els; member
13195 for (j = 0; j < neon_shape_tab[shape].els; j++) in neon_select_shape()
13472 neon_check_type (unsigned els, enum neon_shape ns, ...) in neon_check_type() argument
13484 if (els > 1 && !inst.operands[1].present) in neon_check_type()
13489 for (i = 0; i < els; i++) in neon_check_type()
13504 for (i = 0; i < els; i++) in neon_check_type()
13515 if (inst.vectype.elems == 1 && els > 1) in neon_check_type()
13518 inst.vectype.elems = els; in neon_check_type()
13520 for (j = 0; j < els; j++) in neon_check_type()
13525 else if (inst.vectype.elems == 0 && els > 0) in neon_check_type()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-200434 * gas/elf/section5.[els]: New.