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

  /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);
  /external/elfutils/0.153/libasm/
disasm_str.c 59 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
65 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer,
disasm_cb.c 152 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end,
173 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
libasm.h 185 extern int disasm_str (DisasmCtx_t *ctx, const uint8_t **startp,
191 extern int disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp,
libasmP.h 290 extern int __disasm_cb_internal (DisasmCtx_t *ctx, const uint8_t **startp,
  /external/elfutils/0.153/libdw/
dwarf_getpubnames.c 71 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; local
72 unsigned char *readp = startp;
110 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
205 unsigned char *startp local
207 unsigned char *readp = startp + offset;
238 return readp - startp;
246 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
247 readp = startp + dbg->pubnames_sets[cnt].set_start;
dwarf_ranges.c 107 Dwarf_Addr *startp, Dwarf_Addr *endp)
115 && INTUSE(dwarf_lowpc) (die, startp) == 0)
207 *startp = *basep + begin;
libdw.h 493 *STARTP and *ENDP with a contiguous address range. */
496 Dwarf_Addr *startp, Dwarf_Addr *endp);
  /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);
  /external/elfutils/0.153/libebl/
ebl-hooks.h 171 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
  /system/core/liblog/
event_tag_map.c 334 char* startp; local
338 startp = cp;
343 val = strtoul(startp, &endp, 10);
  /external/elfutils/0.153/src/
ar.c 863 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
874 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
883 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
892 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
895 *startp = memb->old_off;
906 *startp += sizeof (struct ar_hdr);
    [all...]
ldgeneric.c 4590 struct pathelement *startp; local
    [all...]
readelf.c 5363 const unsigned char *startp = readp; local
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 340 const char *startp = p; local
359 p = startp;
  /external/elfutils/0.153/libcpu/
i386_disasm.c 313 i386_disasm (const uint8_t **startp, const uint8_t *end, GElf_Addr addr,
342 const uint8_t *data = *startp;
1124 assert (*startp == data);
1134 *startp = data;
  /external/elfutils/elfutils/
libdw.h 493 *STARTP and *ENDP with a contiguous address range. */
496 Dwarf_Addr *startp, Dwarf_Addr *endp);
  /ndk/sources/host-tools/make-3.81/
read.c 143 char **startp, unsigned int *length));
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]

Completed in 319 milliseconds