/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_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_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_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_formref_die.c | 104 datap = cu->startp; 105 size = cu->endp - cu->startp;
|
dwarf_getlocation_implicit_pointer.c | 38 static Dwarf_CU empty_cu = { .startp = &empty_exprloc,
|
dwarf_ranges.c | 86 Dwarf_Addr *startp, Dwarf_Addr *endp) 94 && INTUSE(dwarf_lowpc) (die, startp) == 0) 189 *startp = *basep + begin;
|
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;
|
libdw.h | 528 *STARTP and *ENDP with a contiguous address range. */ 531 Dwarf_Addr *startp, Dwarf_Addr *endp); 694 *BASEP from the prior call. Successful calls fill in *STARTP and 699 in *EXPR with *STARTP set to zero and *ENDP set to minus one. */ 702 Dwarf_Addr *startp, Dwarf_Addr *endp, [all...] |
/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);
|
/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;
|
/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/libdwfl/ |
dwfl_report_elf.c | 45 GElf_Addr *address_syncp, GElf_Addr *startp, 226 if (startp) 227 *startp = start;
|
/system/core/liblog/ |
event_tag_map.c | 337 char* startp; local 341 startp = cp; 346 val = strtoul(startp, &endp, 10);
|
/external/elfutils/src/ |
ar.c | 852 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, 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); [all...] |
/external/elfutils/libcpu/ |
i386_disasm.c | 316 i386_disasm (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, 345 const uint8_t *data = *startp; 1127 assert (*startp == data); 1137 *startp = data;
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 340 const char *startp = p; local 359 p = startp;
|
/external/elfutils/libebl/ |
ebl-hooks.h | 153 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
|