/external/elfutils/libdw/ |
D | libdw_findcu.c | 68 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()
|
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_getabbrevattr.c | 41 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()
|
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 | 738 Dwarf_Off *offsetp)
|
D | libdw.h | 798 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|
D | ChangeLog | 2525 * dwarf_getabbrevattr.c: Add offsetp parameter. Fill in before
|
/external/elfutils/libebl/ |
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 | 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 | 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/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 133 void * resp, int xfer_len, int * offsetp, bool noisy, 145 void * resp, int xfer_len, int * offsetp, bool noisy, 308 int * offsetp, bool noisy, int verbose); 320 int * offsetp, bool noisy, int verbose);
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 1199 void * resp, int xfer_len, int * offsetp, bool noisy, in sg_ll_read_long10() argument 1253 if (offsetp) in sg_ll_read_long10() 1254 *offsetp = (int)(int64_t)ull; in sg_ll_read_long10() 1291 void * resp, int xfer_len, int * offsetp, bool noisy, in sg_ll_read_long16() argument 1346 if (offsetp) in sg_ll_read_long16() 1347 *offsetp = (int)(int64_t)ull; in sg_ll_read_long16() 1385 int * offsetp, bool noisy, int verbose) in sg_ll_write_long10() argument 1436 if (offsetp) in sg_ll_write_long10() 1437 *offsetp = (int)(int64_t)ull; in sg_ll_write_long10() 1464 int * offsetp, bool noisy, int verbose) in sg_ll_write_long16() argument [all …]
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 580 int *offsetp, argument 597 offset = *offsetp; 641 *offsetp = offset;
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 580 int *offsetp, argument 597 offset = *offsetp; 641 *offsetp = offset;
|
/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 | 798 Dwarf_Word *lengthp, Dwarf_Off *offsetp);
|