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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readdwarf3.h 41 #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_alt, DiSlice escn_debug_line_alt
    [all...]
priv_readdwarf.h 35 #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 );
priv_image.h 157 /*--- DiSlice -- subranges within DiImages ---*/
165 DiSlice;
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 sl )
    [all...]
readmacho.c 89 /* A DiSlice is used to handle the thin/fat distinction for MachO images.
92 for the DiSlice.
133 static void unmap_image ( /*MOD*/DiSlice* sli )
144 checks, and return a DiSlice containing details of both the thin
148 static DiSlice map_image_aboard ( DebugInfo* di, /* only for err msgs */
151 DiSlice sli = DiSlice_INVALID;
588 /* Given a DiSlice covering the entire Mach-O thin image, find the
589 DiSlice for the specified (segname, sectname) pairing, if
591 static DiSlice getsectdata ( DiSlice img
    [all...]
readelf.c 229 DiSlice* escn_strtab, /* holds the name */
232 DiSlice* escn_opd, /* the .opd (ppc64-linux only) */
693 DiSlice* escn_symtab,
694 DiSlice* escn_strtab,
695 DiSlice* escn_opd, /* ppc64-linux only */
811 DiSlice* escn_symtab,
812 DiSlice* escn_strtab,
813 DiSlice* escn_opd, /* ppc64-linux only */
    [all...]
readdwarf3.c 171 DiSlice sli; // to which this cursor applies
188 // Initialise a cursor from a DiSlice (ELF section, really) so as to
192 DiSlice sli,
415 DiSlice debug_abbv;
418 DiSlice escn_debug_str;
419 DiSlice escn_debug_ranges;
420 DiSlice escn_debug_loc;
421 DiSlice escn_debug_line;
422 DiSlice escn_debug_info;
423 DiSlice escn_debug_types
    [all...]
readdwarf.c     [all...]

Completed in 55 milliseconds