HomeSort by relevance Sort by last modified time
    Searched refs:abb (Results 1 - 5 of 5) 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/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
transrt.cpp 273 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
310 abbreviated = abb;
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 106 testfile4: abb __ti9type_info

Completed in 2845 milliseconds