Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dpriv_image.h51 typedef ULong DiOffT; typedef
58 #define DiOffT_INVALID ((DiOffT)(0xFFFFFFFFFFFFFFFFULL))
78 DiOffT ML_(img_size)(const DiImage* img);
81 DiOffT ML_(img_real_size)(const DiImage* img);
84 Bool ML_(img_valid)(const DiImage* img, DiOffT offset, SizeT size);
89 DiImage* img, DiOffT offset, SizeT size);
100 DiImage* img, DiOffT offset, SizeT size);
105 HChar* ML_(img_strdup)(DiImage* img, const HChar* cc, DiOffT offset);
109 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
113 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2);
[all …]
Dimage.c64 DiOffT off; // file offset for data[0]
74 DiOffT offD; // offset of decompressed data
76 DiOffT offC; // offset of compressed data
450 static DiOffT block_round_down ( DiOffT i ) in block_round_down()
452 return i & ((DiOffT)~(CACHE_ENTRY_SIZE-1)); in block_round_down()
456 static inline Bool is_in_CEnt ( const CEnt* cent, DiOffT off ) in is_in_CEnt()
482 static inline CSlc* find_cslc ( DiImage* img, DiOffT off ) in find_cslc()
542 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off ) in set_CEnt()
545 DiOffT off_orig = off; in set_CEnt()
650 static UChar get_slowcase ( DiImage* img, DiOffT off ) in get_slowcase()
[all …]
Dreadelf.c195 DiOffT sym_name_ioff, Addr sym_svma, in show_raw_elf_symbol()
261 DiOffT sym_name_ioff, /* name, may be absent (DiOffT_INVALID) */ in get_elf_symbol_info()
268 DiOffT* sym_name_out_ioff, /* name (in strtab) we should record */ in get_elf_symbol_info()
806 DiOffT sym_name = escn_strtab->ioff + sym.st_name; in read_elf_symtab__normal()
817 DiOffT sym_name_really = DiOffT_INVALID; in read_elf_symtab__normal()
872 DiOffT name;
943 DiOffT sym_name = escn_strtab->ioff + sym.st_name; in read_elf_symtab__ppc64be_linux()
954 DiOffT sym_name_really = DiOffT_INVALID; in read_elf_symtab__ppc64be_linux()
1132 ML_(img_get)(&note, img, (DiOffT)note_ioff, sizeof(note)); in find_buildid()
1133 DiOffT name_ioff = note_ioff + sizeof(ElfXX_Nhdr); in find_buildid()
[all …]
Dreadmacho.c163 DiOffT fh_be_ioff = 0; in map_image_aboard()
192 DiOffT arch_be_ioff; in map_image_aboard()
646 DiOffT min_off = sli.ioff; in check_uuid_matches()
647 DiOffT max1_off = sli.ioff + sli.szB; in check_uuid_matches()
648 DiOffT curr_off = min_off; in check_uuid_matches()
653 DiOffT avail = max1_off - curr_off; in check_uuid_matches()
Dreaddwarf3.c173 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff
333 DiOffT here = c->sli_next; in peek_ULEB128()
339 DiOffT here = c->sli_next; in peek_UChar()
Dreaddwarf.c1054 ML_(cur_cmpLT)(block_img, ML_(cur_plus)(end1_img, -(DiOffT)4)); in ML_()
3629 DiOffT frame_size = escn_frame.szB; in ML_()