Searched refs:find_section_mapped (Results 1 – 3 of 3) sorted by relevance
/external/libunwind/src/ |
D | elfxx.h | 89 extern bool elf_w (find_section_mapped) (struct elf_image *ei, const char* name, 199 if (elf_w (find_section_mapped) (&map->ei, ".gnu_debugdata", &compressed, in elf_map_cached_image()
|
D | elfxx.c | 518 elf_w (find_section_mapped) (struct elf_image *ei, const char* name, in elf_w() argument 589 if (elf_w (find_section_mapped) (ei, ".text", NULL, NULL, &ei_text_address) && in elf_w() 590 elf_w (find_section_mapped) (&mdi, ".text", NULL, NULL, &mdi_text_address)) { in elf_w()
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 202 if (elf_w (find_section_mapped) (&mdi, ".debug_frame", &found_section, bufsize, NULL)) { in load_debug_frame() 212 if (elf_w (find_section_mapped) (&mdi, ".text", NULL, NULL, &old_text_vaddr)) { in load_debug_frame()
|