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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_image.h40 /*--- DiImage -- abstract images ---*/
48 typedef struct _DiImage DiImage; typedef in typeref:struct:_DiImage
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)(DiImage* img);
81 Bool ML_(img_valid)(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* im
[all...]
H A Dimage.c400 static UInt alloc_CEnt ( DiImage* img )
413 static void move_CEnt_to_top ( DiImage* img, UInt entNo )
429 static void set_CEnt ( DiImage* img, UInt entNo, DiOffT off )
534 static UChar get_slowcase ( DiImage* img, DiOffT off )
574 static UChar get ( DiImage* img, DiOffT off )
590 DiImage* ML_(img_from_local_file)(const HChar* fullpath)
613 DiImage* img = ML_(dinfo_zalloc)("di.image.ML_iflf.1", sizeof(DiImage));
637 DiImage* ML_(img_from_di_server)(const HChar* filename,
698 DiImage* im
[all...]
H A Dreadelf.c140 /* The same thing, but operating on a DiImage instead. */
142 static Bool is_elf_object_file_by_DiImage( DiImage* img, Bool rel_ok )
159 void show_raw_elf_symbol ( DiImage* strtab_img,
777 /* We have to store also the DiImage* so as to give context for
780 DiImage* img;
1011 HChar* find_buildid(DiImage* img, Bool rel_ok, Bool search_shdrs)
1100 not match the value from the main object file. Returned DiImage
1110 DiImage* open_debug_file( const HChar* name, const HChar* buildid, UInt crc,
1113 DiImage* dimg
1160 found, return its DiImage, whic
[all...]
H A Dreadmacho.c91 whatnot: the entire file. This is the DiImage* that is the backing
145 part and (implicitly, via the contained DiImage*) the fat part.
154 DiImage* mimg = ML_(img_from_local_file)(filename);
162 /* Now we have a viable DiImage* for it. Look for the embedded

Completed in 126 milliseconds