Searched refs:temp (Results 26 - 50 of 744) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c125 int temp;
172 temp = strtol (optarg, NULL, 10);
174 temp = atol (optarg);
176 switch (temp)
123 int temp; local
/freebsd-11-stable/contrib/binutils/
H A Dconfigure5136 echo >config.temp
5137 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c856 char *temp = xstrdup (optarg);
858 add_include_dir (temp);
855 char *temp = xstrdup (optarg); local
H A Dconfigure2876 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
H A Dread.c592 register int temp;
967 temp = c - '0';
972 temp = (temp * 10) + *input_line_pointer - '0';
982 if (dollar_label_defined (temp))
984 as_fatal (_("label \"%d$\" redefined"), temp);
987 define_dollar_label (temp);
988 colon (dollar_label_name (temp, 0));
995 fb_label_instance_inc (temp);
996 colon (fb_label_name (temp,
589 register int temp; local
1425 offsetT temp, size; local
1635 register int temp; local
1887 offsetT temp; local
3248 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
3347 register int temp; local
4572 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
[all...]
H A Dstabs.c456 int temp; local
473 temp = get_absolute_expression ();
477 S_SET_DESC (symbolP, temp);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1092 register int temp; local
1101 temp = get_absolute_expression ();
1102 subseg_set (now_seg, (subsegT) temp);
H A Dtc-alpha.c3259 offsetT temp;
3282 if ((temp = get_absolute_expression ()) < 0)
3284 as_warn (_(".COMMon length (%ld.) <0! Ignored."), (long) temp);
3321 if (bfd_section_size (stdoutput, new_seg) != temp)
3325 (long) temp);
3330 if (S_GET_VALUE (symbolP) != (valueT) temp)
3334 (long) temp);
3341 p = frag_more (temp);
3345 S_SET_VALUE (symbolP, (valueT) temp);
3370 int temp;
3250 offsetT temp; local
3361 int temp; local
3381 int temp; local
3893 int temp; local
4388 int temp; local
[all...]
H A Dtc-alpha.h91 addressT temp = 1; \
92 while ((size & temp) == 0) \
93 ++align, temp <<= 1; \
H A Dtc-arm.c2485 int temp;
2487 temp = get_absolute_expression ();
2488 switch (temp)
2492 opcode_select (temp);
2496 as_bad (_("invalid operand to .code directive (%d) (expecting 16 or 32)"), temp);
2650 int temp;
2655 temp = get_absolute_expression ();
2656 if (temp > max_alignment)
2657 as_bad (_("alignment too large: %d assumed"), temp = max_alignment);
2658 else if (temp <
2483 int temp; local
2648 int temp; local
17965 unsigned long temp; local
[all...]
H A Dtc-i386.c6332 int temp;
6338 temp = get_absolute_expression ();
6339 subseg_set (bss_section, (subsegT) temp);
6320 int temp; local
H A Dtc-ia64.c7228 /* temp[="prefix"] Insert temporary labels into the object file
7230 Default prefix is ":temp:".
7844 int temp; local
7862 temp = 0;
7864 temp = (temp * 10) + *input_line_pointer++ - '0';
7865 fb_label_instance_inc (temp);
7866 s = fb_label_name (temp, 0);
H A Dtc-mep.c1813 int temp;
1818 temp = get_absolute_expression ();
1819 subseg_set (mep_vtext_section (), (subsegT) temp);
1808 int temp; local
H A Dtc-mips.c9656 unsigned char temp[8];
9692 err = md_atof (f64 ? 'd' : 'f', (char *) temp, &len);
9699 memset (temp, '\0', sizeof temp);
9708 || (temp[0] == 0 && temp[1] == 0)
9709 || (temp[2] == 0 && temp[3] == 0))))
9713 imm_expr.X_add_number = bfd_getl32 (temp);
9715 imm_expr.X_add_number = bfd_getb32 (temp);
9649 unsigned char temp[8]; local
12382 int temp; local
[all...]
H A Dtc-ppc.c4423 offsetT temp;
4442 if ((temp = get_absolute_expression ()) < 0)
4444 as_warn (_(".COMMon length (%ld.) <0! Ignored."), (long) temp);
4480 if (S_GET_VALUE (symbolP) != (valueT) temp)
4484 (long) temp);
4488 S_SET_VALUE (symbolP, (valueT) temp);
4407 offsetT temp; local
H A Dtc-score.c858 as_warn (_("Using temp register(r1)"));
1758 as_warn (_("Using temp register(r1)"));
2687 char * temp; local
2712 temp = str + 1; /* The latter will process decimal/hex expression. */
2903 dataptr = temp;
5808 -USE_R1\t\tassemble code for no warning message when using temp register r1\n"));
6382 int temp; local
6419 if ((temp = get_absolute_expression ()) < 0)
6421 as_warn (_("BSS length (%d) < 0 ignored"), temp);
6430 if ((unsigned)temp <
[all...]
H A Dtc-sparc.c3761 int temp;
3834 temp = mylog2 (align);
3835 if (temp < 0)
3842 align = temp;
3904 offsetT temp, size;
3923 if ((temp = get_absolute_expression ()) < 0)
3926 (unsigned long) temp);
3930 size = temp;
3966 temp = get_absolute_expression ();
3969 if (temp > max_alignmen
3748 int temp; local
3891 offsetT temp, size; local
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure2877 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
143 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
166 ./choose-temp.o ./concat.o ./cp-demint.o \
173 ./make-relative-prefix.o ./make-temp-file.o \
577 ./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
580 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
582 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
775 ./make-temp-file.o: $(srcdir)/make-temp
[all...]
H A Dconfigure3734 echo "# Warning: this fragment is automatically generated" > temp-frag
3739 echo "# Following fragment copied from ${frag}" >> temp-frag
3740 cat ${frag} >> temp-frag
3746 echo enable_shared = yes >> temp-frag
3748 echo enable_shared = no >> temp-frag
3752 ${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
H A Dcplus-dem.c1574 string temp; local
1606 /* temp is initialized in do_type */
1607 success = do_type (work, mangled, &temp);
1610 string_appends (tname, &temp);
1612 string_delete(&temp);
1941 string temp; local
2015 /* temp is initialized in do_type */
2016 success = do_type (work, mangled, &temp);
2019 string_appends (tname, &temp);
2024 int len = temp
3129 string temp; local
3506 string temp; local
3513 string temp; local
[all...]
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
164 temp = a_root->left;
166 b_root->left = temp;
373 fibnode_t temp;
374 temp = x;
376 y = temp;
146 fibnode_t a_root, b_root, temp; local
372 fibnode_t temp; local
H A Dmake-relative-prefix.c237 char *temp; local
239 temp = getenv ("PATH");
240 if (temp)
243 size_t prefixlen = strlen (temp) + 1;
249 startp = endp = temp;
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;

Completed in 781 milliseconds

1234567891011>>