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

  /external/valgrind/main/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 157 DiCursor compdir; /* Compilation directory - points to .debug_info */
158 DiCursor name; /* Main file name - points to .debug_info */
212 static ULong step_leb128 ( DiCursor* data, Int sign )
234 static ULong step_leb128U( DiCursor* data ) {
239 static Long step_leb128S( DiCursor* data ) {
260 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 )
273 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 )
329 DiCursor* data, Int is_stmt)
422 DiCursor theBlock, /* IMAGE */
432 DiCursor external = theBlock
    [all...]
readmacho.c 300 DiCursor symtab_cur, UInt symtab_count,
301 DiCursor strtab_cur, UInt strtab_sz )
594 DiCursor cur = ML_(cur_from_sli)(img);
608 DiCursor sects_cur = ML_(cur_plus)(cur, sizeof(seg));
697 DiCursor sym_cur = DiCursor_INVALID;
698 DiCursor dysym_cur = DiCursor_INVALID;
753 DiCursor cmd_cur = ML_(cur_from_sli)(msli);
777 DiCursor dylibname_cur
791 DiCursor dylinkername_cur
    [all...]
readdwarf3.c 230 static DiCursor get_DiCursor_from_Cursor ( Cursor* c ) {
315 /* Assume 'c' points to the start of a string. Return a DiCursor of
320 static DiCursor get_AsciiZ ( Cursor* c ) {
322 DiCursor res = get_DiCursor_from_Cursor(c);
585 static GExpr* make_singleton_GX ( DiCursor block, ULong nbytes )
    [all...]
priv_storage.h 49 #include "priv_image.h" // DiCursor
888 string from the given DiCursor. Measures the length of the string
890 extern HChar* ML_(addStrFromCursor)( struct _DebugInfo* di, DiCursor c );
    [all...]
storage.c 267 string from the given DiCursor. Measures the length of the string
269 HChar* ML_(addStrFromCursor)( struct _DebugInfo* di, DiCursor c )
    [all...]

Completed in 99 milliseconds