Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Dlibdw_findcu.c68 Dwarf_Off *const offsetp in __libdw_intern_next_unit() local
72 Dwarf_Off oldoff = *offsetp; in __libdw_intern_next_unit()
80 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL, in __libdw_intern_next_unit()
98 if (unlikely (*offsetp > data->d_size)) in __libdw_intern_next_unit()
99 *offsetp = data->d_size; in __libdw_intern_next_unit()
106 newp->end = *offsetp; in __libdw_intern_next_unit()
127 *offsetp = oldoff; in __libdw_intern_next_unit()
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_getabbrevattr.c41 unsigned int *formp, Dwarf_Off *offsetp) in dwarf_getabbrevattr() argument
72 if (offsetp != NULL) in dwarf_getabbrevattr()
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset; in dwarf_getabbrevattr()
Ddwarf_formudata.c40 Dwarf_Off *offsetp) in __libdw_formptr() argument
91 if (offsetp != NULL) in __libdw_formptr()
92 *offsetp = offset; in __libdw_formptr()
DlibdwP.h738 Dwarf_Off *offsetp)
Dlibdw.h798 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
DChangeLog2525 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
/external/elfutils/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.c580 int *offsetp, argument
597 offset = *offsetp;
641 *offsetp = offset;
/external/e2fsprogs/debugfs/
Drevoke.c580 int *offsetp, argument
597 offset = *offsetp;
641 *offsetp = offset;
/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.h798 Dwarf_Word *lengthp, Dwarf_Off *offsetp);