Searched refs:DiSlice (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_readdwarf3.h41 #include "priv_image.h" // DiSlice
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_al
[all...]
H A Dpriv_readdwarf.h35 #include "priv_image.h" // DiSlice
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 );
H A Dpriv_image.h157 /*--- DiSlice -- subranges within DiImages ---*/
165 DiSlice; typedef in typeref:struct:__anon18680
167 /* A DiSlice can also be INVALID, meaning it does not refer to any
169 #define DiSlice_INVALID ((DiSlice){NULL,DiOffT_INVALID,0})
171 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) {
172 return (DiSlice){img, ioff, szB};
175 static inline Bool ML_(sli_is_valid)( DiSlice sli ) {
182 static inline DiSlice ML_(sli_from_cur)( DiCursor cur, DiOffT size ) {
193 static inline DiSlice ML_(sli_from_img)( DiImage* img ) {
208 static inline DiCursor ML_(cur_from_sli)( DiSlice s
[all...]
H A Dreadmacho.c88 /* A DiSlice is used to handle the thin/fat distinction for MachO images.
91 for the DiSlice.
132 static void unmap_image ( /*MOD*/DiSlice* sli )
143 checks, and return a DiSlice containing details of both the thin
147 static DiSlice map_image_aboard ( DebugInfo* di, /* only for err msgs */
150 DiSlice sli = DiSlice_INVALID;
591 /* Given a DiSlice covering the entire Mach-O thin image, find the
592 DiSlice for the specified (segname, sectname) pairing, if
595 static DiSlice getsectdata ( DiSlice im
[all...]
H A Dreadelf.c232 const DiSlice* escn_strtab, /* holds the name */
235 const DiSlice* escn_opd, /* the .opd (ppc64be-linux only) */
747 DiSlice* escn_symtab,
748 DiSlice* escn_strtab,
749 DiSlice* escn_opd, /* ppc64be-linux only */
869 DiSlice* escn_symtab,
870 DiSlice* escn_strtab,
871 DiSlice* escn_opd, /* ppc64be-linux only */
1458 _escn an DiSlice (elf section info) variable
2334 DiSlice strtab_esc
[all...]
H A Dreaddwarf3.c172 DiSlice sli; // to which this cursor applies
189 // Initialise a cursor from a DiSlice (ELF section, really) so as to
193 DiSlice sli,
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_type
[all...]
H A Dreaddwarf.c1062 DiSlice escn_debug_info, /* .debug_info */
1063 DiSlice escn_debug_types, /* .debug_types */
1064 DiSlice escn_debug_abbv, /* .debug_abbrev */
1065 DiSlice escn_debug_line, /* .debug_line */
1066 DiSlice escn_debug_str, /* .debug_str */
1067 DiSlice escn_debug_str_alt ) /* .debug_str */
3712 DiSlice escn_frame, Addr frame_avma, Bool is_ehframe )

Completed in 119 milliseconds