HomeSort by relevance Sort by last modified time
    Searched refs:startp (Results 1 - 25 of 43) sorted by null

1 2

  /external/openssh/openbsd-compat/
basename.c 31 const char *endp, *startp; local
53 startp = endp;
54 while (startp > path && *(startp - 1) != '/')
55 startp--;
57 len = endp - startp + 1;
62 memcpy(bname, startp, len);
  /external/elfutils/libdw/
libdw_form.c 45 const unsigned char *startp = valp; 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))
90 result = u128 + (valp - startp);
96 (size_t) (endp - startp));
99 result = (size_t) (endstrp - startp) + 1;
107 result = valp - startp;
115 result += valp - startp;
124 if (unlikely (result > (size_t) (endp - startp)))
    [all...]
dwarf_cuoffset.c 43 : (Dwarf_Off) (die->addr - die->cu->startp));
dwarf_dieoffset.c 43 : (Dwarf_Off) (die->addr - die->cu->startp + die->cu->start));
dwarf_siblingof.c 81 size_t size = sibattr.cu->endp - sibattr.cu->startp;
82 size_t die_off = this_die.addr - this_die.cu->startp;
90 addr = sibattr.cu->startp + offset;
dwarf_getpubnames.c 50 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; local
51 unsigned char *readp = startp;
89 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
186 unsigned char *startp local
189 = startp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
190 unsigned char *readp = startp + offset;
230 return readp - startp;
238 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
239 readp = startp + dbg->pubnames_sets[cnt].set_start;
dwarf_ranges.c 86 Dwarf_Addr *startp, Dwarf_Addr *endp)
94 && INTUSE(dwarf_lowpc) (die, startp) == 0)
189 *startp = *basep + begin;
dwarf_getlocation_implicit_pointer.c 38 static Dwarf_CU empty_cu = { .startp = &empty_exprloc,
dwarf_getmacros.c 150 const unsigned char *startp = readp; local
255 .header_len = readp - startp,
269 const unsigned char *startp,
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
316 const unsigned char *const startp = d->d_buf + macoff; local
320 startp, endp, cudie);
328 assert (offset < endp - startp);
329 const unsigned char *readp = startp + offset;
362 .startp = (void *) startp + offset
    [all...]
dwarf_formref_die.c 104 datap = cu->startp;
105 size = cu->endp - cu->startp;
dwarf_getlocation.c 675 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp,
718 *startp = *basep + begin;
722 if (address != (Dwarf_Word) -1 && (address < *startp || address >= *endp))
804 Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr,
825 *startp = 0;
843 *startp = 0;
863 return getlocations_addr (attr, offset, basep, startp, endp,
libdw_findcu.c 120 newp->startp = data->d_buf + newp->start;
  /bionic/libc/bionic/
libgen.cpp 40 const char* startp = NULL; local
47 startp = ".";
60 startp = "/";
66 startp = endp;
67 while (startp > path && *(startp - 1) != '/') {
68 startp--;
71 len = endp - startp +1;
85 memcpy(buffer, startp, len);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkupdate.c 113 u_char *cp, *sp2, *startp, *endp; local
236 startp = rrecp->r_data;
237 endp = startp + rrecp->r_size - 1;
241 if (!getword_str(buf2, sizeof buf2, &startp, endp))
255 if (!getword_str(buf2, sizeof buf2, &startp, endp))
267 if (!getword_str(buf2, sizeof buf2, &startp,
279 while (isspace(*startp) || !*startp)
280 startp++;
281 if (*startp == '(') {
    [all...]
  /external/elfutils/libasm/
disasm_str.c 62 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
68 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer,
disasm_cb.c 155 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
176 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
libasm.h 188 extern int disasm_str (DisasmCtx_t *ctx, const uint8_t **startp,
194 extern int disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp,
libasmP.h 293 extern int __disasm_cb_internal (DisasmCtx_t *ctx, const uint8_t **startp,
  /toolchain/binutils/binutils-2.25/libiberty/
make-relative-prefix.c 249 char *startp, *endp, *nstore; local
261 startp = endp = temp;
266 if (endp == startp)
274 memcpy (nstore, startp, endp - startp);
277 nstore[endp - startp] = DIR_SEPARATOR;
278 nstore[endp - startp + 1] = 0;
281 nstore[endp - startp] = 0;
302 endp = startp = endp + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 558 Py_UNICODE *startp; local
568 startp = PyUnicode_AS_UNICODE(object);
572 if (0xD800 <= startp[end - 1] && startp[end - 1] <= 0xDBFF)
576 e = startp + end;
577 for (p = startp+start, ressize = 0; p < e;) {
609 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res); p < e;) {
615 (p < startp+end) &&
683 Py_UNICODE *startp; local
694 startp = PyUnicode_AS_UNICODE(object);
    [all...]
  /external/bison/lib/
spawni.c 332 char *startp; local
340 startp = name + 1;
342 startp = (char *) memcpy (name - (p - path), path, p - path);
345 execve (startp, argv, envp);
348 script_execute (startp, argv, envp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 558 Py_UNICODE *startp; local
567 startp = PyUnicode_AS_UNICODE(object);
568 for (p = startp+start, ressize = 0; p < startp+end; ++p) {
596 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res);
597 p < startp+end; ++p) {
670 Py_UNICODE *startp; local
679 startp = PyUnicode_AS_UNICODE(object);
680 for (p = startp+start, ressize = 0; p < startp+end; ++p) {
    [all...]
  /external/python/cpython2/Python/
codecs.c 714 Py_UNICODE *startp; local
724 startp = PyUnicode_AS_UNICODE(object);
728 if (0xD800 <= startp[end - 1] && startp[end - 1] <= 0xDBFF)
732 e = startp + end;
733 for (p = startp+start, ressize = 0; p < e;) {
765 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res); p < e;) {
771 (p < startp+end) &&
839 Py_UNICODE *startp; local
850 startp = PyUnicode_AS_UNICODE(object)
    [all...]
  /external/elfutils/libdwfl/
dwfl_report_elf.c 45 GElf_Addr *address_syncp, GElf_Addr *startp,
226 if (startp)
227 *startp = start;
  /external/elfutils/libebl/
ebl-hooks.h 153 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,

Completed in 648 milliseconds

1 2