Home
last modified time | relevance | path

Searched refs:basep (Results 1 - 9 of 9) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_ranges.c40 - If it's base address selection record, set up `*basep' and return 1.
49 Dwarf_Addr *basep) in __libdw_read_begin_end_pair_inc()
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 in __libdw_read_begin_end_pair_inc()
44 __libdw_read_begin_end_pair_inc(Dwarf_CU *cu, int sec_index, const unsigned char **addrp, const unsigned char *addrend, int width, Dwarf_Addr *beginp, Dwarf_Addr *endp, Dwarf_Addr *basep) __libdw_read_begin_end_pair_inc() argument
464 dwarf_ranges(Dwarf_Die *die, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp) dwarf_ranges() argument
[all...]
H A Ddwarf_getlocation.c822 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, in getlocations_addr()
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()
821 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) getlocations_addr() argument
H A Dlibdw.h566 ptrdiff_t offset, Dwarf_Addr *basep,
779 ptrdiff_t offset, Dwarf_Addr *basep,
H A DlibdwP.h975 Dwarf_Addr *basep)
/third_party/FreeBSD/sys/kern/
H A Dsubr_kobj.c173 kobj_class_t *basep = NULL; in kobj_lookup_method_mi() local
179 basep = cls->baseclasses; in kobj_lookup_method_mi()
180 if (basep) { in kobj_lookup_method_mi()
181 for (; *basep; basep++) { in kobj_lookup_method_mi()
182 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi()
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/
H A D12.06.04-005.js16 var b = {basep: "base"};
31 assert(d.basep === "baseA" && d.derivedp === "derivedA");
/third_party/elfutils/tests/
H A Dbacktrace-data.c95 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()
/third_party/tzdata/
H A Dlocaltime.c1088 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() argument
1118 if (basep) { in tzparse()
1119 if (0 < basep->timecnt) in tzparse()
1120 atlo = basep->ats[basep->timecnt - 1]; in tzparse()
1122 sp->leapcnt = basep->leapcnt; in tzparse()
1123 memcpy(sp->lsis, basep->lsis, sp->leapcnt * sizeof *sp->lsis); in tzparse()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 32 milliseconds