HomeSort by relevance Sort by last modified time
    Searched refs:elf_image (Results 1 - 25 of 25) sorted by null

  /external/syslinux/com32/lib/sys/module/
elfutils.h 10 * @elf_image: pointer to the ELF file image in memory
12 static inline Elf_Ehdr *elf_get_header(void *elf_image) {
13 return (Elf_Ehdr*)elf_image;
18 * @elf_image: pointer to the ELF file image in memory
20 static inline Elf_Phdr *elf_get_pht(void *elf_image) {
21 Elf_Ehdr *elf_hdr = elf_get_header(elf_image);
29 * @elf_image: pointer to the ELF file image in memory
32 static inline Elf_Phdr *elf_get_ph(void *elf_image, int index) {
33 Elf_Phdr *elf_pht = elf_get_pht(elf_image);
34 Elf_Ehdr *elf_hdr = elf_get_header(elf_image);
    [all...]
  /external/syslinux/core/elflink/
elfutils.h 9 * @elf_image: pointer to the ELF file image in memory
11 static inline Elf32_Ehdr *elf_get_header(void *elf_image)
13 return (Elf32_Ehdr *) elf_image;
18 * @elf_image: pointer to the ELF file image in memory
20 static inline Elf32_Phdr *elf_get_pht(void *elf_image)
22 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
30 * @elf_image: pointer to the ELF file image in memory
33 static inline Elf32_Phdr *elf_get_ph(void *elf_image, int index)
35 Elf32_Phdr *elf_pht = elf_get_pht(elf_image);
36 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
    [all...]
  /external/libunwind/src/
os-common.c 29 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,
elfxx.h 78 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) {
103 static inline bool elf_w (valid_object_memory) (struct elf_image* ei) {
121 static inline bool elf_map_image (struct elf_image* ei, const char* path) {
elfxx.c 42 struct elf_image* ei, unw_word_t addr, uint8_t* buffer, size_t bytes, bool string_read) {
113 static bool elf_w (section_table_offset) (struct elf_image* ei, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offset) {
131 struct elf_image* ei, int section, Elf_W(Ehdr)* ehdr, Elf_W(Off)* offset) {
159 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset,
250 struct elf_image* ei, unsigned long segbase, unsigned long mapoff,
276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) {
289 static char* elf_w (string_table) (struct elf_image* ei, int section) {
312 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset,
392 struct elf_image *ei, unsigned long segbase, unsigned long mapoff, Elf_W(Addr)* load_offset) {
406 static Elf_W(Addr) elf_w (get_min_vaddr_mapped) (struct elf_image *ei)
    [all...]
os-hpux.c 45 tdep_get_elf_image (unw_addr_space_t as, struct elf_image **ei,
os-linux.c 84 struct elf_image ei;
Los-common.c 176 local_get_elf_image (unw_addr_space_t as, struct elf_image *ei, unw_word_t ip,
  /external/libunwind/include/
map_info.h 47 struct elf_image ei;
dwarf.h 34 struct elf_image;
414 extern int dwarf_find_unwind_table (struct elf_dyn_info *edi, struct elf_image *ei,
libunwind_i.h 334 struct elf_image struct
364 /* Removed: struct elf_image ei; */
  /external/libunwind/src/coredump/
_UCD_elf_map_image.c 32 struct elf_image *ei = &ui->edi.ei;
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 36 static bool get_dyn_gp(struct elf_image* ei, Elf_W(Off) dyn_phdr_offset, unw_word_t* gp) {
61 struct elf_image* ei, unw_word_t phdr_offset, unw_word_t load_base, unw_dyn_info_t* di_cache) {
127 struct elf_dyn_info *edi, struct elf_image *ei, unw_addr_space_t as, char *path,
239 dwarf_find_unwind_table (struct elf_dyn_info *edi, struct elf_image *ei,
Gfind_proc_info-lsb.c 185 struct elf_image mdi;
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 271 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/src/ptrace/
_UPT_find_proc_info.c 40 struct elf_image ei;
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 238 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 305 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-arm/
libunwind_i.h 298 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 288 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-mips/
libunwind_i.h 344 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 309 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-sh/
libunwind_i.h 289 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,
  /external/libunwind/include/tdep-x86/
libunwind_i.h 292 extern int tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei,

Completed in 172 milliseconds