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

/external/openssh/openbsd-compat/
H A Dbasename.c31 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/src/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;
187 unsigned char *startp local
190 = startp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
191 unsigned char *readp = startp + offset;
231 return readp - startp;
239 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
240 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)
186 *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.c149 const unsigned char *startp = readp; local
253 .header_len = readp - startp,
267 const unsigned char *startp,
278 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
314 const unsigned char *const startp = d->d_buf + macoff; local
318 startp, endp, cudie);
326 assert (offset < endp - startp);
327 const unsigned char *readp = startp + offset;
360 .startp = (void *) startp
266 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 DlibdwP.h319 void *startp; member in struct:Dwarf_CU
/external/elfutils/src/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/bison/lib/
H A Dspawni.c332 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/src/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/src/libelf/
H A Delf_begin.c742 char *startp = runp; local
747 memset (startp, '\0', newp + len - startp);
/external/elfutils/src/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/src/
H A Dar.c856 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, argument
867 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr));
876 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
885 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
888 *startp = memb->old_off;
899 *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.c5575 const unsigned char *startp = readp; local
5582 while (++startp < readp)
5583 printf ("%#x ", *startp);
/external/mksh/src/
H A Dedit.c534 x_locate_word(const char *buf, int buflen, int pos, int *startp, argument
541 *startp = pos;
582 *startp = start;
588 x_cf_glob(int *flagsp, const char *buf, int buflen, int pos, int *startp, argument
595 len = x_locate_word(buf, buflen, pos, startp, &is_command);
613 strndupx(toglob, buf + *startp, len + /* the '*' */ 1, ATEMP);
666 *endp = *startp + len;

Completed in 344 milliseconds