/external/elfutils/tests/ |
D | run-show-abbrev.sh | 23 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 …]
|
D | run-readelf-const-values.sh | 67 [ 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 …]
|
D | run-readelf-discr.sh | 81 [ b] compile_unit abbrev: 1 89 [ 2d] structure_type abbrev: 2 102 [ 47] member abbrev: 3 109 [ 52] variant_part abbrev: 4 111 [ 57] variant abbrev: 5 114 [ 64] variant_part abbrev: 4 116 [ 69] variant abbrev: 6 118 [ 72] variant abbrev: 7 119 [ 73] member abbrev: 3 126 [ 81] variant abbrev: 5 [all …]
|
D | run-readelf-dwz-multi.sh | 87 [ 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 …]
|
D | run-readelf-types.sh | 30 [ 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 …]
|
D | run-readelf-zdebug-rel.sh | 54 [ 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 …]
|
D | show-abbrev.c | 67 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()
|
/external/strace/tests-mx32/ |
D | poll.c | 90 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 …]
|
D | poll.test | 11 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/ |
D | poll.c | 90 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 …]
|
D | poll.test | 11 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-m32/ |
D | poll.c | 90 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/elfutils/libdw/ |
D | dwarf_getabbrevattr.c | 40 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()
|
D | dwarf_getabbrevcode.c | 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode() argument 42 return abbrev == NULL ? 0 : abbrev->code; in dwarf_getabbrevcode()
|
D | dwarf_abbrevhaschildren.c | 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren() argument 42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
|
D | dwarf_getabbrevtag.c | 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag() argument 42 return abbrev == NULL ? 0 : abbrev->tag; in dwarf_getabbrevtag()
|
D | dwarf_offabbrev.c | 44 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()
|
D | dwarf_getattrcnt.c | 38 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/strace/ |
D | s390.c | 490 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 …]
|
D | loop.c | 55 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()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-verify-abbrev-forms.s | 86 .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 …]
|
D | debug-names-verify-abbrev-duplicate.s | 54 .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
|
D | debug-names-misaligned.s | 40 .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/llvm-project/llvm/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 66 abbrev.Add(llvm::BitCodeAbbrevOp(Value)); in emitOp() 81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 82 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, Width)); in emitOp() 106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 107 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, Width)); in emitOp() 123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 124 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Char6)); in emitOp() 141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() argument 142 abbrev.Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Blob)); in emitOp() [all …]
|
/external/openssh/ |
D | logintest.c | 225 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()
|