Searched refs:elf_w (Results 1 – 8 of 8) sorted by relevance
/external/libunwind/src/ |
D | elfxx.h | 40 # define elf_w(x) _Uelf32_##x macro 44 # define elf_w(x) _Uelf64_##x macro 50 if (sizeof((elf_struct)->field) != elf_w (memory_read) ( \ 73 extern bool elf_w (get_proc_name) ( 77 extern bool elf_w (get_proc_name_in_image) ( 81 extern bool elf_w (get_load_base) (struct elf_image* ei, unw_word_t mapoff, unw_word_t* load_base); 83 extern size_t elf_w (memory_read) ( 86 extern bool elf_w (xz_decompress) (uint8_t* src, size_t src_size, 89 extern bool elf_w (find_section_mapped) (struct elf_image *ei, const char* name, 92 static inline bool elf_w (valid_object_mapped) (struct elf_image* ei) { in elf_w() function [all …]
|
D | elfxx.c | 41 extern size_t elf_w (memory_read) ( in elf_w() function 113 static bool elf_w (section_table_offset) (struct elf_image* ei, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offs… in elf_w() function 130 static bool elf_w (string_table_offset) ( in elf_w() function 158 static bool elf_w (lookup_symbol_memory) ( in elf_w() function 162 if (!elf_w (section_table_offset) (ei, ehdr, &shdr_offset)) { in elf_w() 179 if (!elf_w (string_table_offset) (ei, shdr.sh_link, ehdr, &strtab_offset)) { in elf_w() 219 size_t bytes_read = elf_w (memory_read) ( in elf_w() 249 static bool elf_w (get_load_offset_memory) ( in elf_w() function 276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) { in Elf_W() 289 static char* elf_w (string_table) (struct elf_image* ei, int section) { in elf_w() function [all …]
|
D | os-linux.c | 92 if (elf_w (get_load_base) (&ei, offset, &load_base)) in map_create_list() 138 ei.valid = elf_w (valid_object_memory) (&ei); in map_create_list() 140 if (ei.valid && elf_w (get_load_base) (&ei, cur_map->offset, &load_base)) in map_create_list()
|
/external/libunwind/src/coredump/ |
D | _UCD_get_proc_name.c | 33 elf_w (CD_get_proc_name) (struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip, in elf_w() function 52 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
|
D | _UCD_elf_map_image.c | 73 if (!elf_w(valid_object)(ei)) in CD_elf_map_image()
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 195 if (elf_w (xz_decompress) (xz_data, xz_size, in load_debug_frame() 199 mdi.valid = elf_w (valid_object_mapped) (&mdi); in load_debug_frame() 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()
|
D | Gfind_unwind_table.c | 67 if (sizeof(hdr) != elf_w (memory_read) (ei, ei->u.memory.start + phdr.p_offset, in get_eh_frame_info()
|
/external/libunwind/src/mips/ |
D | Ginit.c | 209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp, arg); in get_static_proc_name()
|