Home
last modified time | relevance | path

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

12345678

/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 …]
Drun-readelf-const-values.sh67 [ c] compile_unit abbrev: 2
75 [ 2e] subprogram abbrev: 3
87 [ 4d] variable abbrev: 1
93 [ 55] variable abbrev: 1
99 [ 5e] base_type abbrev: 4
105 [ 71] compile_unit abbrev: 1
113 [ 8f] subprogram abbrev: 2
125 [ b0] variable abbrev: 3
131 [ bb] variable abbrev: 3
137 [ c6] variable abbrev: 3
[all …]
Drun-readelf-dwz-multi.sh87 [ b] compile_unit abbrev: 6
95 [ 26] imported_unit abbrev: 5
97 [ 2b] pointer_type abbrev: 1
100 [ 31] subprogram abbrev: 3
113 [ 48] formal_parameter abbrev: 8
120 [ 56] formal_parameter abbrev: 4
127 [ 61] variable abbrev: 7
134 [ 6e] pointer_type abbrev: 2
148 [ b] compile_unit abbrev: 6
156 [ 26] imported_unit abbrev: 5
[all …]
Drun-readelf-zdebug-rel.sh54 [ b] compile_unit abbrev: 1
62 [ 2d] subprogram abbrev: 2
75 [ 4e] formal_parameter abbrev: 3
81 [ 5d] formal_parameter abbrev: 4
88 [ 6a] variable abbrev: 5
94 [ 74] variable abbrev: 6
101 [ 80] base_type abbrev: 7
105 [ 87] pointer_type abbrev: 8
108 [ 8d] pointer_type abbrev: 8
111 [ 93] base_type abbrev: 9
[all …]
Drun-readelf-types.sh30 [ b] compile_unit abbrev: 8
37 [ 29] subprogram abbrev: 9
48 [ 46] base_type abbrev: 10
52 [ 4d] variable abbrev: 11
60 [ 64] variable abbrev: 11
80 [ 17] type_unit abbrev: 1
84 [ 25] structure_type abbrev: 2
89 [ 34] structure_type abbrev: 3
92 [ 38] structure_type abbrev: 4
101 [ 5a] type_unit abbrev: 1
[all …]
Dshow-abbrev.c67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main() local
68 if (abbrev == NULL || abbrev == DWARF_END_ABBREV) in main()
72 unsigned tag = dwarf_getabbrevtag (abbrev); in main()
81 unsigned code = dwarf_getabbrevcode (abbrev); in main()
90 int children = dwarf_abbrevhaschildren (abbrev); in main()
103 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0) in main()
116 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form, in main()
Drun-readelf-loc.sh917 [ b] compile_unit abbrev: 1
930 { b} compile_unit abbrev: 1
936 { 18} subprogram abbrev: 2
950 { 30} formal_parameter abbrev: 3
957 { 3d} formal_parameter abbrev: 3
964 { 4a} variable abbrev: 4
971 { 58} variable abbrev: 4
978 { 66} GNU_call_site abbrev: 5
981 { 6d} base_type abbrev: 6
985 { 74} pointer_type abbrev: 7
[all …]
/external/strace/tests-m32/
Dpoll.c90 const unsigned int abbrev) in print_pollfd_array_entering() argument
101 if (i >= abbrev) { in print_pollfd_array_entering()
113 const unsigned int abbrev) in print_pollfd_exiting() argument
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
122 if (*seen > abbrev) { in print_pollfd_exiting()
153 const unsigned int abbrev) in print_pollfd_array_exiting() argument
159 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
207 ARRAY_SIZE(pfds0), abbrev); in main()
210 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"
/external/strace/tests-mx32/
Dpoll.c90 const unsigned int abbrev) in print_pollfd_array_entering() argument
101 if (i >= abbrev) { in print_pollfd_array_entering()
113 const unsigned int abbrev) in print_pollfd_exiting() argument
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
122 if (*seen > abbrev) { in print_pollfd_exiting()
153 const unsigned int abbrev) in print_pollfd_array_exiting() argument
159 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
207 ARRAY_SIZE(pfds0), abbrev); in main()
210 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"
/external/strace/tests/
Dpoll.c90 const unsigned int abbrev) in print_pollfd_array_entering() argument
101 if (i >= abbrev) { in print_pollfd_array_entering()
113 const unsigned int abbrev) in print_pollfd_exiting() argument
115 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev) in print_pollfd_exiting()
122 if (*seen > abbrev) { in print_pollfd_exiting()
153 const unsigned int abbrev) in print_pollfd_array_exiting() argument
159 print_pollfd_exiting(&pfd[i], &seen, abbrev); in print_pollfd_array_exiting()
184 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; in main() local
207 ARRAY_SIZE(pfds0), abbrev); in main()
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev); in main()
[all …]
/external/strace/
Ds390.c490 if (!abbrev(tcp)) { in print_sthyi_machine()
506 if (!abbrev(tcp)) { in print_sthyi_machine()
528 if (!abbrev(tcp)) { in print_sthyi_machine()
562 if (!abbrev(tcp) && hdr->infpflg1) in print_sthyi_partition()
570 if (!abbrev(tcp) && hdr->infpflg2) /* Reserved */ in print_sthyi_partition()
580 if (!abbrev(tcp) && hdr->infpval1) in print_sthyi_partition()
591 if (!abbrev(tcp) && hdr->infpval2) /* Reserved */ in print_sthyi_partition()
606 if (!abbrev(tcp) && !IS_ARRAY_ZERO(hdr->reserved_1__)) in print_sthyi_partition()
612 if (!abbrev(tcp)) { in print_sthyi_partition()
652 if (!abbrev(tcp) && hdr->infyflg1) in print_sthyi_hypervisor()
[all …]
Dloop.c55 if (!abbrev(tcp)) { in decode_loop_info()
63 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
80 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
87 if (!abbrev(tcp)) in decode_loop_info()
107 if (!abbrev(tcp)) { in decode_loop_info64()
122 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
135 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
143 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()
/external/elfutils/libdw/
Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr_data (Dwarf_Abbrev *abbrev, size_t idx, in dwarf_getabbrevattr_data() argument
44 if (abbrev == NULL) in dwarf_getabbrevattr_data()
48 const unsigned char *attrp = abbrev->attrp; in dwarf_getabbrevattr_data()
82 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset; in dwarf_getabbrevattr_data()
89 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, in INTDEF()
92 return INTUSE(dwarf_getabbrevattr_data) (abbrev, idx, namep, formp, in INTDEF()
Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren() argument
42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag() argument
42 return abbrev == NULL ? 0 : abbrev->tag; in dwarf_getabbrevtag()
Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode() argument
42 return abbrev == NULL ? 0 : abbrev->code; in dwarf_getabbrevcode()
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_getattrcnt.c38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) in dwarf_getattrcnt() argument
40 if (abbrev == NULL) in dwarf_getattrcnt()
43 const unsigned char *abbrevp = abbrev->attrp; in dwarf_getattrcnt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-abbrev-forms.s86 .byte 0 # End of abbrev
87 .byte 0 # End of abbrev
100 .byte 0 # End of abbrev
101 .byte 0 # End of abbrev
106 .byte 0 # End of abbrev
107 .byte 0 # End of abbrev
114 .byte 0 # End of abbrev
115 .byte 0 # End of abbrev
120 .byte 0 # End of abbrev
121 .byte 0 # End of abbrev
[all …]
Ddebug-names-verify-abbrev-duplicate.s54 .byte 0 # End of abbrev
55 .byte 0 # End of abbrev
60 .byte 0 # End of abbrev
61 .byte 0 # End of abbrev
62 .byte 0 # End of abbrev list
Ddebug-names-misaligned.s40 .byte 0 # End of abbrev
41 .byte 0 # End of abbrev
42 .byte 0 # End of abbrev list
72 .byte 0 # End of abbrev
73 .byte 0 # End of abbrev
74 .byte 0 # End of abbrev list
/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()

12345678