Searched refs:offsetp (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrevattr.c | 25 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp) in dwarf_getabbrevattr() argument 30 Dwarf_Off *offsetp; 60 if (offsetp != NULL) 61 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
|
D | dwarf_getarangeinfo.c | 24 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument 33 if (offsetp != NULL) in dwarf_getarangeinfo() 34 *offsetp = arange->offset; in dwarf_getarangeinfo()
|
D | libdw.h | 406 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
D | ChangeLog | 132 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
|
/external/elfutils/libebl/ |
D | eblwstrtab.c | 284 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() argument 289 copystrings (nodep->left, freep, offsetp); in copystrings() 292 nodep->offset = *offsetp; in copystrings() 294 *offsetp += nodep->len * sizeof (wchar_t); in copystrings() 304 copystrings (nodep->right, freep, offsetp); in copystrings()
|
D | eblstrtab.c | 284 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument 289 copystrings (nodep->left, freep, offsetp); in copystrings() 292 nodep->offset = *offsetp; in copystrings() 294 *offsetp += nodep->len; in copystrings() 304 copystrings (nodep->right, freep, offsetp); in copystrings()
|
D | eblgstrtab.c | 295 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() argument 300 copystrings (nodep->left, freep, offsetp); in copystrings() 303 nodep->offset = *offsetp; in copystrings() 305 *offsetp += nodep->len * nodep->width; in copystrings() 315 copystrings (nodep->right, freep, offsetp); in copystrings()
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 478 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/icu4c/tools/tzcode/ |
D | localtime.c | 147 static const char * getoffset P((const char * strp, long * offsetp)); 697 getoffset(strp, offsetp) in getoffset() argument 699 long * const offsetp; 708 strp = getsecs(strp, offsetp); 712 *offsetp = -*offsetp;
|