Searched defs:basep (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_ranges.c39 - If it's base address selection record, set up `*basep' and return 1.
46 Dwarf_Addr *basep)
67 if (basep != NULL)
68 *basep = end;
85 dwarf_ranges (Dwarf_Die *die, ptrdiff_t offset, Dwarf_Addr *basep, argument
140 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
144 basep) != 0)
145 *basep = (Dwarf_Addr) -1;
166 &begin, &end, basep))
179 if (*basep
43 __libdw_read_begin_end_pair_inc(Dwarf *dbg, int sec_index, unsigned char **addrp, int width, Dwarf_Addr *beginp, Dwarf_Addr *endp, Dwarf_Addr *basep) argument
[all...]
H A Ddwarf_getlocation.c628 attr_base_address (Dwarf_Attribute *attr, Dwarf_Addr *basep) argument
639 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
643 basep) != 0)
651 *basep = 0;
658 Dwarf_Addr *basep)
660 if (attr_base_address (attr, basep) != 0)
675 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp,
695 &begin, &end, basep))
718 *startp = *basep + begin;
719 *endp = *basep
657 initial_offset_base(Dwarf_Attribute *attr, ptrdiff_t *offset, Dwarf_Addr *basep) argument
674 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) argument
803 dwarf_getlocations(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr, size_t *exprlen) argument
[all...]
/external/elfutils/tests/
H A Dbacktrace-data.c90 maps_lookup (pid_t pid, Dwarf_Addr addr, GElf_Addr *basep) argument
129 *basep = start - offset;

Completed in 114 milliseconds