Home
last modified time | relevance | path

Searched refs:find_section_mapped (Results 1 – 3 of 3) sorted by relevance

/external/libunwind/src/
Delfxx.h89 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()
Delfxx.c518 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/
DGfind_proc_info-lsb.c202 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()