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

  /external/valgrind/coregrind/m_debuginfo/
priv_image.h 141 struct { DiImage* img; DiOffT ioff; } member in struct:__anon20180
147 static inline DiCursor mk_DiCursor ( DiImage* img, DiOffT ioff ) {
148 return (DiCursor){img, ioff};
164 struct { DiImage* img; DiOffT ioff; DiOffT szB; } member in struct:__anon20181
171 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) {
172 return (DiSlice){img, ioff, szB};
185 vg_assert(cur.ioff + size <= ML_(img_size)(cur.img));
186 return mk_DiSlice(cur.img, cur.ioff, size);
212 c.ioff = sl.ioff;
    [all...]
readelf.c 544 if (!ML_(img_valid)(escn_opd->img, escn_opd->ioff + offset_in_opd,
560 escn_opd->ioff + offset_in_opd, sizeof(fn_descr));
766 escn_symtab->ioff + i * sizeof(ElfXX_Sym), sizeof(sym));
767 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
    [all...]
readmacho.c 224 sli.ioff = arch.offset;
251 if (sli.ioff >= 0 && sli.ioff + sli.szB <= ML_(img_size)(sli.img)) {
277 vg_assert(sli.ioff >= 0);
279 vg_assert(sli.ioff + sli.szB <= ML_(img_size)(sli.img));
621 res.ioff = sect.offset;
645 DiOffT min_off = sli.ioff;
646 DiOffT max1_off = sli.ioff + sli.szB;
    [all...]
readdwarf3.c 173 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff
184 if (c->sli.ioff == DiOffT_INVALID) return False;
185 if (c->sli_next < c->sli.ioff) return False;
201 c->sli_next = c->sli.ioff + sli_initial_offset;
209 return c->sli_next >= c->sli.ioff + c->sli.szB;
214 return c->sli_next - c->sli.ioff;
217 c->sli_next = c->sli.ioff + pos;
227 return c->sli.ioff + c->sli.szB - c->sli_next;
244 if (c->sli_next + sizeof(UChar) > c->sli.ioff + c->sli.szB) {
256 if (c->sli_next + sizeof(UShort) > c->sli.ioff + c->sli.szB)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 735 int ioff, noff = offsets.length; local
738 ioff = 0;
746 if ( ioff < noff ) {
747 if ( offset != offsets[ioff] ) {
748 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
749 //ioff = noff;
752 ioff++;
757 if ( ioff < noff ) {
763 ioff = noff;
770 if ( ioff > 0 )
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 2118 int ioff, noff = offsets.length; local
    [all...]

Completed in 250 milliseconds