Searched defs:startp (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libdw/
H A Dlibdw_form.c45 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...]
H A Ddwarf_getpubnames.c50 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;
H A Ddwarf_ranges.c86 Dwarf_Addr *startp, Dwarf_Addr *endp)
94 && INTUSE(dwarf_lowpc) (die, startp) == 0)
189 *startp = *basep + begin;
85 dwarf_ranges(Dwarf_Die *die, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp) argument
H A Ddwarf_getmacros.c150 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
268 cache_op_table(Dwarf *dbg, int sec_index, Dwarf_Off macoff, const unsigned char *startp, const unsigned char *const endp, Dwarf_Die *cudie) argument
[all...]
H A Ddwarf_getlocation.c675 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,
674 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) argument
803 dwarf_getlocations(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr, size_t *exprlen) argument
H A DlibdwP.h316 void *startp; member in struct:Dwarf_CU
/external/elfutils/libasm/
H A Ddisasm_str.c62 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, argument
68 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer,
H A Ddisasm_cb.c155 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, argument
176 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
/external/elfutils/libdwfl/
H A Ddwfl_report_elf.c45 GElf_Addr *address_syncp, GElf_Addr *startp,
226 if (startp)
227 *startp = start;
43 __libdwfl_elf_address_range(Elf *elf, GElf_Addr base, bool add_p_vaddr, bool sanity, GElf_Addr *vaddrp, GElf_Addr *address_syncp, GElf_Addr *startp, GElf_Addr *endp, GElf_Addr *biasp, GElf_Half *e_typep) argument
/external/elfutils/libelf/
H A Delf_begin.c754 char *startp = runp; local
759 memset (startp, '\0', newp + len - startp);
/external/python/cpython2/Python/
H A Dcodecs.c714 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
[all...]
/external/elfutils/libcpu/
H A Di386_disasm.c316 i386_disasm (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, argument
345 const uint8_t *data = *startp;
1127 assert (*startp == data);
1137 *startp = data;
/external/elfutils/src/
H A Dar.c852 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, argument
863 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
872 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
881 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
884 *startp = memb->old_off;
895 *startp += sizeof (struct ar_hdr);
H A Dldgeneric.c4582 struct pathelement *startp; local
4591 startp = ld_state.runpath;
4596 startp = ld_state.rpath;
4601 for (len = 0, prunp = startp; prunp != NULL; prunp = prunp->next)
4606 for (prunp = startp; prunp != NULL; prunp = prunp->next)
H A Dreadelf.c5681 const unsigned char *startp = readp; local
5688 while (++startp < readp)
5689 printf ("%#x ", *startp);
/external/mksh/src/
H A Dedit.c559 x_locate_word(const char *buf, int buflen, int pos, int *startp, argument
566 *startp = pos;
607 *startp = start;
613 x_cf_glob(int *flagsp, const char *buf, int buflen, int pos, int *startp, argument
620 len = x_locate_word(buf, buflen, pos, startp, &is_command);
638 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
692 *endp = *startp + len;
/external/python/cpython2/Objects/
H A Dunicodeobject.c3623 const Py_UNICODE *startp = p; local
3660 Py_ssize_t unicodepos = p-startp;
3688 raise_encode_exception(&exc, encoding, startp, size, collstart-startp, collend-startp, reason);
3741 encoding, reason, startp, size, &exc,
3742 collstart-startp, collend-startp, &newpos);
3771 raise_encode_exception(&exc, encoding, startp, size,
3778 p = startp
5061 const Py_UNICODE *startp = p; local
[all...]

Completed in 545 milliseconds