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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/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.27/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 13 char *endp; local
19 label = strtoul(name, &endp, 0);
24 if (endp == name) /* no digits */
28 if (*endp == '\0') {
34 if (*endp != '/')
37 name = endp + 1;
  /bionic/libc/bionic/
libgen.cpp 41 const char* endp = NULL; local
53 endp = path + strlen(path) - 1;
54 while (endp > path && *endp == '/') {
55 endp--;
59 if (endp == path && *endp == '/') {
66 startp = endp;
71 len = endp - startp +1;
97 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);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
unwind-4.s 16 .endp
26 .endp
39 .endp
53 .endp
65 .endp
  /external/libvpx/libvpx/vpx_dsp/arm/
save_reg_neon.asm 25 ENDP
31 ENDP
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Ipf/
FpuRmode.s 12 .endp internal_FPU_rmode
  /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
  /frameworks/base/cmds/statsd/src/config/
ConfigKey.cpp 43 char* endp; local
45 value = strtoll(str.c_str(), &endp, 0);
46 if (endp == str.c_str() || *endp != '\0') {
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
link-order.s 13 .endp foo#
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
tlsg.s 12 .endp _start#

Completed in 265 milliseconds

1 2 3 4 5 6 7 8 91011>>