Searched refs:elf_w (Results 1 – 10 of 10) sorted by relevance
/third_party/libunwind/src/ |
D | elfxx.c | 38 elf_w (section_table) (struct elf_image *ei) in Elf_W() 56 elf_w (string_table) (struct elf_image *ei, int section) in elf_w() function 88 elf_w (lookup_symbol) (unw_addr_space_t as, in elf_w() function 101 if (!elf_w (valid_object) (ei)) in elf_w() 104 shdr = elf_w (section_table) (ei); in elf_w() 118 strtab = elf_w (string_table) (ei, shdr->sh_link); in elf_w() 161 elf_w (find_symbol_info_in_image) (struct elf_image *ei, in elf_w() function 179 if (!elf_w (valid_object) (ei)) in elf_w() 182 shdr = elf_w (section_table) (ei); in elf_w() 195 strtab = elf_w (string_table) (ei, shdr->sh_link); in elf_w() [all …]
|
D | elfxx.h | 40 # define elf_w(x) _Uelf32_##x macro 44 # define elf_w(x) _Uelf64_##x macro 47 extern int elf_w (get_proc_name) (unw_addr_space_t as, 52 extern int elf_w (get_proc_name_in_image) (unw_addr_space_t as, 59 extern int elf_w (get_symbol_info_in_image) (struct elf_image *ei, 68 extern Elf_W (Shdr)* elf_w (find_section) (struct elf_image *ei, const char* secname); 69 extern int elf_w (load_debuglink) (const char* file, struct elf_image *ei, int is_local); 72 elf_w (valid_object) (struct elf_image *ei) in elf_w() function 105 if (!elf_w (valid_object) (ei)) in elf_map_image()
|
D | os-ohos.c | 101 …return elf_w (get_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_… in unw_get_symbol_info() 119 …return elf_w (get_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_… in unw_get_symbol_info_by_pc()
|
/third_party/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 56 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 | 77 if (!elf_w(valid_object)(ei)) in CD_elf_map_image()
|
/third_party/libunwind/src/tilegx/ |
D | Ginit.c | 143 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/libunwind/src/mips/ |
D | Ginit.c | 179 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 123 ret = elf_w (load_debuglink) (file, &ei, is_local); in load_debug_frame() 127 shdr = elf_w (find_section) (&ei, ".debug_frame"); in load_debug_frame() 543 shdr = elf_w (find_section) (&ei, ".eh_frame"); in dwarf_find_eh_frame_section()
|
D | Gfind_unwind_table.c | 75 if (!elf_w(valid_object) (ei)) in dwarf_find_unwind_table()
|
/third_party/libunwind/src/riscv/ |
D | Ginit.c | 426 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|