/external/libunwind/src/ptrace/ |
_UPT_get_proc_name.c | 31 char *buf, size_t buf_len, unw_word_t *offp, void *arg) 36 return _Uelf64_get_proc_name (as, ui->pid, ip, buf, buf_len, offp); 38 return _Uelf32_get_proc_name (as, ui->pid, ip, buf, buf_len, offp);
|
/external/libunwind/src/coredump/ |
_UCD_get_proc_name.c | 34 char *buf, size_t buf_len, unw_word_t *offp) 52 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp); 59 char *buf, size_t buf_len, unw_word_t *offp, void *arg) 64 return _Uelf64_CD_get_proc_name (ui, as, ip, buf, buf_len, offp); 66 return _Uelf32_CD_get_proc_name (ui, as, ip, buf, buf_len, offp);
|
/external/libunwind/src/mi/ |
Gget_proc_name.c | 50 char *buf, size_t buf_len, unw_word_t *offp, void *arg) 63 if (offp) 64 *offp = ip - pi.start_ip; 93 return (*a->get_proc_name) (as, ip, buf, buf_len, offp, arg); 100 unw_word_t *offp) 104 return get_proc_name (tdep_get_as (c), tdep_get_ip (c), buf, buf_len, offp, 111 size_t buf_len, unw_word_t *offp, void *as_arg) 113 return get_proc_name (as, ip, buf, buf_len, offp, as_arg);
|
/external/libunwind/src/ |
elfxx.h | 49 unw_word_t *offp); 56 char *buf, size_t buf_len, unw_word_t *offp);
|
elfxx.c | 312 char *buf, size_t buf_len, unw_word_t *offp) 343 if (offp) 344 *offp = min_dist; 351 char *buf, size_t buf_len, unw_word_t *offp) 361 return elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp);
|
/external/libunwind/doc/ |
unw_get_proc_name.tex | 15 \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
|
unw_create_addr_space.tex | 74 \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
|
/external/libunwind/src/aarch64/ |
Ginit.c | 193 char *buf, size_t buf_len, unw_word_t *offp, 196 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/arm/ |
Ginit.c | 186 char *buf, size_t buf_len, unw_word_t *offp, 189 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/hppa/ |
Ginit.c | 200 char *buf, size_t buf_len, unw_word_t *offp, 203 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/mips/ |
Ginit.c | 205 char *buf, size_t buf_len, unw_word_t *offp, 209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/ppc32/ |
Ginit.c | 222 char *buf, size_t buf_len, unw_word_t *offp, 225 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/ppc64/ |
Ginit.c | 231 char *buf, size_t buf_len, unw_word_t *offp, 234 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/sh/ |
Ginit.c | 192 char *buf, size_t buf_len, unw_word_t *offp, 195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/src/x86/ |
Ginit.c | 254 char *buf, size_t buf_len, unw_word_t *offp, 257 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/libunwind/tests/ |
test-proc-info.c | 119 unw_word_t *offp UNUSED,
|
/external/libunwind/src/x86_64/ |
Ginit.c | 273 char *buf, size_t buf_len, unw_word_t *offp, 276 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
/external/llvm/lib/Support/ |
regengine.inc | 75 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;
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
engine.c | 111 const char *offp; /* offsets work from here */ member in struct:match 227 m->offp = string; 320 pmatch[0].rm_so = m->coldp - m->offp; 321 pmatch[0].rm_eo = endp - m->offp; 539 m->pmatch[i].rm_so = sp - m->offp; 544 m->pmatch[i].rm_eo = sp - m->offp; 683 ssp = m->offp + (size_t)m->pmatch[i].rm_so; 737 m->pmatch[i].rm_so = sp - m->offp; 748 m->pmatch[i].rm_eo = sp - m->offp;
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_mbuf.c | 801 m_pulldown(struct mbuf *m, int off, int len, int *offp) 847 if ((off == 0 || offp) && len <= n->m_len - off && writable) 893 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen 901 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen 947 if (offp) 948 *offp = off; [all...] |
user_mbuf.h | 114 struct mbuf *m_pulldown(struct mbuf *, int off, int len, int *offp);
|
/external/libunwind/src/ia64/ |
Ginit.c | 376 char *buf, size_t buf_len, unw_word_t *offp, 379 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
|
Gparser.c | 165 alloc_spill_area (unsigned long *offp, unsigned long regsize, 175 *offp -= regsize; 176 reg->val = *offp;
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/ |
sctp6_usrreq.c | 121 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) 125 sctp6_input(struct mbuf **i_pak, int *offp, int proto) 152 iphlen = *offp; 333 sctp6_input(struct mbuf **i_pak, int *offp) 335 return (sctp6_input_with_port(i_pak, offp, 0)); 341 sctp6_input(struct mbuf **i_pak, int *offp, int proto SCTP_UNUSED) 343 return (sctp6_input_with_port(i_pak, offp, 0)); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
unwind.c | 339 unw_word_t __maybe_unused *offp, void __maybe_unused *arg)
|