Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-info.c218 dwarf2_add_abbrev_attr(dwarf2_abbrev *abbrev, dwarf_attribute name, in dwarf2_add_abbrev_attr() argument
224 STAILQ_INSERT_TAIL(&abbrev->attrs, attr, link); in dwarf2_add_abbrev_attr()
266 dwarf2_abbrev *abbrev; in yasm_dwarf2__generate_info() local
278 abbrev = yasm_xmalloc(sizeof(dwarf2_abbrev)); in yasm_dwarf2__generate_info()
279 abc = yasm_bc_create_common(&dwarf2_abbrev_bc_callback, abbrev, 0); in yasm_dwarf2__generate_info()
280 abbrev->id = 1; in yasm_dwarf2__generate_info()
281 abbrev->tag = DW_TAG_compile_unit; in yasm_dwarf2__generate_info()
282 abbrev->has_children = 0; in yasm_dwarf2__generate_info()
283 abc->len = yasm_size_uleb128(abbrev->id) + yasm_size_uleb128(abbrev->tag) in yasm_dwarf2__generate_info()
285 STAILQ_INIT(&abbrev->attrs); in yasm_dwarf2__generate_info()
[all …]
/external/elfutils/0.153/libdw/
Ddwarf_child.c76 Dwarf_Abbrev *abbrevp = die->abbrev; in __libdw_find_attr()
80 die->abbrev = abbrevp ?: DWARF_END_ABBREV; in __libdw_find_attr()
82 if (unlikely (die->abbrev == DWARF_END_ABBREV)) in __libdw_find_attr()
94 const unsigned char *attrp = die->abbrev->attrp; in __libdw_find_attr()
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)
Ddwarf_getabbrevattr.c61 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp) in dwarf_getabbrevattr() argument
62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevattr()
68 if (abbrev == NULL)
72 const unsigned char *attrp = abbrev->attrp;
97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
Ddwarf_getattrs.c74 if (die->abbrev == NULL) in dwarf_getattrs()
76 die->abbrev = __libdw_findabbrev (die->cu, u128); in dwarf_getattrs()
78 if (unlikely (die->abbrev == DWARF_END_ABBREV)) in dwarf_getattrs()
86 const unsigned char *attrp = die->abbrev->attrp; in dwarf_getattrs()
87 const unsigned char *const offset_attrp = die->abbrev->attrp + offset; in dwarf_getattrs()
128 return remembered_attrp - die->abbrev->attrp; in dwarf_getattrs()
Ddwarf_getabbrevtag.c61 dwarf_getabbrevtag (abbrev) in dwarf_getabbrevtag() argument
62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag()
64 return abbrev == NULL ? 0 : abbrev->tag;
Ddwarf_abbrevhaschildren.c61 dwarf_abbrevhaschildren (abbrev) in dwarf_abbrevhaschildren() argument
62 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren()
64 return abbrev == NULL ? -1 : abbrev->has_children;
Ddwarf_getabbrevcode.c61 dwarf_getabbrevcode (abbrev) in dwarf_getabbrevcode() argument
62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode()
64 return abbrev == NULL ? 0 : abbrev->code;
Ddwarf_getattrcnt.c59 dwarf_getattrcnt (abbrev, attrcntp) in dwarf_getattrcnt() argument
60 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt()
63 if (abbrev == NULL)
66 *attrcntp = abbrev->attrcnt;
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;
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;
Ddwarf_offabbrev.c65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev() local
68 if (abbrev == NULL) in dwarf_offabbrev()
71 return abbrev == DWARF_END_ABBREV ? 1 : 0; in dwarf_offabbrev()
Ddwarf_siblingof.c109 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
111 else if (this_die.abbrev->has_children)
139 this_die.abbrev = NULL;
Dlibdw.h164 Dwarf_Abbrev *abbrev; member
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/strace/
Dloop.c55 if (!abbrev(tcp)) { in loop_ioctl()
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
77 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
82 if (!abbrev(tcp)) in loop_ioctl()
100 if (!abbrev(tcp)) { in loop_ioctl()
116 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
130 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
137 if (!abbrev(tcp)) in loop_ioctl()
Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
Dfile.c615 if (!abbrev(tcp)) { in printstatsol()
640 if (!abbrev(tcp)) { in printstatsol()
660 if (!abbrev(tcp)) { in printstat_sparc64()
687 if (!abbrev(tcp)) { in printstat_sparc64()
730 if (!abbrev(tcp)) { in printstat_powerpc32()
752 if (!abbrev(tcp)) { in printstat_powerpc32()
767 if (!abbrev(tcp)) { in realprintstat()
802 if (!abbrev(tcp)) { in realprintstat()
971 if (!abbrev(tcp)) { in printstat64()
1007 if (!abbrev(tcp)) { in printstat64()
[all …]
Dbjm.c106 if (!abbrev(tcp)) { in sys_query_module()
133 if (!abbrev(tcp)) { in sys_query_module()
Dterm.c73 if (abbrev(tcp)) { in term_ioctl()
107 if (abbrev(tcp)) { in term_ioctl()
/external/linux-tools-perf/perf-3.12.0/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/elfutils/elfutils/
Dlibdw.h164 Dwarf_Abbrev *abbrev; member
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/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/chromium_org/base/third_party/symbolize/
Ddemangle.cc43 const char *abbrev; member
732 for (p = kOperatorList; p->abbrev != NULL; ++p) { in ParseOperatorName()
733 if (state->mangled_cur[0] == p->abbrev[0] && in ParseOperatorName()
734 state->mangled_cur[1] == p->abbrev[1]) { in ParseOperatorName()
974 for (p = kBuiltinTypeList; p->abbrev != NULL; ++p) { in ParseBuiltinType()
975 if (state->mangled_cur[0] == p->abbrev[0]) { in ParseBuiltinType()
1259 for (p = kSubstitutionList; p->abbrev != NULL; ++p) { in ParseSubstitution()
1260 if (state->mangled_cur[0] == p->abbrev[1]) { in ParseSubstitution()
/external/lldb/tools/debugserver/source/
DRNBRemote.h256 std::string abbrev; member
276 abbrev (), in Packet()
289 abbrev (in_abbrev), in Packet()
/external/llvm/utils/git-svn/
Dgit-svnup10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
/external/fio/
DFIO-VERSION-GEN15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&

123