Searched refs:endp (Results 1 – 25 of 59) sorted by relevance
123
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | unwind-bad-2.s | 8 .endp 20 .endp 33 .endp 40 .endp 47 .endp 54 .endp 64 .endp 71 .endp 78 .endp 85 .endp [all …]
|
D | unwind-2.s | 14 .endp 28 .endp 47 .endp 61 .endp 75 .endp 90 .endp 105 .endp 123 .endp 141 .endp 155 .endp [all …]
|
D | unwind-1.s | 14 .endp 28 .endp 47 .endp 61 .endp 75 .endp 90 .endp 105 .endp 123 .endp 141 .endp 155 .endp [all …]
|
D | unwind-bad-1.s | 14 .endp 22 .endp 35 .endp 42 .endp 51 .endp 58 # missing .endp before .cfi_startproc 61 .endp
|
D | unwind-3.s | 25 .endp 33 .endp
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | make-relative-prefix.c | 249 char *startp, *endp, *nstore; in make_relative_prefix_1() local 261 startp = endp = temp; in make_relative_prefix_1() 264 if (*endp == PATH_SEPARATOR || *endp == 0) in make_relative_prefix_1() 266 if (endp == startp) in make_relative_prefix_1() 274 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1() 275 if (! IS_DIR_SEPARATOR (endp[-1])) in make_relative_prefix_1() 277 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1() 278 nstore[endp - startp + 1] = 0; in make_relative_prefix_1() 281 nstore[endp - startp] = 0; in make_relative_prefix_1() 300 if (*endp == 0) in make_relative_prefix_1() [all …]
|
/toolchain/binutils/binutils-2.25/intl/ |
D | plural-exp.c | 115 char *endp; local 126 n = strtoul (nplurals, &endp, 10); 128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++) 129 n = n * 10 + (*endp - '0'); 131 if (nplurals == endp)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-bad.s | 72 .endp full1 102 .endp full2 124 .endp full3 130 .endp simple1 136 .endp simple2 143 .endp simple3 149 .endp simple4 155 .endp simple5
|
D | unwind-err.s | 1 .endp xyz 19 .endp personality 53 .endp start 60 .endp late_prologue 67 .endp late_body
|
D | unwind-ok.s | 5 .endp personality 82 .endp full1 131 .endp full2 170 .endp full3 179 .endp fframe 208 .endp vframe 237 .endp vframesp 266 .endp psp 272 .endp simple
|
D | proc.s | 7 .endp func, func1, func2 13 .endp
|
D | pound.s | 16 .endp psym 38 .endp esym#
|
D | pound.l | 24 [[:space:]]*[[:digit:]]+[[:space:]]+\?*[[:space:]]+[[:xdigit:]]+[[:space:]]+\.endp psym 50 [[:space:]]*[[:digit:]]+[[:space:]]+\?*[[:space:]]+11420400+[[:space:]]+\.endp esym#
|
D | group-2.s | 6 .endp foo#
|
D | reloc-mlx.s | 7 .endp foo#
|
D | proc.l | 6 .*:13: Error: Empty argument of .endp
|
D | group-1.s | 10 .endp _foo#
|
D | bundling.s | 15 .endp _start
|
D | reloc-uw.s | 9 .endp uw\type
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | unwind-4.s | 16 .endp 26 .endp 39 .endp 53 .endp 65 .endp
|
D | unwind-3.s | 22 .endp 36 .endp
|
D | unwind-5.s | 16 .endp
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | elfcomm.c | 707 char *endp; in get_archive_member_name() local 718 k = j = strtoul (arch->arhdr.ar_name + 1, &endp, 10); in get_archive_member_name() 719 if (arch->is_thin_archive && endp != NULL && * endp == ':') in get_archive_member_name() 720 arch->nested_member_origin = strtoul (endp + 1, NULL, 10); in get_archive_member_name()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
D | tlsg.s | 12 .endp _start#
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | link-order.s | 13 .endp foo#
|
123