/external/elfutils/0.153/libdw/ |
D | dwarf_getabbrevattr.c | 61 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp) in dwarf_getabbrevattr() argument 66 Dwarf_Off *offsetp; 96 if (offsetp != NULL) 97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
|
D | dwarf_getarangeinfo.c | 60 Dwarf_Word *lengthp, Dwarf_Off *offsetp) in dwarf_getarangeinfo() argument 69 if (offsetp != NULL) in dwarf_getarangeinfo() 70 *offsetp = arange->offset; in dwarf_getarangeinfo()
|
D | libdw_findcu.c | 66 Dwarf_Off *const offsetp local 69 Dwarf_Off oldoff = *offsetp; 77 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL, 97 newp->end = *offsetp;
|
D | dwarf_formudata.c | 61 Dwarf_Off *offsetp) in __libdw_formptr() argument 110 if (offsetp != NULL) in __libdw_formptr() 111 *offsetp = offset; in __libdw_formptr()
|
D | libdwP.h | 637 Dwarf_Off *offsetp)
|
D | libdw.h | 724 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
D | ChangeLog | 1504 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
|
/external/elfutils/0.153/libebl/ |
D | eblstrtab.c | 313 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument 316 copystrings (nodep->left, freep, offsetp); in copystrings() 319 nodep->offset = *offsetp; in copystrings() 321 *offsetp += nodep->len; in copystrings() 331 copystrings (nodep->right, freep, offsetp); in copystrings()
|
D | eblwstrtab.c | 320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) in copystrings() argument 325 copystrings (nodep->left, freep, offsetp); in copystrings() 328 nodep->offset = *offsetp; in copystrings() 330 *offsetp += nodep->len * sizeof (wchar_t); in copystrings() 340 copystrings (nodep->right, freep, offsetp); in copystrings()
|
D | eblgstrtab.c | 326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) in copystrings() argument 331 copystrings (nodep->left, freep, offsetp); in copystrings() 334 nodep->offset = *offsetp; in copystrings() 336 *offsetp += nodep->len * nodep->width; in copystrings() 346 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 | 147 static const char * getoffset(const char * strp, long * offsetp); 732 getoffset(strp, offsetp) in getoffset() argument 734 long * const offsetp; 743 strp = getsecs(strp, offsetp); 747 *offsetp = -*offsetp;
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | localtime.c | 147 static const char * getoffset(const char * strp, long * offsetp); 732 getoffset(strp, offsetp) in getoffset() argument 734 long * const offsetp; 743 strp = getsecs(strp, offsetp); 747 *offsetp = -*offsetp;
|
/external/elfutils/elfutils/ |
D | libdw.h | 724 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|