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

  /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_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_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...]
libdwP.h 316 void *startp; member in struct:Dwarf_CU
  /bionic/libc/bionic/
libgen.cpp 43 const char* startp = NULL; local
50 startp = ".";
63 startp = "/";
69 startp = endp;
70 while (startp > path && *(startp - 1) != '/') {
71 startp--;
74 len = endp - startp +1;
88 memcpy(buffer, startp, len);
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 340 const char *startp = p; local
359 p = startp;
  /system/core/liblog/
event_tag_map.c 337 char* startp; local
341 startp = cp;
346 val = strtoul(startp, &endp, 10);
  /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/libelf/
elf_begin.c 754 char *startp = runp; local
759 memset (startp, '\0', newp + len - startp);
    [all...]
  /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;
  /external/elfutils/src/
ldgeneric.c 4582 struct pathelement *startp; local
    [all...]
readelf.c 5681 const unsigned char *startp = readp; local
    [all...]

Completed in 518 milliseconds