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

1 2

  /ndk/sources/host-tools/make-3.81/
signame.c 53 const char *abbrev; member in struct:__anon28069
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/src/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/
llvm-mode.el 100 ;; --------------------- Abbrev table -----------------------------
102 (defvar llvm-mode-abbrev-table nil
103 "Abbrev table used while in LLVM mode.")
104 (define-abbrev-table 'llvm-mode-abbrev-table ())
132 (setq local-abbrev-table llvm-mode-abbrev-table)
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/openssh/
logintest.c 225 char full[17], strip[9], abbrev[5]; local
229 memset(abbrev, '\0', sizeof(abbrev));
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
  /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)
  /art/compiler/dwarf/
debug_info_entry_writer.h 62 // Write abbrev code for the previous entry.
67 // Abbrev code placeholder of sufficient size.
79 // Write abbrev code for this tag.
190 debug_abbrev_.PushUint8(0); // Add abbrev table terminator.
224 const std::vector<uint8_t, Allocator>& abbrev = it.first->first; local
225 debug_abbrev_.Pop(); // Remove abbrev table terminator.
227 debug_abbrev_.PushData(abbrev.data(), abbrev.size());
230 debug_abbrev_.PushUint8(0); // Add abbrev table terminator.
  /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/src/libdw/
libdw.h 145 Dwarf_Abbrev *abbrev; member in struct:__anon8912
559 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
562 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
565 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
568 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
572 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
    [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.h 256 std::string abbrev; member in struct:RNBRemote::Packet
276 abbrev (),
289 abbrev (in_abbrev),
  /external/strace/
defs.h 336 #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...]
  /external/elfutils/src/src/
readelf.c 97 N_("Display DWARF section content. SECTION can be one of abbrev, "
397 else if (strcmp (arg, "abbrev") == 0)
4540 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/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 1028 milliseconds

1 2