Lines Matching refs:elf_w
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
103 static inline bool elf_w (valid_object_memory) (struct elf_image* ei) { in elf_w() function
106 if (SELFMAG != elf_w (memory_read) (ei, start, e_ident, SELFMAG, false)) { in elf_w()
113 if (EI_NIDENT - SELFMAG != elf_w (memory_read) ( in elf_w()
142 ei->valid = elf_w (valid_object_mapped) (ei); in elf_map_image()
185 map->ei.valid = elf_w (valid_object_memory) (&map->ei); in elf_map_cached_image()
199 if (elf_w (find_section_mapped) (&map->ei, ".gnu_debugdata", &compressed, in elf_map_cached_image()
201 if (elf_w (xz_decompress) (compressed, compressed_len, in elf_map_cached_image()
211 if (map->ei.valid && elf_w (get_load_base) (&map->ei, map->offset, &load_base)) { in elf_map_cached_image()