Searched refs:basep (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_ranges.c | 49 Dwarf_Addr *basep) in __libdw_read_begin_end_pair_inc() argument 62 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() 75 *basep = base; in __libdw_read_begin_end_pair_inc() 142 *basep = end; in __libdw_read_begin_end_pair_inc() 152 *beginp = begin + *basep; in __libdw_read_begin_end_pair_inc() 153 *endp = end + *basep; in __libdw_read_begin_end_pair_inc() 164 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() 178 *basep = base; in __libdw_read_begin_end_pair_inc() 232 *basep = base; in __libdw_read_begin_end_pair_inc() 271 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() [all …]
|
D | dwarf_getlocation.c | 822 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, in getlocations_addr() argument 839 &begin, &end, basep)) in getlocations_addr() 966 dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, in dwarf_getlocations() argument 1020 *basep = __libdw_cu_base_address (attr->cu); in dwarf_getlocations() 1021 if (*basep == (Dwarf_Addr) -1) in dwarf_getlocations() 1031 return getlocations_addr (attr, offset, basep, startp, endp, in dwarf_getlocations()
|
D | libdw.h | 566 ptrdiff_t offset, Dwarf_Addr *basep, 779 ptrdiff_t offset, Dwarf_Addr *basep,
|
D | libdwP.h | 975 Dwarf_Addr *basep)
|
/external/sg3_utils/lib/ |
D | sg_pr2serr.c | 298 jsp->basep = NULL; in sgj_init_state() 327 jsp->basep = jvp; in sgj_start_r() 396 json_value * jvp = (json_value *)(jop ? jop : jsp->basep); in sgj_js2file() 448 if (jsp && jsp->basep) { in sgj_finish() 449 json_builder_free((json_value *)jsp->basep); in sgj_finish() 450 jsp->basep = NULL; in sgj_finish() 507 resp = json_object_push((json_value *)(jop ? jop : jsp->basep), name, in sgj_named_subobject_r() 522 return json_object_push((json_value *)(jop ? jop : jsp->basep), in sgj_snake_named_subobject_r() 535 resp = json_object_push((json_value *)(jop ? jop : jsp->basep), name, in sgj_named_subarray_r() 550 return json_object_push((json_value *)(jop ? jop : jsp->basep), in sgj_snake_named_subarray_r() [all …]
|
/external/elfutils/tests/ |
D | backtrace-data.c | 95 maps_lookup (pid_t pid, Dwarf_Addr addr, GElf_Addr *basep) in maps_lookup() argument 131 *basep = start - offset; in maps_lookup() 136 *basep = 0; in maps_lookup()
|
/external/sg3_utils/include/ |
D | sg_pr2serr.h | 87 sgj_opaque_p basep; /* base JSON object pointer */ member
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 566 ptrdiff_t offset, Dwarf_Addr *basep, 779 ptrdiff_t offset, Dwarf_Addr *basep,
|
/external/sg3_utils/src/ |
D | sg_rep_zones.c | 392 jop = jop ? jop : jsp->basep; in prt_a_zn_desc() 429 sgj_opaque_p jop = jsp ? jsp->basep : NULL; in decode_rep_zones() 541 sgj_opaque_p jop = jsp ? jsp->basep : NULL; in decode_rep_realms() 640 sgj_opaque_p jop = jsp ? jsp->basep : NULL; in decode_rep_zdomains()
|
D | sg_opcodes.c | 788 jap = sgj_named_subarray_r(jsp, jsp->basep, "all_command_descriptor"); in list_all_codes() 989 jop = sgj_named_subobject_r(jsp, jsp->basep, "one_command_descriptor"); in list_one() 1101 jsp->userp = sgj_named_subobject_r(jsp, jsp->basep, in list_one()
|