Home
last modified time | relevance | path

Searched refs:offp (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libunwind/libunwind/src/mi/
DGget_proc_name.c50 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in get_proc_name() argument
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() argument
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()
/third_party/libunwind/libunwind/src/coredump/
D_UCD_get_proc_name.c34 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
56 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
63 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in _UCD_get_proc_name() argument
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()
/third_party/libunwind/libunwind/src/ptrace/
D_UPT_get_proc_name.c31 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in _UPT_get_proc_name() argument
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()
/third_party/elfutils/libelf/
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/
Dunw_get_proc_name.tex15 …~*}\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
Dunw_create_addr_space.tex74 …P\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/
Delfxx.c281 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
309 if (offp) in elf_w()
310 *offp = min_dist; in elf_w()
316 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
331 ret = elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
Delfxx.h48 unw_word_t *offp);
55 char *buf, size_t buf_len, unw_word_t *offp);
/third_party/libunwind/libunwind/src/tilegx/
DGinit.c140 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
143 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/sh/
DGinit.c163 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
166 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/hppa/
DGinit.c171 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
174 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/ppc32/
DGinit.c197 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
200 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/mips/
DGinit.c175 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
179 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/x86/
DGinit.c220 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
223 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/ppc64/
DGinit.c220 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
223 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/mesa3d/src/freedreno/ir3/
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/
DGinit.c340 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
343 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/x86_64/
DGinit.c401 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
404 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/arm/
DGinit.c405 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
408 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/riscv/
DGinit.c423 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
426 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/src/aarch64/
DGinit.c415 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
418 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc75 const char *offp; /* offsets work from here */
173 m->offp = string;
269 pmatch[0].rm_so = m->coldp - m->offp;
270 pmatch[0].rm_eo = endp - m->offp;
462 m->pmatch[i].rm_so = sp - m->offp;
467 m->pmatch[i].rm_eo = sp - m->offp;
595 ssp = m->offp + m->pmatch[i].rm_so;
650 m->pmatch[i].rm_so = sp - m->offp;
661 m->pmatch[i].rm_eo = sp - m->offp;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregengine.inc75 const char *offp; /* offsets work from here */
173 m->offp = string;
269 pmatch[0].rm_so = m->coldp - m->offp;
270 pmatch[0].rm_eo = endp - m->offp;
462 m->pmatch[i].rm_so = sp - m->offp;
467 m->pmatch[i].rm_eo = sp - m->offp;
595 ssp = m->offp + m->pmatch[i].rm_so;
650 m->pmatch[i].rm_so = sp - m->offp;
661 m->pmatch[i].rm_eo = sp - m->offp;
/third_party/libunwind/libunwind/src/ia64/
DGinit.c349 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
352 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/libunwind/tests/
Dtest-proc-info.c119 unw_word_t *offp UNUSED, in get_proc_name()

12