Searched refs:answer (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | arm_exidx_test.s | 3 .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/ |
D | hash.c | 425 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/ |
D | z8kgen.c | 1311 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/ |
D | tc-vax.c | 1961 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/ |
D | coffgen.c | 383 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()
|
D | ChangeLog-9193 | 5317 * ieee.c (parse_expression): get the answer right when adding an 6574 020 is probably the right answer anyway.
|
D | ChangeLog-9697 | 4418 approximate the correct answer if SIZEOF_HEADERS was not used.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 689 The answer is why not, prohibiting that (detecting violation) would
|
/toolchain/binutils/binutils-2.25/config/ |
D | ChangeLog | 1713 debug format" isn't a good enough answer because we might be using
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | as.texinfo | 144 %Modified from Knuth's ``boxit'' macro from TeXbook (answer to exercise 21.3)
|