Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 78) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/gprof/
Dsearch_list.c31 const char *beg, *colon; in search_list_append() local
34 colon = paths - 1; in search_list_append()
37 beg = colon + 1; in search_list_append()
38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()
40 if (colon) in search_list_append()
41 len = colon - beg; in search_list_append()
59 while (colon); in search_list_append()
Dsym_ids.c120 char *colon; in parse_spec() local
123 colon = strrchr (spec, ':'); in parse_spec()
125 if (colon) in parse_spec()
127 *colon = '\0'; in parse_spec()
129 if (colon > spec) in parse_spec()
137 spec = colon + 1; in parse_spec()
DREADME106 name does contain a dot, a trailing colon
115 you must use the colon notation explained
119 add a leading colon to the name. For example,
264 for source files. The argument "dirs" is a colon
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
Dsemi.s5 .macro colon macro
11 colon
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
Dsemi.s5 colon macro macro
11 colon
/toolchain/binutils/binutils-2.27/gas/
Dstabs.c561 colon (sym); in generate_asm_file()
643 colon (sym); in stabs_generate_asm_lineno()
694 colon (sym); in stabs_generate_asm_endfunc()
Dsymbols.h62 symbolS *colon (const char *sym_name);
Dread.c950 line_label = colon (line_start); in read_a_source_file()
1016 line_label = colon (s); /* User-defined label. */ in read_a_source_file()
1228 colon (dollar_label_name (temp, 0)); in read_a_source_file()
1236 colon (fb_label_name (temp, 0)); in read_a_source_file()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
Dfile.d13 0+ l[ ]*df \*ABS\*[ ]+0+ :colon
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
Dfile.d13 0+ l[ ]*df \*ABS\*[ ]+0+ :colon
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
Dlabelbug.s14 ; operands if a label without a colon began a line, and the operands
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mmix.c879 colon (fb_label_name (current_fb_label, 1)); in md_assemble()
882 colon (pending_label); in md_assemble()
1015 colon (pending_label); in md_assemble()
1066 colon (fb_label_name (current_fb_label, 0)); in md_assemble()
3603 colon (mmix_raw_gregs[i].label); in mmix_md_end()
4251 colon (fb_label_name (current_fb_label, 1)); in mmix_cons()
4254 colon (pending_label); in mmix_cons()
Dtc-m68k.c6611 colon (flab); in parse_mri_control_expression()
6646 colon (tlab); in parse_mri_control_expression()
6793 colon (mri_control_stack->next); in s_mri_else()
6821 colon (mri_control_stack->next); in s_mri_endi()
6822 colon (mri_control_stack->bottom); in s_mri_endi()
7088 colon (n->top); in s_mri_for()
7155 colon (mri_control_stack->next); in s_mri_endf()
7164 colon (mri_control_stack->bottom); in s_mri_endf()
7185 colon (n->top); in s_mri_repeat()
7209 colon (mri_control_stack->next); in s_mri_until()
[all …]
Dtc-i960.c1514 colon (brlab_next ()); in ctrl_fmt()
1567 colon (brlab_next ()); in cobr_fmt()
2107 colon (BR_TAB_NAME); /* BR_TAB_NAME: */ in brtab_emit()
Dtc-mcore.c193 colon (S_GET_NAME (poolsym)); in dump_literals()
199 colon (S_GET_NAME (brarsym)); in dump_literals()
Dtc-dlx.c1122 colon (dollar_label_name (lab, 0)); in dlx_unrecognized_line()
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-bfin.texi139 Register pairs are always data registers and are denoted using a colon,
145 the range enclosed in parentheses and separated by a colon, eg., (R7:3).
Dc-i370.texi58 A colon may immediately follow a label definition. This is
Dc-m68k.texi270 it may be omitted, along with the leading colon, unless a scale is also
273 leading colon.
Dc-hppa.texi45 First, a colon may immediately follow a label definition. This is
/toolchain/binutils/binutils-2.27/bfd/
Decofflink.c2332 char *colon; in lookup_line() local
2335 colon = strchr (buffer, ':'); in lookup_line()
2336 if (colon != NULL) in lookup_line()
2337 *colon = '\0'; in lookup_line()
Dpdp11.c2357 char *colon; in NAME() local
2371 colon = strchr (buf, ':'); in NAME()
2372 if (colon != NULL) in NAME()
2373 *colon = '\0'; in NAME()
Daoutx.h2819 char *colon; in NAME() local
2832 colon = strchr (buf, ':'); in NAME()
2833 if (colon != NULL) in NAME()
2834 *colon = '\0'; in NAME()
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c625 const char *colon; in parse_stab() local
627 colon = strchr (string, ':'); in parse_stab()
628 if (colon != NULL in parse_stab()
629 && (colon[1] == 'f' || colon[1] == 'F')) in parse_stab()
/toolchain/binutils/binutils-2.27/cpu/
Dfr30.cpu982 (dnmi ldi8m "ldi:8 without the colon"
998 (dnmi ldi20m "ldi:20 without the colon"
1014 (dnmi ldi32m "ldi:32 without the colon"

1234