/toolchain/binutils/binutils-2.25/libiberty/ |
D | basename.c | 36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) argument 38 # define IS_DIR_SEPARATOR(ch) \ argument
|
D | make-relative-prefix.c | 94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) argument 96 # define IS_DIR_SEPARATOR(ch) \ argument 124 int ch; in split_directories() local
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rclex.c | 270 int ch; in handle_quotes() local 433 int ch; in handle_uniquotes() local 614 rclex_tok_add_char (int ch) in rclex_tok_add_char() 646 char ch; in rclex_readch() local 716 read_digit (int ch) in read_digit() 771 int ch; in yylex() local
|
D | mclex.c | 129 parse_digit (unichar ch) in parse_digit() 330 unichar ch; in yylex() local
|
D | winduni.c | 304 unichar ch; in unicode_print() local 378 char ch; in ascii_print() local
|
D | rcparse.y | 255 char ch; variable
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-d30v.h | 49 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && d30v_cleanup (FALSE)) argument
|
D | tc-tilegx.h | 66 #define tc_unrecognized_line(ch) tilegx_unrecognized_line (ch) argument
|
D | tc-tilepro.h | 67 #define tc_unrecognized_line(ch) tilepro_unrecognized_line (ch) argument
|
D | tc-m32r.h | 103 #define TC_START_LABEL(ch, s, ptr) (ch == ':' && m32r_fill_insn (0)) argument
|
D | tc-mep.h | 100 #define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ()) argument
|
D | tc-tic54x.h | 86 #define tc_unrecognized_line(ch) tic54x_unrecognized_line(ch) argument
|
D | tc-sh64.c | 2848 char *name = input_line_pointer, ch; in s_sh64_mode() local 2890 char *name = input_line_pointer, ch; in s_sh64_abi() local
|
D | tc-xtensa.h | 355 #define tc_unrecognized_line(ch) xtensa_unrecognized_line (ch) argument
|
D | tc-tilepro.c | 1574 tilepro_unrecognized_line (int ch) in tilepro_unrecognized_line()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.c | 188 int ch, user_specified = 0; in main() local
|
D | basic_blocks.c | 107 int ch; in fskip_string() local
|
/toolchain/binutils/binutils-2.25/gas/ |
D | app.c | 321 process_escape (int ch) in process_escape() 363 int ch, ch2 = 0; in do_scrub_chars() local
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ieee.c | 2523 char ch; in copy_id() local 2655 int ch; in drop_int() local 2692 int ch; in copy_int() local 2730 int ch = THIS (); in copy_till_end() local 2769 int ch; in f1_record() local 2892 int ch; in f8_record() local 3052 int ch; in block() local
|
D | srec.c | 117 #define TOHEX(d, x, ch) \ argument
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m68k-dis.c | 55 #define COERCE_SIGNED_CHAR(ch) ((signed char) (ch)) argument 57 #define COERCE_SIGNED_CHAR(ch) ((int) (((ch) ^ 0x80) & 0xFF) - 128) argument
|
D | vax-dis.c | 50 #define COERCE_SIGNED_CHAR(ch) ((signed char)(ch)) argument
|
D | tic4x-dis.c | 115 tic4x_print_char (struct disassemble_info * info, char ch) in tic4x_print_char()
|
D | ns32k-dis.c | 843 char *ch; in print_insn_ns32k() local
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | chew.c | 195 catchar (buffer, ch) in catchar() argument
|