Searched defs:mapoff (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/src/
H A Dos-common.c36 unsigned long *segbase, unsigned long *mapoff, char **path)
41 return local_get_elf_image (ei, ip, segbase, mapoff, path);
52 *mapoff = map->offset;
34 tdep_get_elf_image(unw_addr_space_t as, struct elf_image *ei, pid_t pid, unw_word_t ip, unsigned long *segbase, unsigned long *mapoff, char **path) argument
H A Dos-hpux.c47 unsigned long *segbase, unsigned long *mapoff, char **path)
92 Debug(1, "segbase=%lx, mapoff=%lx, path=%s\n", map->start, map->offset, map->path);
124 *mapoff = map->offset;
45 tdep_get_elf_image(unw_addr_space_t as, struct elf_image *ei, pid_t pid, unw_word_t ip, unsigned long *segbase, unsigned long *mapoff, char **path) argument
H A DLos-common.c168 unsigned long *segbase, unsigned long *mapoff, char **path)
190 *mapoff = map->offset;
167 local_get_elf_image(struct elf_image *ei, unw_word_t ip, unsigned long *segbase, unsigned long *mapoff, char **path) argument
H A Delfxx.c165 unsigned long mapoff)
176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff)
310 unsigned long mapoff,
318 load_offset = elf_w (get_load_offset) (ei, segbase, mapoff);
328 load_offset = elf_w (get_load_offset) (&mdi, segbase, mapoff);
353 unsigned long segbase, mapoff; local
357 ret = tdep_get_elf_image(as, &ei, pid, ip, &segbase, &mapoff, NULL);
361 return elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp);
308 get_proc_name_in_image(unw_addr_space_t as, struct elf_image *ei, unsigned long segbase, unsigned long mapoff, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) argument
/external/libunwind/src/coredump/
H A D_UCD_find_proc_info.c32 unsigned long segbase, mapoff; local
62 /* mapoff: offset in the file */
64 /*mapoff = phdr->p_offset; WRONG! phdr->p_offset is the offset in COREDUMP file */
65 mapoff = 0;
71 if (tdep_find_unwind_table(&ui->edi, as, phdr->backing_filename, segbase, mapoff, ip) < 0)
H A D_UCD_get_proc_name.c36 unsigned long segbase, mapoff; local
47 /* mapoff: offset in the file */
49 /*mapoff = phdr->p_offset; WRONG! phdr->p_offset is the offset in COREDUMP file */
50 mapoff = 0;
52 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp);
/external/libunwind/src/ptrace/
H A D_UPT_find_proc_info.c39 unsigned long segbase, mapoff; local
66 if (tdep_get_elf_image (as, &ei, pid, ip, &segbase, &mapoff, &path) < 0)
69 ret = tdep_find_unwind_table (edi, &ei, as, path, segbase, mapoff, ip);
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c40 unw_word_t segbase, unw_word_t mapoff, unw_word_t ip)
80 if (phdr[i].p_offset == mapoff)
38 dwarf_find_unwind_table(struct elf_dyn_info *edi, struct elf_image *ei, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) argument
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c96 char *path, unw_word_t segbase, unw_word_t mapoff,
114 if (phdr[i].p_offset == mapoff)
95 ia64_find_unwind_table(struct elf_dyn_info *edi, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) argument

Completed in 2058 milliseconds