HomeSort by relevance Sort by last modified time
    Searched full:endp (Results 1 - 25 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-1.s 14 .endp
22 .endp
35 .endp
42 .endp
51 .endp
58 # missing .endp before .cfi_startproc
61 .endp
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...]
unwind-3.s 25 .endp
33 .endp
unwind-1.s 14 .endp
28 .endp
47 .endp
61 .endp
75 .endp
90 .endp
105 .endp
123 .endp
141 .endp
155 .endp
    [all...]
unwind-2.s 14 .endp
28 .endp
47 .endp
61 .endp
75 .endp
90 .endp
105 .endp
123 .endp
141 .endp
155 .endp
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
group-2.s 6 .endp foo#
reloc-mlx.s 7 .endp foo#
proc.s 7 .endp func, func1, func2
13 .endp
bundling.s 15 .endp _start
reloc-uw.s 9 .endp uw\type
unwind-err.s 1 .endp xyz
19 .endp personality
53 .endp start
60 .endp late_prologue
67 .endp late_body
group-1.s 10 .endp _foo#
proc.l 6 .*:13: Error: Empty argument of .endp
  /external/iproute2/lib/
mpls_pton.c 12 char *endp; local
18 label = strtoul(name, &endp, 0);
23 if (endp == name) /* no digits */
27 if (*endp == '\0') {
33 if (*endp != '/')
36 name = endp + 1;
  /bionic/libc/bionic/
libgen.cpp 44 const char* endp = NULL; local
56 endp = path + strlen(path) - 1;
57 while (endp > path && *endp == '/') {
58 endp--;
62 if (endp == path && *endp == '/') {
69 startp = endp;
74 len = endp - startp +1;
100 const char* endp = NULL local
    [all...]
  /external/elfutils/libdw/
dwarf_formsdata.c 45 const unsigned char *endp = attr->cu->endp; local
50 if (datap + 1 > endp)
60 if (datap + 2 > endp)
66 if (datap + 4 > endp)
72 if (datap + 8 > endp)
78 if (datap + 1 > endp)
80 get_sleb128 (*return_sval, datap, endp);
84 if (datap + 1 > endp)
86 get_uleb128 (*return_sval, datap, endp);
    [all...]
dwarf_formblock.c 45 const unsigned char *endp = attr->cu->endp; local
50 if (unlikely (endp - datap < 1))
57 if (unlikely (endp - datap < 2))
64 if (unlikely (endp - datap < 4))
72 if (unlikely (endp - datap < 1))
74 get_uleb128 (return_block->length, datap, endp);
83 if (unlikely (return_block->length > (size_t) (endp - return_block->data)))
dwarf_formref.c 42 const unsigned char *endp = attr->cu->endp; local
53 if (datap + 1 > endp)
63 if (datap + 2 > endp)
69 if (datap + 4 > endp)
75 if (datap + 8 > endp)
81 if (datap + 1 > endp)
83 get_uleb128 (*return_offset, datap, endp);
libdw_form.c 46 const unsigned char *endp = cu->endp; local
70 if (unlikely ((size_t) (endp - startp) < 1))
76 if (unlikely ((size_t) (endp - startp) < 2))
82 if (unlikely ((size_t) (endp - startp) < 4))
89 get_uleb128 (u128, valp, endp);
96 (size_t) (endp - startp));
106 get_uleb128 (u128, valp, endp);
111 get_uleb128 (u128, valp, endp);
124 if (unlikely (result > (size_t) (endp - startp))
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-4.s 16 .endp
26 .endp
39 .endp
53 .endp
65 .endp
unwind-5.s 16 .endp
  /external/llvm/test/CodeGen/AArch64/
i128-align.ll 11 %endp = getelementptr %struct, %struct* @var, i64 1
12 %endi = ptrtoint %struct* %endp to i64
23 %endp = getelementptr %struct, %struct* @var, i64 0, i32 1
24 %endi = ptrtoint i128* %endp to i64
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
link-order.s 13 .endp foo#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsg.s 12 .endp _start#
  /external/e2fsprogs/intl/
plural-exp.c 113 char *endp; local
124 n = strtoul (nplurals, &endp, 10);
126 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
127 n = n * 10 + (*endp - '0');
129 if (nplurals == endp)

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>