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

12

/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:__anon6180
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/tests/
H A Duname.c12 int abbrev = ac > 1; local
19 if (abbrev) {
H A Dpoll.c89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
86 print_pollfd_array_entering(const struct pollfd *const pfd, const unsigned int size, const unsigned int valid, const unsigned int abbrev) argument
110 print_pollfd_exiting(const struct pollfd *const pfd, unsigned int *const seen, const unsigned int abbrev) argument
150 print_pollfd_array_exiting(const struct pollfd *const pfd, const unsigned int size, const unsigned int abbrev) argument
[all...]
/external/strace/tests-m32/
H A Duname.c12 int abbrev = ac > 1; local
19 if (abbrev) {
H A Dpoll.c89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
86 print_pollfd_array_entering(const struct pollfd *const pfd, const unsigned int size, const unsigned int valid, const unsigned int abbrev) argument
110 print_pollfd_exiting(const struct pollfd *const pfd, unsigned int *const seen, const unsigned int abbrev) argument
150 print_pollfd_array_exiting(const struct pollfd *const pfd, const unsigned int size, const unsigned int abbrev) argument
[all...]
/external/strace/tests-mx32/
H A Duname.c12 int abbrev = ac > 1; local
19 if (abbrev) {
H A Dpoll.c89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
86 print_pollfd_array_entering(const struct pollfd *const pfd, const unsigned int size, const unsigned int valid, const unsigned int abbrev) argument
110 print_pollfd_exiting(const struct pollfd *const pfd, unsigned int *const seen, const unsigned int abbrev) argument
150 print_pollfd_array_exiting(const struct pollfd *const pfd, const unsigned int size, const unsigned int abbrev) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/emacs/
H A Dllvm-mode.el92 (defvar llvm-mode-abbrev-table nil
94 (define-abbrev-table 'llvm-mode-abbrev-table ())
122 (setq local-abbrev-table llvm-mode-abbrev-table)
H A Dtablegen-mode.el82 (defvar tablegen-mode-abbrev-table nil
84 (define-abbrev-table 'tablegen-mode-abbrev-table ())
107 local-abbrev-table tablegen-mode-abbrev-table
/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/python/cpython2/Tools/framer/
H A Dexample.py40 abbrev = "input" variable in class:cStringIO.InputType
101 abbrev = "output" variable in class:cStringIO.OutputType
/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/desugar/java/com/google/devtools/common/options/
H A DIsolatedOptionsData.java166 public Field getFieldForAbbrev(char abbrev) { argument
167 return abbrevToField.get(abbrev);
493 if (annotation.abbrev() != '\0') {
494 checkForCollisions(abbrevToFieldBuilder, annotation.abbrev(), "option abbreviation");
495 abbrevToFieldBuilder.put(annotation.abbrev(), field);
/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:__anon6127
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/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/strace/
H A Ddefs.h283 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV) macro

Completed in 717 milliseconds

12