/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, arg); 38 return _Uelf32_get_proc_name (as, ui->pid, ip, buf, buf_len, offp, arg);
|
/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/elfutils/libelf/ |
elf_getarsym.c | 50 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) 62 memcpy (&u, elf->map_address + *offp, sizeof u); 63 else if ((size_t) pread_retry (elf->fildes, &u, w, *offp) != w) 66 *offp += w;
|
/external/libunwind/src/ |
elfxx.c | 160 char* buf, size_t buf_len, unw_word_t* offp, Elf_W(Ehdr)* ehdr) { 231 if (offp != NULL) { 232 *offp = ip - val; 313 char* buf, size_t buf_len, unw_word_t* offp) { 373 if (offp != NULL) { 374 *offp = ip - val; 423 char *buf, size_t buf_len, unw_word_t* offp, Elf_W(Ehdr)* ehdr) { 436 return elf_w (lookup_symbol_mapped) (as, ip, ei, load_offset, buf, buf_len, offp); 438 return elf_w (lookup_symbol_memory) (as, ip, ei, load_offset, buf, buf_len, offp, ehdr); 566 unw_word_t ip, char* buf, size_t buf_len, unw_word_t* offp) { [all...] |
elfxx.h | 75 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/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, arg);
|
/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, arg);
|
/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, arg);
|
/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, arg);
|
/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, arg);
|
/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, arg);
|
/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, arg);
|
/external/libunwind/tests/ |
test-proc-info.c | 119 unw_word_t *offp UNUSED,
|
/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, arg);
|
/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, arg);
|
/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;
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 75 char *offp; /* offsets work from here */ member in struct:match 169 m->offp = string; 265 pmatch[0].rm_so = m->coldp - m->offp; 266 pmatch[0].rm_eo = endp - m->offp; 453 m->pmatch[i].rm_so = sp - m->offp; 458 m->pmatch[i].rm_eo = sp - m->offp; 586 ssp = m->offp + m->pmatch[i].rm_so; 641 m->pmatch[i].rm_so = sp - m->offp; 652 m->pmatch[i].rm_eo = sp - m->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, arg);
|
Gparser.c | 165 alloc_spill_area (unsigned long *offp, unsigned long regsize, 175 *offp -= regsize; 176 reg->val = *offp;
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-microblaze.c | 1190 bfd_vma *offp; local [all...] |
elf32-ppc.c | 8085 bfd_vma *offp; local [all...] |