Searched refs:DiImage (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_image.h | 48 typedef struct _DiImage DiImage; typedef 62 DiImage* ML_(img_from_local_file)(const HChar* fullpath); 71 DiImage* ML_(img_from_di_server)(const HChar* filename, 75 void ML_(img_done)(DiImage*); 78 DiOffT ML_(img_size)(const DiImage* img); 81 DiOffT ML_(img_real_size)(const DiImage* img); 84 Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size); 89 DiImage* img, DiOffT offset, SizeT size); 100 DiImage* img, DiOffT offset, SizeT size); 105 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset); [all …]
|
D | image.c | 130 static Bool is_sane_CEnt ( const HChar* who, const DiImage* img, UInt i ) in is_sane_CEnt() 482 static inline CSlc* find_cslc ( DiImage* img, DiOffT off ) in find_cslc() 494 static UInt alloc_CEnt ( DiImage* img, SizeT szB, Bool fromC ) in alloc_CEnt() 514 static void realloc_CEnt ( DiImage* img, UInt entNo, SizeT szB ) in realloc_CEnt() 526 static void move_CEnt_to_top ( DiImage* img, UInt entNo ) in move_CEnt_to_top() 542 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off ) in set_CEnt() 650 static UChar get_slowcase ( DiImage* img, DiOffT off ) in get_slowcase() 805 static inline UChar get ( DiImage* img, DiOffT off ) in get() 821 DiImage* ML_(img_from_local_file)(const HChar* fullpath) in ML_() 844 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_iflf.1", sizeof(DiImage)); in ML_() [all …]
|
D | readelf.c | 175 static Bool is_elf_object_file_by_DiImage( DiImage* img, Bool rel_ok ) in is_elf_object_file_by_DiImage() 192 void show_raw_elf_symbol ( DiImage* strtab_img, in show_raw_elf_symbol() 876 DiImage* img; 1112 HChar* find_buildid(DiImage* img, Bool rel_ok, Bool search_shdrs) in find_buildid() 1211 DiImage* open_debug_file( const HChar* name, const HChar* buildid, UInt crc, in open_debug_file() 1214 DiImage* dimg in open_debug_file() 1273 DiImage* find_debug_file( struct _DebugInfo* di, in find_debug_file() 1280 DiImage* dimg = NULL; /* the img that we found */ in find_debug_file() 1367 DiImage* find_debug_file_ad_hoc( const DebugInfo* di, in find_debug_file_ad_hoc() 1373 DiImage* dimg = NULL; /* the img that we found */ in find_debug_file_ad_hoc() [all …]
|
D | readmacho.c | 153 DiImage* mimg = ML_(img_from_local_file)(filename); in map_image_aboard()
|