/external/elfutils/src/tests/ |
D | run-show-abbrev.sh | 23 testrun_compare ${abs_builddir}/show-abbrev testfile testfile2 <<\EOF 24 abbrev[0]: code = 1, tag = 17, children = 1 25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0 26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2 27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4 28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6 29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8 30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10 31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12 32 abbrev[19]: code = 2, tag = 46, children = 1 [all …]
|
D | show-abbrev.c | 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main() local 60 if (abbrev == NULL || abbrev == DWARF_END_ABBREV) in main() 64 unsigned tag = dwarf_getabbrevtag (abbrev); in main() 73 unsigned code = dwarf_getabbrevcode (abbrev); in main() 82 int children = dwarf_abbrevhaschildren (abbrev); in main() 95 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0) in main() 108 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form, in main()
|
/external/elfutils/src/libdw/ |
D | dwarf_getabbrevattr.c | 40 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp) in dwarf_getabbrevattr() argument 41 Dwarf_Abbrev *abbrev; in dwarf_getabbrevattr() 47 if (abbrev == NULL) 51 const unsigned char *attrp = abbrev->attrp; 77 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
|
D | dwarf_abbrevhaschildren.c | 40 dwarf_abbrevhaschildren (abbrev) in dwarf_abbrevhaschildren() argument 41 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren() 43 return abbrev == NULL ? -1 : abbrev->has_children;
|
D | dwarf_getabbrevtag.c | 40 dwarf_getabbrevtag (abbrev) in dwarf_getabbrevtag() argument 41 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag() 43 return abbrev == NULL ? 0 : abbrev->tag;
|
D | dwarf_getabbrevcode.c | 40 dwarf_getabbrevcode (abbrev) in dwarf_getabbrevcode() argument 41 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode() 43 return abbrev == NULL ? 0 : abbrev->code;
|
D | dwarf_getattrcnt.c | 38 dwarf_getattrcnt (abbrev, attrcntp) in dwarf_getattrcnt() argument 39 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt() 42 if (abbrev == NULL) 45 *attrcntp = abbrev->attrcnt;
|
D | dwarf_offabbrev.c | 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev() local 47 if (abbrev == NULL) in dwarf_offabbrev() 50 return abbrev == DWARF_END_ABBREV ? 1 : 0; in dwarf_offabbrev()
|
D | dwarf_siblingof.c | 86 || unlikely (this_die.abbrev == DWARF_END_ABBREV)) 88 else if (this_die.abbrev->has_children) 116 this_die.abbrev = NULL;
|
D | libdw.h | 145 Dwarf_Abbrev *abbrev; member 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/strace/ |
D | loop.c | 55 if (!abbrev(tcp)) { in loop_ioctl() 64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl() 78 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl() 84 if (!abbrev(tcp)) in loop_ioctl() 102 if (!abbrev(tcp)) { in loop_ioctl() 118 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl() 133 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl() 142 if (!abbrev(tcp)) in loop_ioctl()
|
D | dirent.c | 96 if (!abbrev(tcp)) in SYS_FUNC() 101 if (!abbrev(tcp)) { in SYS_FUNC() 131 if (!abbrev(tcp)) in SYS_FUNC() 179 if (!abbrev(tcp)) in SYS_FUNC() 183 if (!abbrev(tcp)) { in SYS_FUNC() 217 if (!abbrev(tcp)) in SYS_FUNC()
|
D | evdev.c | 77 if (!abbrev(tcp)) { in ff_effect_ioctl() 145 if (!abbrev(tcp)) { in abs_ioctl() 193 if (!abbrev(tcp)) { in keycode_V2_ioctl() 222 if (!abbrev(tcp)) { in getid_ioctl() 258 if (abbrev(tcp) && bit_displayed >= 3) { in decode_bitset()
|
D | execve.c | 16 for (sep = ""; !abbrev(tcp) || n < max_strlen / 2; sep = ", ", ++n) { in printargv() 58 else if (abbrev(tcp)) in SYS_FUNC()
|
D | printstat.h | 20 if (!abbrev(tcp)) { in DO_PRINTSTAT() 59 if (!abbrev(tcp)) { in DO_PRINTSTAT()
|
D | git-version-gen | 158 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \ 159 || git describe --abbrev=4 HEAD 2>/dev/null` \
|
D | bjm.c | 104 if (!abbrev(tcp)) { in SYS_FUNC() 131 if (!abbrev(tcp)) { in SYS_FUNC()
|
D | term.c | 74 if (abbrev(tcp)) { in term_ioctl() 108 if (abbrev(tcp)) { in term_ioctl()
|
/external/openssh/ |
D | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local 229 memset(abbrev, '\0', sizeof(abbrev)); in testLineName() 233 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName() 234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | PERF-VERSION-GEN | 20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null ) 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
|
/external/bison/build-aux/ |
D | git-version-gen | 154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \ 155 || git describe --abbrev=4 HEAD 2>/dev/null` \
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 145 Dwarf_Abbrev *abbrev; member 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/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 94 CompilationUnit::Abbrev abbrev; in ReadAbbrevs() local 100 abbrev.number = number; in ReadAbbrevs() 106 abbrev.tag = static_cast<enum DwarfTag>(tag); in ReadAbbrevs() 109 abbrev.has_children = reader_->ReadOneByte(abbrevptr); in ReadAbbrevs() 127 abbrev.attributes.push_back(std::make_pair(name, form)); in ReadAbbrevs() 129 assert(abbrev.number == abbrevs_->size()); in ReadAbbrevs() 130 abbrevs_->push_back(abbrev); in ReadAbbrevs() 136 const Abbrev& abbrev) { in SkipDIE() argument 137 for (AttributeList::const_iterator i = abbrev.attributes.begin(); in SkipDIE() 138 i != abbrev.attributes.end(); in SkipDIE() [all …]
|
/external/lldb/tools/debugserver/source/ |
D | RNBRemote.h | 256 std::string abbrev; member 276 abbrev (), in Packet() 289 abbrev (in_abbrev), in Packet()
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \ 7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \ 25 BAD-ABBREV-NUMBER: Invalid abbrev number
|