Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 25 of 69) sorted by relevance

123

/external/elfutils/src/tests/
Drun-show-abbrev.sh23 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 …]
Dshow-abbrev.c59 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/
Ddwarf_getabbrevattr.c40 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;
Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (abbrev) in dwarf_abbrevhaschildren() argument
41 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren()
43 return abbrev == NULL ? -1 : abbrev->has_children;
Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (abbrev) in dwarf_getabbrevtag() argument
41 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag()
43 return abbrev == NULL ? 0 : abbrev->tag;
Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (abbrev) in dwarf_getabbrevcode() argument
41 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode()
43 return abbrev == NULL ? 0 : abbrev->code;
Ddwarf_getattrcnt.c38 dwarf_getattrcnt (abbrev, attrcntp) in dwarf_getattrcnt() argument
39 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt()
42 if (abbrev == NULL)
45 *attrcntp = abbrev->attrcnt;
Ddwarf_offabbrev.c44 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()
Ddwarf_siblingof.c86 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
88 else if (this_die.abbrev->has_children)
116 this_die.abbrev = NULL;
Dlibdw.h145 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/
Dloop.c55 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()
Ddirent.c96 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()
Devdev.c77 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()
Dexecve.c16 for (sep = ""; !abbrev(tcp) || n < max_strlen / 2; sep = ", ", ++n) { in printargv()
58 else if (abbrev(tcp)) in SYS_FUNC()
Dprintstat.h20 if (!abbrev(tcp)) { in DO_PRINTSTAT()
59 if (!abbrev(tcp)) { in DO_PRINTSTAT()
Dgit-version-gen158 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
159 || git describe --abbrev=4 HEAD 2>/dev/null` \
Dbjm.c104 if (!abbrev(tcp)) { in SYS_FUNC()
131 if (!abbrev(tcp)) { in SYS_FUNC()
Dterm.c74 if (abbrev(tcp)) { in term_ioctl()
108 if (abbrev(tcp)) { in term_ioctl()
/external/openssh/
Dlogintest.c225 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/
DPERF-VERSION-GEN20 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/
Dgit-version-gen154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
/external/elfutils/include/elfutils/
Dlibdw.h145 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/
Ddwarf2reader.cc94 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/
DRNBRemote.h256 std::string abbrev; member
276 abbrev (), in Packet()
289 abbrev (in_abbrev), in Packet()
/external/llvm/test/Bitcode/
Dinvalid.test3 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

123