Searched defs:abbrev (Results 1 - 15 of 15) sorted by relevance

/external/llvm/utils/emacs/
H A Dllvm-mode.el102 (defvar llvm-mode-abbrev-table nil
104 (define-abbrev-table 'llvm-mode-abbrev-table ())
132 (setq local-abbrev-table llvm-mode-abbrev-table)
H A Dtablegen-mode.el87 (defvar tablegen-mode-abbrev-table nil
89 (define-abbrev-table 'tablegen-mode-abbrev-table ())
113 local-abbrev-table tablegen-mode-abbrev-table
/external/elfutils/src/tests/
H A Dshow-abbrev.c59 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[
[all...]
H A Dshow-die-info.c334 Dwarf_Off abbrev; local
337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
343 (unsigned long long int) abbrev, addresssize,
/external/openssh/
H A Dlogintest.c225 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/
H A Dprotobuf-mode.el178 (defvar protobuf-mode-abbrev-table nil
206 local-abbrev-table protobuf-mode-abbrev-table
207 abbrev-mode t)
/external/e2fsprogs/lib/ss/
H A Dss_internal.h28 char *name; /* abbrev name */
29 char **abbrev; /* new tokens to insert */ member in struct:_ss_abbrev_entry
/external/elfutils/include/elfutils/
H A Dlibdw.h145 Dwarf_Abbrev *abbrev; member in struct:__anon4531
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,
/external/elfutils/src/libdw/
H A Dlibdw.h145 Dwarf_Abbrev *abbrev; member in struct:__anon4589
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,
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h256 std::string abbrev; member in struct:RNBRemote::Packet
276 abbrev (),
289 abbrev (in_abbrev),
/external/strace/
H A Ddefs.h336 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV) macro
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc61 // Each abbrev consists of a abbreviation number, a tag, a byte
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);
136 const Abbrev& abbrev) {
137 for (AttributeList::const_iterator i = abbrev
135 SkipDIE(const char* start, const Abbrev& abbrev) argument
453 ProcessDIE(uint64 dieoffset, const char* start, const Abbrev& abbrev) argument
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); local
[all...]
/external/elfutils/src/src/
H A Dreadelf.c97 N_("Display DWARF section content. SECTION can be one of abbrev, "
397 else if (strcmp (arg, "abbrev") == 0)
4540 Dwarf_Abbrev abbrev; local
4542 int res = dwarf_offabbrev (dbg, offset, &length, &abbrev);
4559 unsigned int code = dwarf_getabbrevcode (&abbrev);
4560 unsigned int tag = dwarf_getabbrevtag (&abbrev);
4561 int has_children = dwarf_abbrevhaschildren (&abbrev);
4573 while (dwarf_getabbrevattr (&abbrev, cnt,
8208 NEW_SECTION (abbrev),
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jar ... java.util.Set) org.dom4j.Element abbrev org.dom4j.Element details String s org. ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 665 milliseconds