Home
last modified time | relevance | path

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

12345

/external/elfutils/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/strace/tests-mx32/
Dpoll.c89 const unsigned int abbrev) in print_pollfd_array_entering() argument
100 if (i >= abbrev) { in print_pollfd_array_entering()
112 const unsigned int abbrev) in print_pollfd_exiting() argument
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
121 if (*seen > abbrev) { in print_pollfd_exiting()
152 const unsigned int abbrev) in print_pollfd_array_exiting() argument
158 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
196 ARRAY_SIZE(pfds0), abbrev); in main()
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main()
[all …]
Dpoll.test11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
Duname.c12 int abbrev = ac > 1; in main() local
19 if (abbrev) { in main()
/external/strace/tests/
Dpoll.c89 const unsigned int abbrev) in print_pollfd_array_entering() argument
100 if (i >= abbrev) { in print_pollfd_array_entering()
112 const unsigned int abbrev) in print_pollfd_exiting() argument
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
121 if (*seen > abbrev) { in print_pollfd_exiting()
152 const unsigned int abbrev) in print_pollfd_array_exiting() argument
158 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
196 ARRAY_SIZE(pfds0), abbrev); in main()
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main()
[all …]
Dpoll.test11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
Duname.c12 int abbrev = ac > 1; in main() local
19 if (abbrev) { in main()
/external/strace/tests-m32/
Dpoll.c89 const unsigned int abbrev) in print_pollfd_array_entering() argument
100 if (i >= abbrev) { in print_pollfd_array_entering()
112 const unsigned int abbrev) in print_pollfd_exiting() argument
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
121 if (*seen > abbrev) { in print_pollfd_exiting()
152 const unsigned int abbrev) in print_pollfd_array_exiting() argument
158 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
196 ARRAY_SIZE(pfds0), abbrev); in main()
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main()
[all …]
Dpoll.test11 for abbrev in 0 1 2 3 4 5; do
12 run_prog "../$NAME" $abbrev > /dev/null
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
Duname.c12 int abbrev = ac > 1; in main() local
19 if (abbrev) { in main()
/external/elfutils/libdw/
Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, in dwarf_getabbrevattr() argument
43 if (abbrev == NULL) in dwarf_getabbrevattr()
47 const unsigned char *attrp = abbrev->attrp; in dwarf_getabbrevattr()
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset; in dwarf_getabbrevattr()
Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag() argument
42 return abbrev == NULL ? 0 : abbrev->tag; in dwarf_getabbrevtag()
Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren() argument
42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode() argument
42 return abbrev == NULL ? 0 : abbrev->code; in dwarf_getabbrevcode()
Ddwarf_getattrcnt.c38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) in dwarf_getattrcnt() argument
40 if (abbrev == NULL) in dwarf_getattrcnt()
43 *attrcntp = abbrev->attrcnt; in dwarf_getattrcnt()
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.c93 || unlikely (this_die.abbrev == DWARF_END_ABBREV)) in dwarf_siblingof()
95 else if (this_die.abbrev->has_children) in dwarf_siblingof()
123 this_die.abbrev = NULL; in dwarf_siblingof()
/external/strace/
Dloop.c54 if (!abbrev(tcp)) { in decode_loop_info()
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
83 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
90 if (!abbrev(tcp)) in decode_loop_info()
110 if (!abbrev(tcp)) { in decode_loop_info64()
127 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
142 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
152 if (!abbrev(tcp)) in decode_loop_info64()
Dstatx.c74 if (!abbrev(tcp)) in SYS_FUNC()
80 if (!abbrev(tcp)) { in SYS_FUNC()
89 if (!abbrev(tcp)) in SYS_FUNC()
94 if (!abbrev(tcp)) { in SYS_FUNC()
Ddirent64.c84 if (!abbrev(tcp)) in SYS_FUNC()
88 if (!abbrev(tcp)) { in SYS_FUNC()
122 if (!abbrev(tcp)) in SYS_FUNC()
Ddirent.c116 if (!abbrev(tcp)) in SYS_FUNC()
121 if (!abbrev(tcp)) { in SYS_FUNC()
154 if (!abbrev(tcp)) in SYS_FUNC()
Dprint_struct_stat.c44 if (!abbrev(tcp)) { in print_struct_stat()
68 if (!abbrev(tcp)) { in print_struct_stat()
/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/python/cpython2/Tools/framer/
Dexample.py40 abbrev = "input" variable in cStringIO.InputType
101 abbrev = "output" variable in cStringIO.OutputType

12345