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

12

/external/elfutils/0.153/libdw/
H A Ddwarf_abbrevhaschildren.c61 dwarf_abbrevhaschildren (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? -1 : abbrev->has_children;
H A Ddwarf_getabbrevcode.c61 dwarf_getabbrevcode (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? 0 : abbrev->code;
H A Ddwarf_getabbrevtag.c61 dwarf_getabbrevtag (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? 0 : abbrev->tag;
H A Ddwarf_getattrcnt.c59 dwarf_getattrcnt (abbrev, attrcntp)
60 Dwarf_Abbrev *abbrev;
63 if (abbrev == NULL)
66 *attrcntp = abbrev->attrcnt;
H A Ddwarf_offabbrev.c65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
68 if (abbrev == NULL)
71 return abbrev == DWARF_END_ABBREV ? 1 : 0;
H A Ddwarf_getabbrevattr.c61 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp)
62 Dwarf_Abbrev *abbrev;
68 if (abbrev == NULL)
72 const unsigned char *attrp = abbrev->attrp;
97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
H A Ddwarf_haschildren.c64 Dwarf_Abbrev *abbrevp = die->abbrev;
75 die->abbrev = abbrevp ?: DWARF_END_ABBREV;
77 if (unlikely (die->abbrev == DWARF_END_ABBREV))
83 return die->abbrev->has_children;
H A Ddwarf_getattrs.c74 if (die->abbrev == NULL)
76 die->abbrev = __libdw_findabbrev (die->cu, u128);
78 if (unlikely (die->abbrev == DWARF_END_ABBREV))
86 const unsigned char *attrp = die->abbrev->attrp;
87 const unsigned char *const offset_attrp = die->abbrev->attrp + offset;
128 return remembered_attrp - die->abbrev->attrp;
H A Ddwarf_child.c76 Dwarf_Abbrev *abbrevp = die->abbrev;
80 die->abbrev = abbrevp ?: DWARF_END_ABBREV;
82 if (unlikely (die->abbrev == DWARF_END_ABBREV))
94 const unsigned char *attrp = die->abbrev->attrp;
164 if (die->abbrev != DWARF_END_ABBREV
165 && (die->abbrev == NULL || die->abbrev->has_children))
167 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
171 if (! die->abbrev->has_children)
H A Ddwarf_tag.c107 if (die->abbrev == NULL)
115 die->abbrev = __libdw_findabbrev (die->cu, u128);
118 if (unlikely (die->abbrev == DWARF_END_ABBREV))
124 return die->abbrev->tag;
H A Ddwarf_siblingof.c109 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
111 else if (this_die.abbrev->has_children)
139 this_die.abbrev = NULL;
H A Dlibdw.h164 Dwarf_Abbrev *abbrev; member in struct:__anon21181
525 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
528 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
531 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
534 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
538 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c218 dwarf2_add_abbrev_attr(dwarf2_abbrev *abbrev, dwarf_attribute name, argument
224 STAILQ_INSERT_TAIL(&abbrev->attrs, attr, link);
266 dwarf2_abbrev *abbrev; local
278 abbrev = yasm_xmalloc(sizeof(dwarf2_abbrev));
279 abc = yasm_bc_create_common(&dwarf2_abbrev_bc_callback, abbrev, 0);
280 abbrev->id = 1;
281 abbrev->tag = DW_TAG_compile_unit;
282 abbrev->has_children = 0;
283 abc->len = yasm_size_uleb128(abbrev->id) + yasm_size_uleb128(abbrev
369 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)contents; local
404 dwarf2_abbrev *abbrev = (dwarf2_abbrev *)bc->contents; local
[all...]
/external/llvm/utils/git-svn/
H A Dgit-svnup10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
/external/strace/
H A Dloop.c55 if (!abbrev(tcp)) {
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
77 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
82 if (!abbrev(tcp))
100 if (!abbrev(tcp)) {
116 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
130 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
137 if (!abbrev(tcp))
H A Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
H A Dbjm.c106 if (!abbrev(tcp)) {
133 if (!abbrev(tcp)) {
H A Dterm.c73 if (abbrev(tcp)) {
107 if (abbrev(tcp)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A 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/fio/
H A DFIO-VERSION-GEN15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
/external/bison/build-aux/
H A Dgit-version-gen154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
/external/elfutils/elfutils/
H A Dlibdw.h164 Dwarf_Abbrev *abbrev; member in struct:__anon21325
525 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
528 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
531 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
534 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
538 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),

Completed in 2738 milliseconds

12