Home
last modified time | relevance | path

Searched refs:offp (Results 1 - 24 of 24) sorted by relevance

/third_party/libunwind/libunwind/src/mi/
H A DGget_proc_name.c50 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in get_proc_name()
63 if (offp) in get_proc_name()
64 *offp = ip - pi.start_ip; in get_proc_name()
93 return (*a->get_proc_name) (as, ip, buf, buf_len, offp, arg); in get_proc_name()
100 unw_word_t *offp) in unw_get_proc_name()
119 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, in unw_get_proc_name()
122 if (c->dwarf.use_prev_instr && offp != NULL && error == 0) in unw_get_proc_name()
123 *offp += 1; in unw_get_proc_name()
49 get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_proc_name() argument
99 unw_get_proc_name(unw_cursor_t *cursor, char *buf, size_t buf_len, unw_word_t *offp) unw_get_proc_name() argument
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_proc_name.c34 char *buf, size_t buf_len, unw_word_t *offp) in CD_get_proc_name()
56 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp); in CD_get_proc_name()
63 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in _UCD_get_proc_name()
68 return _Uelf64_CD_get_proc_name (ui, as, ip, buf, buf_len, offp); in _UCD_get_proc_name()
70 return _Uelf32_CD_get_proc_name (ui, as, ip, buf, buf_len, offp); in _UCD_get_proc_name()
33 CD_get_proc_name(struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) CD_get_proc_name() argument
62 _UCD_get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) _UCD_get_proc_name() argument
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_get_proc_name.c31 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in _UPT_get_proc_name()
36 return _Uelf64_get_proc_name (as, ui->pid, ip, buf, buf_len, offp); in _UPT_get_proc_name()
38 return _Uelf32_get_proc_name (as, ui->pid, ip, buf, buf_len, offp); in _UPT_get_proc_name()
30 _UPT_get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) _UPT_get_proc_name() argument
/third_party/libunwind/libunwind/src/
H A Delfxx.h48 unw_word_t *offp);
55 char *buf, size_t buf_len, unw_word_t *offp);
H A Delfxx.c281 char *buf, size_t buf_len, unw_word_t *offp) in get_proc_name_in_image()
309 if (offp) in get_proc_name_in_image()
310 *offp = min_dist; in get_proc_name_in_image()
316 char *buf, size_t buf_len, unw_word_t *offp) in get_proc_name()
331 ret = elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp); in get_proc_name()
277 get_proc_name_in_image(unw_addr_space_t as, struct elf_image *ei, unsigned long segbase, unsigned long mapoff, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name_in_image() argument
315 get_proc_name(unw_addr_space_t as, pid_t pid, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name() argument
/third_party/elfutils/libelf/
H A Delf_getarsym.c46 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) in read_number_entries() argument
58 memcpy (&u, elf->map_address + *offp, sizeof u); in read_number_entries()
59 else if ((size_t) pread_retry (elf->fildes, &u, w, *offp) != w) in read_number_entries()
62 *offp += w; in read_number_entries()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
23 the name of the procedure. The \Var{offp} argument is a pointer to a
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
38 However, the offset returned through \Var{offp} is always relative to
H A Dunw_create_addr_space.tex74 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{size\_t} \Var{buf\_len}, \Type{unw\_word\_t~*}\Var{offp},\\
224 returned. Argument \Var{offp} is a pointer to a word which is used to
229 pointed to by \Var{offp} (assuming the procedure is at least 0x80
/third_party/libunwind/libunwind/src/ppc32/
H A DGinit.c197 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
200 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
196 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/tilegx/
H A DGinit.c140 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
143 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
139 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/sh/
H A DGinit.c163 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
166 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
162 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/hppa/
H A DGinit.c171 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
174 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
170 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/x86/
H A DGinit.c220 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
223 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/mips/
H A DGinit.c175 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
179 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
174 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/ppc64/
H A DGinit.c220 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
223 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
219 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c218 handle_partial_const(nir_builder *b, nir_ssa_def **srcp, int *offp) in handle_partial_const() argument
232 *offp += nir_src_as_uint(alu->src[2].src); in handle_partial_const()
246 *offp += nir_src_as_uint(alu->src[0].src); in handle_partial_const()
250 *offp += nir_src_as_uint(alu->src[1].src); in handle_partial_const()
/third_party/libunwind/libunwind/src/s390x/
H A DGinit.c340 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
343 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
339 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit.c402 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
405 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
401 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c397 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
400 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
396 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c423 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
426 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
422 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c401 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
404 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
400 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/tests/
H A Dtest-proc-info.c119 unw_word_t *offp UNUSED, in get_proc_name()
/third_party/libunwind/libunwind/src/ia64/
H A DGinit.c349 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name()
352 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
348 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
H A DGparser.c165 alloc_spill_area (unsigned long *offp, unsigned long regsize, in alloc_spill_area() argument
175 *offp -= regsize; in alloc_spill_area()
176 reg->val = *offp; in alloc_spill_area()

Completed in 13 milliseconds