Home
last modified time | relevance | path

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

/external/libunwind/include/
Dlibunwind_i.h334 struct elf_image struct
336 bool valid; /* true if the image is a valid elf image */
337 bool load_attempted; /* true if we've already attempted to load the elf */
338 bool mapped; /* true if the elf image was mmap'd in */
339 void* mini_debug_info_data; /* decompressed .gnu_debugdata section */
340 size_t mini_debug_info_size;
364 /* Removed: struct elf_image ei; */ argument