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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 53 ULong ML_(read_ULong)( UChar* data );
misc.c 154 return ML_(read_ULong)(data);
191 ULong ML_(read_ULong) ( UChar* data ) {
251 return ML_(read_ULong)(data);
d3basics.c 684 case 8: uw1 = ML_(read_ULong)((void*)uw1); break;
713 uw1 = ML_(read_ULong)(expr);
    [all...]
readdwarf.c 283 return ML_(read_ULong)(p_img+4);
530 info.li_header_length = ui->dw64 ? ML_(read_ULong)(external)
1015 atoffs = ui->dw64 ? ML_(read_ULong)(p) : (ULong)(ML_(read_UInt)(p));
    [all...]
readdwarf3.c 271 r = ML_(read_ULong)(&c->region_start_img[ c->region_next ]);
    [all...]

Completed in 147 milliseconds