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

/external/elfutils/libdw/
H A Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) argument
42 return abbrev == NULL ? -1 : abbrev->has_children;
H A Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) argument
42 return abbrev == NULL ? 0 : abbrev->code;
H A Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) argument
42 return abbrev == NULL ? 0 : abbrev->tag;
H A Ddwarf_getattrcnt.c38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) argument
40 if (abbrev == NULL)
43 *attrcntp = abbrev->attrcnt;
H A Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, argument
43 if (abbrev == NULL)
47 const unsigned char *attrp = abbrev->attrp;
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
H A Dlibdw.h145 Dwarf_Abbrev *abbrev; member in struct:__anon5670
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,
/external/elfutils/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/llvm/utils/emacs/
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/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:__anon5617
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,
/external/strace/
H A Ddefs.h360 #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/
H A Dreadelf.c98 N_("Display DWARF section content. SECTION can be one of abbrev, "
403 else if (strcmp (arg, "abbrev") == 0)
4646 Dwarf_Abbrev abbrev; local
4648 int res = dwarf_offabbrev (dbg, offset, &length, &abbrev);
4665 unsigned int code = dwarf_getabbrevcode (&abbrev);
4666 unsigned int tag = dwarf_getabbrevtag (&abbrev);
4667 int has_children = dwarf_abbrevhaschildren (&abbrev);
4679 while (dwarf_getabbrevattr (&abbrev, cnt,
8341 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/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 548 milliseconds