Searched refs:offsetp (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/src/libdw/ |
D | libdw_findcu.c | 70 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;
|
D | dwarf_getabbrevattr.c | 40 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;
|
D | dwarf_getarangeinfo.c | 39 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument 48 if (offsetp != NULL) in dwarf_getarangeinfo() 49 *offsetp = arange->offset; in dwarf_getarangeinfo()
|
D | dwarf_formudata.c | 40 Dwarf_Off *offsetp) in __libdw_formptr() argument 91 if (offsetp != NULL) in __libdw_formptr() 92 *offsetp = offset; in __libdw_formptr()
|
D | libdwP.h | 740 Dwarf_Off *offsetp)
|
D | libdw.h | 797 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
D | ChangeLog | 2215 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
|
/external/elfutils/src/libebl/ |
D | eblwstrtab.c | 299 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()
|
D | eblstrtab.c | 292 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()
|
D | eblgstrtab.c | 305 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/ |
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/icu/icu4c/source/tools/tzcode/ |
D | 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) in getoffset() argument 764 strp = getsecs(strp, offsetp); in getoffset() 768 *offsetp = -*offsetp; in getoffset()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 797 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|