Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/src/libdw/
Dlibdw_findcu.c70 Dwarf_Off *const offsetp local
74 Dwarf_Off oldoff = *offsetp;
82 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
100 if (unlikely (*offsetp > data->d_size))
101 *offsetp = data->d_size;
108 newp->end = *offsetp;
129 *offsetp = oldoff;
Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp) in dwarf_getabbrevattr() argument
45 Dwarf_Off *offsetp;
76 if (offsetp != NULL)
77 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
Ddwarf_getarangeinfo.c39 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument
48 if (offsetp != NULL) in dwarf_getarangeinfo()
49 *offsetp = arange->offset; in dwarf_getarangeinfo()
Ddwarf_formudata.c40 Dwarf_Off *offsetp) in __libdw_formptr() argument
91 if (offsetp != NULL) in __libdw_formptr()
92 *offsetp = offset; in __libdw_formptr()
DlibdwP.h740 Dwarf_Off *offsetp)
Dlibdw.h797 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
DChangeLog2215 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
/external/elfutils/src/libebl/
Deblwstrtab.c299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() argument
304 copystrings (nodep->left, freep, offsetp); in copystrings()
307 nodep->offset = *offsetp; in copystrings()
309 *offsetp += nodep->len * sizeof (wchar_t); in copystrings()
319 copystrings (nodep->right, freep, offsetp); in copystrings()
Deblstrtab.c292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument
295 copystrings (nodep->left, freep, offsetp); in copystrings()
298 nodep->offset = *offsetp; in copystrings()
300 *offsetp += nodep->len; in copystrings()
310 copystrings (nodep->right, freep, offsetp); in copystrings()
Deblgstrtab.c305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() argument
310 copystrings (nodep->left, freep, offsetp); in copystrings()
313 nodep->offset = *offsetp; in copystrings()
315 *offsetp += nodep->len * nodep->width; in copystrings()
325 copystrings (nodep->right, freep, offsetp); in copystrings()
/external/e2fsprogs/e2fsck/
Drevoke.c478 int *offsetp, in write_one_revoke_record() argument
493 offset = *offsetp; in write_one_revoke_record()
523 *offsetp = offset; in write_one_revoke_record()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
764 strp = getsecs(strp, offsetp); in getoffset()
768 *offsetp = -*offsetp; in getoffset()
/external/elfutils/include/elfutils/
Dlibdw.h797 Dwarf_Word *lengthp, Dwarf_Off *offsetp);