Searched refs:DiOffT (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_image.h | 51 typedef ULong DiOffT; typedef 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 off2); 110 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2); 113 SizeT ML_(img_strlen)(DiImage* img, DiOffT off); [all …]
|
D | image.c | 59 DiOffT off; // file offset for data[0] 387 static DiOffT block_round_down ( DiOffT i ) in block_round_down() 389 return i & ((DiOffT)~(CACHE_ENTRY_SIZE-1)); in block_round_down() 393 static inline Bool is_in_CEnt ( const CEnt* cent, DiOffT off ) in is_in_CEnt() 448 static void set_CEnt ( const DiImage* img, UInt entNo, DiOffT off ) in set_CEnt() 451 DiOffT off_orig = off; in set_CEnt() 553 static UChar get_slowcase ( DiImage* img, DiOffT off ) in get_slowcase() 593 static inline UChar get ( DiImage* img, DiOffT off ) in get() 613 DiOffT size; in ML_() 627 size != (DiOffT)(SizeT)(size)) { in ML_() [all …]
|
D | readelf.c | 162 DiOffT sym_name_ioff, Addr sym_svma, in show_raw_elf_symbol() 228 DiOffT sym_name_ioff, /* name, may be absent (DiOffT_INVALID) */ in get_elf_symbol_info() 235 DiOffT* sym_name_out_ioff, /* name (in strtab) we should record */ in get_elf_symbol_info() 767 DiOffT sym_name = escn_strtab->ioff + sym.st_name; in read_elf_symtab__normal() 777 DiOffT sym_name_really = DiOffT_INVALID; in read_elf_symtab__normal() 831 DiOffT name; 901 DiOffT sym_name = escn_strtab->ioff + sym.st_name; in read_elf_symtab__ppc64be_linux() 911 DiOffT sym_name_really = DiOffT_INVALID; in read_elf_symtab__ppc64be_linux() 1085 ML_(img_get)(¬e, img, (DiOffT)note_ioff, sizeof(note)); in find_buildid() 1086 DiOffT name_ioff = note_ioff + sizeof(ElfXX_Nhdr); in find_buildid() [all …]
|
D | readmacho.c | 163 DiOffT fh_be_ioff = 0; in map_image_aboard() 192 DiOffT arch_be_ioff; in map_image_aboard() 645 DiOffT min_off = sli.ioff; in check_uuid_matches() 646 DiOffT max1_off = sli.ioff + sli.szB; in check_uuid_matches() 647 DiOffT curr_off = min_off; in check_uuid_matches() 652 DiOffT avail = max1_off - curr_off; in check_uuid_matches()
|
D | readdwarf3.c | 173 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()
|
D | readdwarf.c | 1085 ML_(cur_cmpLT)(block_img, ML_(cur_plus)(end1_img, -(DiOffT)4)); in ML_() 3702 DiOffT frame_size = escn_frame.szB; in ML_()
|