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

  /external/elfutils/libdw/
dwarf_getarangeinfo.c 39 Dwarf_Word *lengthp, Dwarf_Off *offsetp)
48 if (offsetp != NULL)
49 *offsetp = arange->offset;
dwarf_getabbrevattr.c 41 unsigned int *formp, Dwarf_Off *offsetp)
72 if (offsetp != NULL)
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
libdw_findcu.c 68 Dwarf_Off *const offsetp local
72 Dwarf_Off oldoff = *offsetp;
80 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
98 if (unlikely (*offsetp > data->d_size))
99 *offsetp = data->d_size;
106 newp->end = *offsetp;
127 *offsetp = oldoff;
dwarf_formudata.c 40 Dwarf_Off *offsetp)
91 if (offsetp != NULL)
92 *offsetp = offset;
libdw.h 798 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
    [all...]
libdwP.h 738 Dwarf_Off *offsetp)
  /external/elfutils/libebl/
eblstrtab.c 292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp)
295 copystrings (nodep->left, freep, offsetp);
298 nodep->offset = *offsetp;
300 *offsetp += nodep->len;
310 copystrings (nodep->right, freep, offsetp);
eblgstrtab.c 305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp)
310 copystrings (nodep->left, freep, offsetp);
313 nodep->offset = *offsetp;
315 *offsetp += nodep->len * nodep->width;
325 copystrings (nodep->right, freep, offsetp);
eblwstrtab.c 299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
304 copystrings (nodep->left, freep, offsetp);
307 nodep->offset = *offsetp;
309 *offsetp += nodep->len * sizeof (wchar_t);
319 copystrings (nodep->right, freep, offsetp);
  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 1322 char offsetp[6]; local
    [all...]
  /external/e2fsprogs/e2fsck/
revoke.c 478 int *offsetp,
493 offset = *offsetp;
523 *offsetp = offset;
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp)
764 strp = getsecs(strp, offsetp);
768 *offsetp = -*offsetp;
    [all...]
  /bionic/libc/tzcode/
localtime.c 842 getoffset(register const char *strp, int_fast32_t *const offsetp)
851 strp = getsecs(strp, offsetp);
855 *offsetp = -*offsetp;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c     [all...]

Completed in 664 milliseconds