Home
last modified time | relevance | path

Searched refs:DiImage (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dpriv_image.h48 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 Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size);
86 DiImage* img, DiOffT offset, SizeT size);
97 DiImage* img, DiOffT offset, SizeT size);
102 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset);
106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
[all …]
Dimage.c419 static UInt alloc_CEnt ( DiImage* img ) in alloc_CEnt()
432 static void move_CEnt_to_top ( DiImage* img, UInt entNo ) in move_CEnt_to_top()
448 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off ) in set_CEnt()
553 static UChar get_slowcase ( DiImage* img, DiOffT off ) in get_slowcase()
593 static inline UChar get ( DiImage* img, DiOffT off ) in get()
609 DiImage* ML_(img_from_local_file)(const HChar* fullpath) in ML_()
632 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_iflf.1", sizeof(DiImage)); in ML_()
656 DiImage* ML_(img_from_di_server)(const HChar* filename, in ML_()
717 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_ifds.1", sizeof(DiImage)); in ML_()
759 void ML_(img_done)(DiImage* img) in ML_()
[all …]
Dreadelf.c142 static Bool is_elf_object_file_by_DiImage( DiImage* img, Bool rel_ok ) in is_elf_object_file_by_DiImage()
159 void show_raw_elf_symbol ( DiImage* strtab_img, in show_raw_elf_symbol()
835 DiImage* img;
1065 HChar* find_buildid(DiImage* img, Bool rel_ok, Bool search_shdrs) in find_buildid()
1164 DiImage* open_debug_file( const HChar* name, const HChar* buildid, UInt crc, in open_debug_file()
1167 DiImage* dimg in open_debug_file()
1226 DiImage* find_debug_file( struct _DebugInfo* di, in find_debug_file()
1233 DiImage* dimg = NULL; /* the img that we found */ in find_debug_file()
1320 DiImage* find_debug_file_ad_hoc( const DebugInfo* di, in find_debug_file_ad_hoc()
1326 DiImage* dimg = NULL; /* the img that we found */ in find_debug_file_ad_hoc()
[all …]
Dreadmacho.c153 DiImage* mimg = ML_(img_from_local_file)(filename); in map_image_aboard()