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

  /external/valgrind/coregrind/m_debuginfo/
priv_image.h 132 /*--- DiCursor -- cursors for reading images ---*/
142 DiCursor;
145 #define DiCursor_INVALID ((DiCursor){NULL,DiOffT_INVALID})
147 static inline DiCursor mk_DiCursor ( DiImage* img, DiOffT ioff ) {
148 return (DiCursor){img, ioff};
151 static inline Bool ML_(cur_is_valid)(DiCursor c) {
182 static inline DiSlice ML_(sli_from_cur)( DiCursor cur, DiOffT size ) {
208 static inline DiCursor ML_(cur_from_sli)( DiSlice sl ) {
210 DiCursor c;
219 static inline Bool ML_(cur_cmpLT)( DiCursor c1, DiCursor c2 )
    [all...]
readdwarf.c 106 DiCursor compdir; /* Compilation directory - points to .debug_info */
107 DiCursor name; /* Main file name - points to .debug_info */
161 static ULong step_leb128 ( DiCursor* data, Int sign )
183 static ULong step_leb128U( DiCursor* data ) {
188 static Long step_leb128S( DiCursor* data ) {
209 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 )
222 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 )
256 DiCursor* data, Int is_stmt)
344 DiCursor theBlock, /* IMAGE */
355 DiCursor external = theBlock
    [all...]
readmacho.c 301 DiCursor symtab_cur, UInt symtab_count,
302 DiCursor strtab_cur, UInt strtab_sz )
599 DiCursor cur = ML_(cur_from_sli)(img);
613 DiCursor sects_cur = ML_(cur_plus)(cur, sizeof(seg));
703 DiCursor sym_cur = DiCursor_INVALID;
704 DiCursor dysym_cur = DiCursor_INVALID;
759 DiCursor cmd_cur = ML_(cur_from_sli)(msli);
783 DiCursor dylibname_cur
797 DiCursor dylinkername_cur
    [all...]
readdwarf3.c 235 static DiCursor get_DiCursor_from_Cursor ( const Cursor* c ) {
320 /* Assume 'c' points to the start of a string. Return a DiCursor of
325 static DiCursor get_AsciiZ ( Cursor* c ) {
327 DiCursor res = get_DiCursor_from_Cursor(c);
619 static GExpr* make_singleton_GX ( DiCursor block, ULong nbytes )
    [all...]
priv_storage.h 50 #include "priv_image.h" // DiCursor
    [all...]
storage.c 307 string from the given DiCursor. Measures the length of the string
309 const HChar* ML_(addStrFromCursor)( DebugInfo* di, DiCursor c )
    [all...]

Completed in 250 milliseconds