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

1 2

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 25 dwarf_abbrevhaschildren (abbrev)
26 Dwarf_Abbrev *abbrev;
28 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_getabbrevcode.c 25 dwarf_getabbrevcode (abbrev)
26 Dwarf_Abbrev *abbrev;
28 return abbrev == NULL ? 0 : abbrev->code;
dwarf_getabbrevtag.c 25 dwarf_getabbrevtag (abbrev)
26 Dwarf_Abbrev *abbrev;
28 return abbrev == NULL ? 0 : abbrev->tag;
dwarf_getattrcnt.c 23 dwarf_getattrcnt (abbrev, attrcntp)
24 Dwarf_Abbrev *abbrev;
27 if (abbrev == NULL)
30 *attrcntp = abbrev->attrcnt;
dwarf_getabbrevattr.c 25 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp)
26 Dwarf_Abbrev *abbrev;
32 if (abbrev == NULL)
36 unsigned char *attrp = abbrev->attrp;
61 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
dwarf_haschildren.c 28 Dwarf_Abbrev *abbrevp = die->abbrev;
39 die->abbrev = abbrevp ?: (Dwarf_Abbrev *) -1l;
41 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
47 return die->abbrev->has_children;
dwarf_child.c 40 Dwarf_Abbrev *abbrevp = die->abbrev;
44 die->abbrev = abbrevp ?: (Dwarf_Abbrev *) -1l;
46 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
57 unsigned char *attrp = die->abbrev->attrp;
130 if (die->abbrev != (Dwarf_Abbrev *) -1
131 && (die->abbrev == NULL || die->abbrev->has_children))
133 if (die->abbrev == (Dwarf_Abbrev *) -1l)
137 if (! die->abbrev->has_children)
dwarf_tag.c 63 if (die->abbrev == NULL)
71 die->abbrev = __libdw_findabbrev (die->cu, u128);
74 if (die->abbrev == (Dwarf_Abbrev *) -1l)
80 return die->abbrev->tag;
dwarf_getattrs.c 35 if (die->abbrev == NULL)
37 die->abbrev = __libdw_findabbrev (die->cu, u128);
39 if (die->abbrev == (Dwarf_Abbrev *) -1l)
46 unsigned char *attrp = die->abbrev->attrp + offset;
77 return attrp - die->abbrev->attrp;
dwarf_siblingof.c 65 || unlikely (this_die.abbrev == (Dwarf_Abbrev *) -1l))
67 else if (this_die.abbrev->has_children)
83 this_die.abbrev = NULL;
libdw.h 127 Dwarf_Abbrev *abbrev; member in struct:__anon5653
302 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
305 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
308 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
311 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
315 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
  /external/elfutils/tests/
run-show-abbrev.sh 22 ./show-abbrev testfile testfile2 > show-abbrev.out
24 diff -u show-abbrev.out - <<"EOF"
25 abbrev[0]: code = 1, tag = 17, children = 1
26 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
27 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
28 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
29 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
30 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
31 abbrev[0]: attr[5]: code = 37, form = 8, offset = 1
    [all...]
show-abbrev.c 55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
56 if (abbrev == NULL)
60 unsigned tag = dwarf_getabbrevtag (abbrev);
69 unsigned code = dwarf_getabbrevcode (abbrev);
78 int children = dwarf_abbrevhaschildren (abbrev);
87 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
91 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
104 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
106 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n",
109 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n"
    [all...]
Makefile.am 29 show-abbrev hash asm-tst1 asm-tst2 asm-tst3 \
38 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
47 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
Makefile 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c
47 show-abbrev$(EXEEXT) hash$(EXEEXT) asm-tst1$(EXEEXT) \
151 show_abbrev_SOURCES = show-abbrev.c
152 show_abbrev_OBJECTS = show-abbrev.$(OBJEXT)
187 scnnames.c sectiondump.c show-abbrev.c show-die-info.c \
194 saridx.c scnnames.c sectiondump.c show-abbrev.c \
315 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
324 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
476 show-abbrev$(EXEEXT): $(show_abbrev_OBJECTS) $(show_abbrev_DEPENDENCIES)
477 @rm -f show-abbrev$(EXEEXT
    [all...]
show-die-info.c 451 Dwarf_Off abbrev; local
454 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
460 (unsigned long long int) abbrev, addresssize,
  /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:__anon16987
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/strace/
bjm.c 134 if (!abbrev(tcp)) {
159 if (!abbrev(tcp)) {
file.c 692 if (!abbrev(tcp)) {
717 if (!abbrev(tcp)) {
747 if (!abbrev(tcp)) {
774 if (!abbrev(tcp)) {
839 if (!abbrev(tcp)) {
874 if (!abbrev(tcp)) {
973 if (!abbrev(tcp)) {
1017 if (!abbrev(tcp)) {
    [all...]
term.c 217 if (abbrev(tcp)) {
262 if (abbrev(tcp)) {
mem.c 516 if (abbrev(tcp) && i >= max_strlen) {
705 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 597 milliseconds

1 2