Home
last modified time | relevance | path

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

/external/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
104 return get_proc_name (tdep_get_as (c), tdep_get_ip (c), buf, buf_len, offp, in unw_get_proc_name()
111 size_t buf_len, unw_word_t *offp, void *as_arg) in unw_get_proc_name_by_ip() argument
113 return get_proc_name (as, ip, buf, buf_len, offp, as_arg); in unw_get_proc_name_by_ip()
/external/libunwind/src/coredump/
D_UCD_get_proc_name.c34 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
52 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
59 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in _UCD_get_proc_name() argument
64 return _Uelf64_CD_get_proc_name (ui, as, ip, buf, buf_len, offp); in _UCD_get_proc_name()
66 return _Uelf32_CD_get_proc_name (ui, as, ip, buf, buf_len, offp); in _UCD_get_proc_name()
/external/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, arg); in _UPT_get_proc_name()
38 return _Uelf32_get_proc_name (as, ui->pid, ip, buf, buf_len, offp, arg); in _UPT_get_proc_name()
/external/libunwind/src/
Delfxx.c160 char* buf, size_t buf_len, unw_word_t* offp, Elf_W(Ehdr)* ehdr) { in elf_w()
231 if (offp != NULL) { in elf_w()
232 *offp = ip - val; in elf_w()
313 char* buf, size_t buf_len, unw_word_t* offp) { in elf_w()
373 if (offp != NULL) { in elf_w()
374 *offp = ip - val; in elf_w()
423 char *buf, size_t buf_len, unw_word_t* offp, Elf_W(Ehdr)* ehdr) { in elf_w()
436 return elf_w (lookup_symbol_mapped) (as, ip, ei, load_offset, buf, buf_len, offp); in elf_w()
438 return elf_w (lookup_symbol_memory) (as, ip, ei, load_offset, buf, buf_len, offp, ehdr); in elf_w()
566 unw_word_t ip, char* buf, size_t buf_len, unw_word_t* offp) { in elf_w()
[all …]
Delfxx.h75 unw_word_t* offp, void* as_arg);
79 unsigned long mapoff, unw_word_t ip, char* buf, size_t buf_len, unw_word_t* offp);
/external/elfutils/libelf/
Delf_getarsym.c50 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) in read_number_entries() argument
62 memcpy (&u, elf->map_address + *offp, sizeof u); in read_number_entries()
63 else if ((size_t) pread_retry (elf->fildes, &u, w, *offp) != w) in read_number_entries()
66 *offp += w; in read_number_entries()
/external/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
/external/libunwind/src/sh/
DGinit.c192 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/aarch64/
DGinit.c193 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
196 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/arm/
DGinit.c186 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
189 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/hppa/
DGinit.c200 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
203 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/ppc32/
DGinit.c222 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
225 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/ppc64/
DGinit.c231 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
234 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/mips/
DGinit.c205 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/x86/
DGinit.c257 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
260 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/src/x86_64/
DGinit.c274 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
277 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
/external/libunwind/tests/
Dtest-proc-info.c119 unw_word_t *offp UNUSED, in get_proc_name()
/external/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;
/external/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;
/external/swiftshader/third_party/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;
/external/libunwind/src/ia64/
DGinit.c376 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
379 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
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()
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump11 …�pjxokx������|llr~xnnsof^]__\]fjlfox���������������s]b|������z�~}������x|offp�}lglnokilon~����m�…