Searched refs:DiSlice (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_readdwarf3.h | 47 DiSlice escn_debug_info, DiSlice escn_debug_types, 48 DiSlice escn_debug_abbv, DiSlice escn_debug_line, 49 DiSlice escn_debug_str, DiSlice escn_debug_ranges, 50 DiSlice escn_debug_loc, DiSlice escn_debug_info_alt, 51 DiSlice escn_debug_abbv_alt, DiSlice escn_debug_line_alt, 52 DiSlice escn_debug_str_alt
|
D | priv_readdwarf.h | 50 DiSlice escn_debug_info, /* .debug_info */ 51 DiSlice escn_debug_types, /* .debug_types */ 52 DiSlice escn_debug_abbv, /* .debug_abbrev */ 53 DiSlice escn_debug_line, /* .debug_line */ 54 DiSlice escn_debug_str, /* .debug_str */ 55 DiSlice escn_debug_str_alt ); /* .debug_str */ 71 DiSlice escn_frame, Addr frame_avma, Bool is_ehframe );
|
D | priv_image.h | 175 DiSlice; typedef 179 #define DiSlice_INVALID ((DiSlice){NULL,DiOffT_INVALID,0}) 181 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) { in mk_DiSlice() 182 return (DiSlice){img, ioff, szB}; in mk_DiSlice() 185 static inline Bool ML_(sli_is_valid)( DiSlice sli ) { in ML_() 192 static inline DiSlice ML_(sli_from_cur)( DiCursor cur, DiOffT size ) { in ML_() 203 static inline DiSlice ML_(sli_from_img)( DiImage* img ) { in ML_() 218 static inline DiCursor ML_(cur_from_sli)( DiSlice sl ) { in ML_()
|
D | readmacho.c | 132 static void unmap_image ( /*MOD*/DiSlice* sli ) in unmap_image() 147 static DiSlice map_image_aboard ( DebugInfo* di, /* only for err msgs */ in map_image_aboard() 150 DiSlice sli = DiSlice_INVALID; in map_image_aboard() 596 static DiSlice getsectdata ( DiSlice img, in getsectdata() 621 DiSlice res = img; in getsectdata() 639 static Bool check_uuid_matches ( DiSlice sli, UChar* uuid ) in check_uuid_matches() 702 DiSlice msli = DiSlice_INVALID; // the main image in ML_() 703 DiSlice dsli = DiSlice_INVALID; // the debuginfo image in ML_() 1100 DiSlice debug_info_mscn in ML_() 1102 DiSlice debug_abbv_mscn in ML_() [all …]
|
D | readelf.c | 262 const DiSlice* escn_strtab, /* holds the name */ in get_elf_symbol_info() 265 const DiSlice* escn_opd, /* the .opd (ppc64be-linux only) */ in get_elf_symbol_info() 783 DiSlice* escn_symtab, in read_elf_symtab__normal() 784 DiSlice* escn_strtab, in read_elf_symtab__normal() 785 DiSlice* escn_opd, /* ppc64be-linux only */ in read_elf_symtab__normal() 908 DiSlice* escn_symtab, in read_elf_symtab__ppc64be_linux() 909 DiSlice* escn_strtab, in read_elf_symtab__ppc64be_linux() 910 DiSlice* escn_opd, /* ppc64be-linux only */ in read_elf_symtab__ppc64be_linux() 1472 static Bool check_compression(ElfXX_Shdr* h, DiSlice* s) { in check_compression() 2442 DiSlice strtab_escn = DiSlice_INVALID; // .strtab in ML_() [all …]
|
D | readdwarf3.c | 172 DiSlice sli; // to which this cursor applies 193 DiSlice sli, in init_Cursor() 452 DiSlice debug_abbv; 455 DiSlice escn_debug_str; 456 DiSlice escn_debug_ranges; 457 DiSlice escn_debug_loc; 458 DiSlice escn_debug_line; 459 DiSlice escn_debug_info; 460 DiSlice escn_debug_types; 461 DiSlice escn_debug_info_alt; [all …]
|
D | readdwarf.c | 1028 DiSlice escn_debug_info, /* .debug_info */ in ML_() 1029 DiSlice escn_debug_types, /* .debug_types */ in ML_() 1030 DiSlice escn_debug_abbv, /* .debug_abbrev */ in ML_() 1031 DiSlice escn_debug_line, /* .debug_line */ in ML_() 1032 DiSlice escn_debug_str, /* .debug_str */ in ML_() 1033 DiSlice escn_debug_str_alt ) /* .debug_str */ in ML_() 3624 DiSlice escn_frame, Addr frame_avma, Bool is_ehframe ) in ML_()
|