/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 | 800 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, in getlocations_addr() argument 817 &begin, &end, basep)) in getlocations_addr() 943 dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, in dwarf_getlocations() argument 997 *basep = __libdw_cu_base_address (attr->cu); in dwarf_getlocations() 998 if (*basep == (Dwarf_Addr) -1) in dwarf_getlocations() 1008 return getlocations_addr (attr, offset, basep, startp, endp, in dwarf_getlocations()
|
D | libdw.h | 559 ptrdiff_t offset, Dwarf_Addr *basep, 763 ptrdiff_t offset, Dwarf_Addr *basep,
|
D | libdwP.h | 966 Dwarf_Addr *basep)
|
/external/u-boot/drivers/core/ |
D | of_extra.c | 49 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, in ofnode_decode_region() argument 62 *basep = fdt_addr_to_cpu(*cell); in ofnode_decode_region() 64 debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep, in ofnode_decode_region() 71 const char *suffix, fdt_addr_t *basep, in ofnode_decode_memory_region() argument 124 *basep = base + offset; in ofnode_decode_memory_region()
|
/external/u-boot/cmd/ |
D | bootstage.c | 16 static int get_base_size(int argc, char * const argv[], ulong *basep, in get_base_size() argument 21 *basep = CONFIG_BOOTSTAGE_STASH_ADDR; in get_base_size() 25 *basep = simple_strtoul(argv[1], &endp, 16); in get_base_size()
|
/external/u-boot/include/dm/ |
D | of_extra.h | 59 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep, 86 const char *suffix, fdt_addr_t *basep,
|
/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/elfutils/include/elfutils/ |
D | libdw.h | 559 ptrdiff_t offset, Dwarf_Addr *basep, 763 ptrdiff_t offset, Dwarf_Addr *basep,
|
/external/u-boot/include/ |
D | fdtdec.h | 1215 phys_addr_t *basep, phys_size_t *sizep,
|
/external/u-boot/lib/ |
D | fdtdec.c | 1563 phys_addr_t *basep, phys_size_t *sizep, bd_t *bd) in fdtdec_decode_ram_size() argument 1634 if (basep && !bank) in fdtdec_decode_ram_size() 1635 *basep = (phys_addr_t)addr; in fdtdec_decode_ram_size()
|