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

  /external/valgrind/main/exp-ptrcheck/
pc_common.h 37 typedef struct _Seg Seg; /* abstract every except in h_main.c */
43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );
45 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname );
48 Addr lo, Addr hi, Seg* seglo, Seg* seghi );
h_main.h 40 #define NONPTR ((Seg*)0xA1)
41 #define UNKNOWN ((Seg*)0xB2)
42 #define BOTTOM ((Seg*)0xC3)
44 static inline Bool is_known_segment(Seg* teg) {
49 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n);
50 Bool Seg__is_freed(Seg* seg);
51 ExeContext* Seg__where(Seg* seg);
    [all...]
h_main.c 75 // HeapBlock.id :: Seg (stored as heap shadowchunk; always non-zero)
76 // MemLoc.aseg :: Seg (implicitly stored)
77 // MemLoc.vseg :: Seg (explicitly stored as the shadow memory)
78 // RegLoc.vseg :: Seg (explicitly stored as shadow registers)
80 // A Seg is made when new memory is created, eg. with malloc() or mmap().
249 /* Set to 1 to do sanity checks on Seg values in many places, which
282 // Determines if 'a' is before, within, or after seg's range. Sets 'cmp' to
284 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n)
286 if (a < seg->addr)
372 Seg* seg; local
470 Seg* seg = get_Seg_for_malloc(); local
527 Seg* seg = find_Seg_by_addr( (Addr)p ); local
953 Seg* seg; local
1004 Seg* seg = find_Seg_by_addr( (Addr)p ); local
    [all...]
pc_common.c 51 #include "pc_common.h" // self, & Seg
133 Seg* vseg;
140 Seg* seg1;
141 Seg* seg2;
148 Seg* seglo;
149 Seg* seghi;
174 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write )
187 void h_record_arith_error( Seg* seg1, Seg* seg2, HChar* opname )
200 Addr lo, Addr hi, Seg* seglo, Seg* seghi
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 44 typedef struct Seg
53 Seg;
94 Seg *stack = (Seg*)pStack;
509 CV_CALL( stack = cvAlloc( size.width * size.height * sizeof(Seg)));

Completed in 2453 milliseconds