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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_image.h 51 typedef ULong DiOffT;
53 /* This denotes an invalid DiOffT value. Except where otherwise
58 #define DiOffT_INVALID ((DiOffT)(0xFFFFFFFFFFFFFFFFULL))
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);
106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2)
    [all...]
image.c 57 DiOffT off; // file offset for data[0]
384 static DiOffT block_round_down ( DiOffT i )
386 return i & ((DiOffT)~(CACHE_ENTRY_SIZE-1));
390 static inline Bool is_in_CEnt ( CEnt* cent, DiOffT off )
429 static void set_CEnt ( DiImage* img, UInt entNo, DiOffT off )
432 DiOffT off_orig = off;
534 static UChar get_slowcase ( DiImage* img, DiOffT off )
574 static UChar get ( DiImage* img, DiOffT off )
594 DiOffT size
    [all...]
readelf.c 162 DiOffT sym_name_ioff, Addr sym_svma,
228 DiOffT sym_name_ioff, /* name, may be absent (DiOffT_INVALID) */
235 DiOffT* sym_name_out_ioff, /* name (in strtab) we should record */
717 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
728 DiOffT sym_name_really = DiOffT_INVALID;
776 DiOffT name;
848 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
859 DiOffT sym_name_really = DiOffT_INVALID;
    [all...]
readmacho.c 164 DiOffT fh_be_ioff = 0;
193 DiOffT arch_be_ioff;
639 DiOffT min_off = sli.ioff;
640 DiOffT max1_off = sli.ioff + sli.szB;
641 DiOffT curr_off = min_off;
646 DiOffT avail = max1_off - curr_off;
    [all...]
readdwarf3.c 172 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff
328 DiOffT here = c->sli_next;
334 DiOffT here = c->sli_next;
    [all...]
readdwarf.c     [all...]

Completed in 383 milliseconds