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

  /external/elfutils/libdw/
dwarf_getabbrev.c 108 Dwarf_Abbrev *abb = NULL; local
110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
113 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
115 abb = result;
121 assert (abb->offset == offset);
131 abb->code = code;
132 get_uleb128 (abb->tag, abbrevp);
133 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
134 abb->attrp = (unsigned char *) abbrevp;
135 abb->offset = offset
    [all...]
dwarf_tag.c 62 Dwarf_Abbrev *abb; local
65 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
66 if (abb == NULL)
73 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
75 if (abb == NULL || abb == DWARF_END_ABBREV)
85 if (abb->code == code)
89 return abb;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-002.js 1456 pattern = /abb\Z/;
1457 string = 'abb\nb\n';
1463 pattern = /abb\z/;
1464 string = 'abb\nb\n';
1470 pattern = /abb$/;
1471 string = 'abb\nb\n';
1477 pattern = /abb\z/;
1484 pattern = /abb\z/m;
1485 string = 'abb\nb\n';
1491 pattern = /abb\z/m
    [all...]
perlstress-001.js     [all...]
  /external/icu4c/test/intltest/
transrt.cpp 272 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
307 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
309 abbreviated = abb;
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 106 testfile4: abb __ti9type_info

Completed in 674 milliseconds