Home
last modified time | relevance | path

Searched refs:elf_image (Results 1 – 25 of 25) sorted by relevance

/external/syslinux/com32/lib/sys/module/
Delfutils.h12 static inline Elf_Ehdr *elf_get_header(void *elf_image) { in elf_get_header() argument
13 return (Elf_Ehdr*)elf_image; in elf_get_header()
20 static inline Elf_Phdr *elf_get_pht(void *elf_image) { in elf_get_pht() argument
21 Elf_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_pht()
32 static inline Elf_Phdr *elf_get_ph(void *elf_image, int index) { in elf_get_ph() argument
33 Elf_Phdr *elf_pht = elf_get_pht(elf_image); in elf_get_ph()
34 Elf_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_ph()
/external/syslinux/core/elflink/
Delfutils.h11 static inline Elf32_Ehdr *elf_get_header(void *elf_image) in elf_get_header() argument
13 return (Elf32_Ehdr *) elf_image; in elf_get_header()
20 static inline Elf32_Phdr *elf_get_pht(void *elf_image) in elf_get_pht() argument
22 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_pht()
33 static inline Elf32_Phdr *elf_get_ph(void *elf_image, int index) in elf_get_ph() argument
35 Elf32_Phdr *elf_pht = elf_get_pht(elf_image); in elf_get_ph()
36 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_ph()
/external/libunwind/src/
Delfxx.c42 struct elf_image* ei, unw_word_t addr, uint8_t* buffer, size_t bytes, bool string_read) { in elf_w()
113 static bool elf_w (section_table_offset) (struct elf_image* ei, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offs… in elf_w()
131 struct elf_image* ei, int section, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offset) { in elf_w()
159 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset, in elf_w()
250 struct elf_image* ei, unsigned long segbase, unsigned long mapoff, in elf_w()
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()
312 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset, in elf_w()
392 struct elf_image *ei, unsigned long segbase, unsigned long mapoff, Elf_W(Addr)* load_offset) { in elf_w()
406 static Elf_W(Addr) elf_w (get_min_vaddr_mapped) (struct elf_image *ei) { in elf_w()
[all …]
Delfxx.h78 unw_addr_space_t as, struct elf_image* ei, unsigned long segbase,
81 extern bool elf_w (get_load_base) (struct elf_image* ei, unw_word_t mapoff, unw_word_t* load_base);
84 struct elf_image* ei, unw_word_t addr, uint8_t* buffer, size_t bytes, bool string_read);
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()
103 static inline bool elf_w (valid_object_memory) (struct elf_image* ei) { in elf_w()
121 static inline bool elf_map_image (struct elf_image* ei, const char* path) { in elf_map_image()
Dos-common.c29 extern int local_get_elf_image (unw_addr_space_t as, struct elf_image *,
34 tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei, in tdep_get_elf_image()
Dos-hpux.c45 tdep_get_elf_image (unw_addr_space_t as, struct elf_image **ei, in tdep_get_elf_image()
Dos-linux.c84 struct elf_image ei; in map_create_list()
DLos-common.c176 local_get_elf_image (unw_addr_space_t as, struct elf_image *ei, unw_word_t ip, in local_get_elf_image()
/external/libunwind/src/dwarf/
DGfind_unwind_table.c36 static bool get_dyn_gp(struct elf_image* ei, Elf_W(Off) dyn_phdr_offset, unw_word_t* gp) { in get_dyn_gp()
61 struct elf_image* ei, unw_word_t phdr_offset, unw_word_t load_base, unw_dyn_info_t* di_cache) { in get_eh_frame_info()
127 struct elf_dyn_info *edi, struct elf_image *ei, unw_addr_space_t as, char *path, in dwarf_find_unwind_table_memory()
239 dwarf_find_unwind_table (struct elf_dyn_info *edi, struct elf_image *ei, in dwarf_find_unwind_table()
DGfind_proc_info-lsb.c185 struct elf_image mdi; in load_debug_frame()
/external/libunwind/include/
Dmap_info.h47 struct elf_image ei;
Ddwarf.h34 struct elf_image;
414 extern int dwarf_find_unwind_table (struct elf_dyn_info *edi, struct elf_image *ei,
Dlibunwind_i.h334 struct elf_image struct
/external/libunwind/src/coredump/
D_UCD_elf_map_image.c32 struct elf_image *ei = &ui->edi.ei; in CD_elf_map_image()
/external/libunwind/src/ptrace/
D_UPT_find_proc_info.c40 struct elf_image ei; in get_unwind_info()
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h271 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-x86_64/
Dlibunwind_i.h238 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-aarch64/
Dlibunwind_i.h305 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-sh/
Dlibunwind_i.h289 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-hppa/
Dlibunwind_i.h288 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-x86/
Dlibunwind_i.h292 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-arm/
Dlibunwind_i.h298 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-ppc32/
Dlibunwind_i.h309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-mips/
Dlibunwind_i.h344 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
/external/libunwind/include/tdep-ppc64/
Dlibunwind_i.h309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,