HomeSort by relevance Sort by last modified time
    Searched refs:abbrev (Results 1 - 25 of 49) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 61 dwarf_abbrevhaschildren (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_getabbrevcode.c 61 dwarf_getabbrevcode (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? 0 : abbrev->code;
dwarf_getabbrevtag.c 61 dwarf_getabbrevtag (abbrev)
62 Dwarf_Abbrev *abbrev;
64 return abbrev == NULL ? 0 : abbrev->tag;
dwarf_getattrcnt.c 59 dwarf_getattrcnt (abbrev, attrcntp)
60 Dwarf_Abbrev *abbrev;
63 if (abbrev == NULL)
66 *attrcntp = abbrev->attrcnt;
dwarf_offabbrev.c 65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
68 if (abbrev == NULL)
71 return abbrev == DWARF_END_ABBREV ? 1 : 0;
dwarf_getabbrevattr.c 61 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;
dwarf_haschildren.c 64 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;
dwarf_child.c 76 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)
dwarf_getattrs.c 71 if (die->abbrev == NULL)
73 die->abbrev = __libdw_findabbrev (die->cu, u128);
75 if (unlikely (die->abbrev == DWARF_END_ABBREV))
83 const unsigned char *attrp = die->abbrev->attrp + offset;
120 return remembered_attrp - die->abbrev->attrp;
dwarf_tag.c 98 if (die->abbrev == NULL)
106 die->abbrev = __libdw_findabbrev (die->cu, u128);
109 if (unlikely (die->abbrev == DWARF_END_ABBREV))
115 return die->abbrev->tag;
dwarf_siblingof.c 111 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
113 else if (this_die.abbrev->has_children)
141 this_die.abbrev = NULL;
libdw.h 164 Dwarf_Abbrev *abbrev; member in struct:__anon6235
403 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
406 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
409 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
412 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
416 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
  /external/elfutils/tests/
run-show-abbrev.sh 31 testrun_compare ./show-abbrev testfile testfile2 <<\EOF
32 abbrev[0]: code = 1, tag = 17, children = 1
33 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
34 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
35 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
36 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
37 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
38 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
39 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
40 abbrev[19]: code = 2, tag = 46, children =
    [all...]
show-abbrev.c 67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
68 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
72 unsigned tag = dwarf_getabbrevtag (abbrev);
81 unsigned code = dwarf_getabbrevcode (abbrev);
90 int children = dwarf_abbrevhaschildren (abbrev);
99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
116 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
118 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n"
    [all...]
  /external/openssh/
logintest.c 225 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/linux-tools-perf/util/
PERF-VERSION-GEN 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 140 string16 abbrev, full; local
142 abbrev = value;
145 abbrev = State::Abbreviation(value);
150 if (!abbrev.empty() && SetSelectControlValue(abbrev, field))
  /ndk/sources/host-tools/make-3.81/
signame.c 53 const char *abbrev; member in struct:__anon19612
61 /* Enter signal number NUMBER into the tables with ABBREV and NAME. */
64 init_sig (int number, const char *abbrev, const char *name)
76 sig_table[sig_table_nelts++].abbrev = abbrev;
  /bionic/libc/tools/zoneinfo/
ZoneInfo.java 70 byte[] abbrev = new byte[ngmtoff];
74 abbrev[i] = data[base + 6 * i + 5];
79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
90 int[] gmtoff, byte[] isdst, byte[] abbrev,
115 abbrev[mTypes[lastdst] & 0xFF]);
119 abbrev[mTypes[laststd] & 0xFF]);
  /external/e2fsprogs/lib/ss/
ss_internal.h 28 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/
antenv.cmd 35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
  /external/strace/
bjm.c 132 if (!abbrev(tcp)) {
159 if (!abbrev(tcp)) {
file.c 823 if (!abbrev(tcp)) {
848 if (!abbrev(tcp)) {
868 if (!abbrev(tcp)) {
895 if (!abbrev(tcp)) {
939 if (!abbrev(tcp)) {
961 if (!abbrev(tcp)) {
1021 if (!abbrev(tcp)) {
1056 if (!abbrev(tcp)) {
1203 if (!abbrev(tcp)) {
1251 if (!abbrev(tcp))
    [all...]
term.c 214 if (abbrev(tcp)) {
259 if (abbrev(tcp)) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 45 public static String constructReminderLabel(Context context, int minutes, boolean abbrev) {
51 if (abbrev) {

Completed in 281 milliseconds

1 2