Home
last modified time | relevance | path

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

12

/third_party/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/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/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/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
/third_party/libunwind/src/
Delfxx.h50 unw_word_t *offp);
57 char *buf, size_t buf_len, unw_word_t *offp);
Delfxx.c358 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
386 if (offp) in elf_w()
387 *offp = min_dist; in elf_w()
394 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
402 …t = elf_w (get_proc_name_in_image) (as, &map->ei, map->start, map->offset, ip, buf, buf_len, offp); in elf_w()
/third_party/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/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/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/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/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/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/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/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/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/src/x86_64/
DGinit.c405 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
408 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/libunwind/src/arm/
DGinit.c406 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
409 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c934 m_pulldown(struct mbuf *m, int off, int len, int *offp) in m_pulldown() argument
980 if ((off == 0 || offp) && len <= n->m_len - off && writable) in m_pulldown()
1026 if ((off == 0 || offp) && (M_TRAILINGSPACE(n) >= tlen) && writable) { in m_pulldown()
1033 if ((off == 0 || offp) && (M_LEADINGSPACE(n->m_next) >= hlen) && writable) { in m_pulldown()
1078 if (offp) in m_pulldown()
1079 *offp = off; in m_pulldown()
/third_party/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/src/aarch64/
DGinit.c421 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
424 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c131 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) argument
133 sctp6_input(struct mbuf **i_pak, int *offp, int proto)
155 iphlen = *offp;
297 sctp6_input(struct mbuf **i_pak, int *offp)
299 return (sctp6_input_with_port(i_pak, offp, 0));
305 sctp6_input(struct mbuf **i_pak, int *offp, int proto SCTP_UNUSED)
307 return (sctp6_input_with_port(i_pak, offp, 0));
/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/tests/
Dtest-proc-info.c119 unw_word_t *offp UNUSED, in get_proc_name()

12