OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiImage
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/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)(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)
[
all
...]
image.c
419
static UInt alloc_CEnt (
DiImage
* img )
432
static void move_CEnt_to_top (
DiImage
* img, UInt entNo )
448
static void set_CEnt ( const
DiImage
* img, UInt entNo, DiOffT off )
553
static UChar get_slowcase (
DiImage
* img, DiOffT off )
593
static inline UChar get (
DiImage
* img, DiOffT off )
609
DiImage
* ML_(img_from_local_file)(const HChar* fullpath)
632
DiImage
* img = ML_(dinfo_zalloc)("di.image.ML_iflf.1", sizeof(
DiImage
));
656
DiImage
* ML_(img_from_di_server)(const HChar* filename,
717
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,
832
/* We have to store also the
DiImage
* so as to give context for
835
DiImage
* img;
[
all
...]
readmacho.c
90
whatnot: the entire file. This is the
DiImage
* that is the backing
144
part and (implicitly, via the contained
DiImage
*) the fat part.
153
DiImage
* mimg = ML_(img_from_local_file)(filename);
161
/* Now we have a viable
DiImage
* for it. Look for the embedded
[
all
...]
Completed in 254 milliseconds