Searched refs:DiOffT (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_image.h51 typedef ULong DiOffT; typedef
53 /* This denotes an invalid DiOffT value. Except where otherwise
58 #define DiOffT_INVALID ((DiOffT)(0xFFFFFFFFFFFFFFFFULL))
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 off
[all...]
H A Dimage.c59 DiOffT off; // file offset for data[0]
387 static DiOffT block_round_down ( DiOffT i )
389 return i & ((DiOffT)~(CACHE_ENTRY_SIZE-1));
393 static inline Bool is_in_CEnt ( const CEnt* cent, DiOffT off )
448 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off )
451 DiOffT off_orig = off;
553 static UChar get_slowcase ( DiImage* img, DiOffT off )
593 static inline UChar get ( DiImage* img, DiOffT off )
613 DiOffT siz
[all...]
H A Dreadelf.c165 DiOffT sym_name_ioff, Addr sym_svma,
231 DiOffT sym_name_ioff, /* name, may be absent (DiOffT_INVALID) */
238 DiOffT* sym_name_out_ioff, /* name (in strtab) we should record */
770 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
780 DiOffT sym_name_really = DiOffT_INVALID;
834 DiOffT name;
904 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
914 DiOffT sym_name_really = DiOffT_INVALID;
1088 ML_(img_get)(&note, img, (DiOffT)note_ioff, sizeof(note));
1089 DiOffT name_iof
[all...]
H A Dreadmacho.c163 DiOffT fh_be_ioff = 0;
192 DiOffT arch_be_ioff;
645 DiOffT min_off = sli.ioff;
646 DiOffT max1_off = sli.ioff + sli.szB;
647 DiOffT curr_off = min_off;
652 DiOffT avail = max1_off - curr_off;
H A Dreaddwarf3.c173 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff
333 DiOffT here = c->sli_next;
339 DiOffT here = c->sli_next;
H A Dreaddwarf.c1088 ML_(cur_cmpLT)(block_img, ML_(cur_plus)(end1_img, -(DiOffT)4));
3717 DiOffT frame_size = escn_frame.szB;

Completed in 129 milliseconds