Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Darm_exidx_test.s3 .section .text.answer,"ax",%progbits
5 .global answer symbol
6 .type answer, %function
7 answer: label
13 .size answer, .-answer
/toolchain/binutils/binutils-2.25/gas/
Dhash.c425 char answer[100]; variable
457 gets (answer); in main()
458 command = answer[0]; in main()
547 gets (answer);
548 return xstrdup (answer);
577 gets (answer); in whattable()
578 sscanf (answer, "%d", &number); in whattable()
/toolchain/binutils/binutils-2.25/opcodes/
Dz8kgen.c1311 int answer = 0; in gas() local
1316 answer <<= 1; in gas()
1319 answer |= 1; in gas()
1322 printf ("0x%02x,\n", answer); in gas()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.c1961 char answer[100]; /* Human types a line of vax assembler here. */ variable
1977 gets (answer); in main()
1978 sscanf (answer, "%d", &mysynth); in main()
1995 gets (answer); in main()
1996 if (!*answer) in main()
1999 vip (& myvit, answer); in main()
2039 char answer[100]; /* Human types into here. */ variable
2072 gets (answer); in main()
2073 if (!answer[0]) in main()
2075 myaccess = answer[0]; in main()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c383 struct bfd_section *answer = abfd->sections; in coff_section_from_bfd_index() local
392 while (answer) in coff_section_from_bfd_index()
394 if (answer->target_index == section_index) in coff_section_from_bfd_index()
395 return answer; in coff_section_from_bfd_index()
396 answer = answer->next; in coff_section_from_bfd_index()
DChangeLog-91935317 * ieee.c (parse_expression): get the answer right when adding an
6574 020 is probably the right answer anyway.
DChangeLog-96974418 approximate the correct answer if SIZEOF_HEADERS was not used.
/toolchain/binutils/binutils-2.25/ld/
Dldint.texinfo689 The answer is why not, prohibiting that (detecting violation) would
/toolchain/binutils/binutils-2.25/config/
DChangeLog1713 debug format" isn't a good enough answer because we might be using
/toolchain/binutils/binutils-2.25/gas/doc/
Das.texinfo144 %Modified from Knuth's ``boxit'' macro from TeXbook (answer to exercise 21.3)