HomeSort by relevance Sort by last modified time
    Searched refs:DiImage (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_image.h 40 /*--- DiImage -- abstract images ---*/
48 typedef struct _DiImage 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* img, const HChar* cc, DiOffT offset)
    [all...]
image.c 400 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* img = ML_(dinfo_zalloc)("di.image.ML_ifds.1", sizeof(DiImage))
    [all...]
readelf.c 140 /* 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;
    [all...]
readmacho.c 91 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
    [all...]

Completed in 214 milliseconds