HomeSort by relevance Sort by last modified time
    Searched defs:abbrev (Results 1 - 25 of 47) sorted by null

1 2

  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 47 this->PushUint8(0); // Add abbrev table terminator.
72 const Vector& abbrev = it.first->first; local
73 this->Pop(); // Remove abbrev table terminator.
75 this->PushData(abbrev.data(), abbrev.size());
78 this->PushUint8(0); // Add abbrev table terminator.
84 // Get the next free abbrev code.
  /ndk/sources/host-tools/make-3.81/
signame.c 53 const char *abbrev; member in struct:__anon35804
61 /* Enter signal number NUMBER into the tables with ABBREV and NAME. */
64 init_sig (int number, const char *abbrev, const char *name)
76 sig_table[sig_table_nelts++].abbrev = abbrev;
  /external/elfutils/tests/
show-abbrev.c 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
60 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
64 unsigned tag = dwarf_getabbrevtag (abbrev);
73 unsigned code = dwarf_getabbrevcode (abbrev);
82 int children = dwarf_abbrevhaschildren (abbrev);
91 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
95 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
108 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
110 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n"
    [all...]
show-die-info.c 334 Dwarf_Off abbrev; local
337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
343 (unsigned long long int) abbrev, addresssize,
  /external/llvm/utils/emacs/
tablegen-mode.el 85 ;; --------------------- Abbrev table -----------------------------
87 (defvar tablegen-mode-abbrev-table nil
88 "Abbrev table used while in TableGen mode.")
89 (define-abbrev-table 'tablegen-mode-abbrev-table ())
113 local-abbrev-table tablegen-mode-abbrev-table
  /external/protobuf/editors/
protobuf-mode.el 178 (defvar protobuf-mode-abbrev-table nil
206 local-abbrev-table protobuf-mode-abbrev-table
207 abbrev-mode t)
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 72 String abbrev = matcher.group(2); local
73 TimeUnit unit = ABBREV_TO_UNIT.get(abbrev);
74 checkArgument(unit != null, "Unrecognized time unit: %s", abbrev);
  /external/e2fsprogs/lib/ss/
ss_internal.h 28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry
  /external/elfutils/libdw/
libdw.h 145 Dwarf_Abbrev *abbrev; member in struct:__anon10759
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.h 117 abbrev = 0, enumerator in enum:dwarf_section_display_enum
  /external/strace/
defs.h 360 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV) macro
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 61 // Each abbrev consists of a abbreviation number, a tag, a byte
80 abbrevs_ = new std::vector<Abbrev>;
94 CompilationUnit::Abbrev abbrev; local
100 abbrev.number = number;
106 abbrev.tag = static_cast<enum DwarfTag>(tag);
109 abbrev.has_children = reader_->ReadOneByte(abbrevptr);
127 abbrev.attributes.push_back(std::make_pair(name, form));
129 assert(abbrev.number == abbrevs_->size());
130 abbrevs_->push_back(abbrev);
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 56 const char* abbrev; member in struct:_LOCALECONV
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 222 /* The abbrev hash table. */
279 /* This data structure holds the information of an abbrev. */
282 unsigned int number; /* Number identifying abbrev. */
780 /* Lookup an abbrev_info structure in the abbrev hash table. */
786 struct abbrev_info *abbrev; local
789 abbrev = abbrevs[hash_number];
791 while (abbrev)
793 if (abbrev->number == number)
794 return abbrev;
796 abbrev = abbrev->next
868 struct abbrev_info *abbrev = abbrevs[i]; local
2133 struct abbrev_info *abbrev; local
2298 struct abbrev_info *abbrev; local
2550 struct abbrev_info *abbrev; local
3919 struct abbrev_info *abbrev = abbrevs[i]; local
    [all...]
  /external/elfutils/src/
readelf.c 98 N_("Display DWARF section content. SECTION can be one of abbrev, "
403 else if (strcmp (arg, "abbrev") == 0)
4646 Dwarf_Abbrev abbrev; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 850 milliseconds

1 2