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

1 2 3 4 5 6

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? -1 : abbrev->has_children;
dwarf_getabbrevcode.c 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? 0 : abbrev->code;
dwarf_getabbrevtag.c 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev)
42 return abbrev == NULL ? 0 : abbrev->tag;
dwarf_getattrcnt.c 38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
40 if (abbrev == NULL)
43 *attrcntp = abbrev->attrcnt;
dwarf_offabbrev.c 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
47 if (abbrev == NULL)
50 return abbrev == DWARF_END_ABBREV ? 1 : 0;
dwarf_getabbrevattr.c 40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep,
43 if (abbrev == NULL)
47 const unsigned char *attrp = abbrev->attrp;
73 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
dwarf_siblingof.c 93 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
95 else if (this_die.abbrev->has_children)
123 this_die.abbrev = NULL;
  /external/elfutils/tests/
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 =
    [all...]
show-abbrev.c 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); local
60 if (abbrev == NULL || abbrev == DWARF_END_ABBREV)
64 unsigned tag = dwarf_getabbrevtag (abbrev);
73 unsigned code = dwarf_getabbrevcode (abbrev);
82 int children = dwarf_abbrevhaschildren (abbrev);
91 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
95 if (dwarf_getattrcnt (abbrev, &attrcnt) != 0)
108 if (dwarf_getabbrevattr (abbrev, j, &attr_num, &attr_form,
110 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n"
    [all...]
  /external/strace/tests/
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"
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
poll.c 89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /external/strace/tests-m32/
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"
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
poll.c 89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /external/strace/tests-mx32/
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"
uname.c 12 int abbrev = ac > 1; local
19 if (abbrev) {
uname.test 13 run_prog "../$NAME" abbrev > /dev/null
poll.c 89 const unsigned int abbrev)
100 if (i >= abbrev) {
112 const unsigned int abbrev)
114 if (!pfd->revents || pfd->fd < 0 || *seen > abbrev)
121 if (*seen > abbrev) {
152 const unsigned int abbrev)
158 print_pollfd_exiting(&pfd[i], &seen, abbrev);
176 const unsigned int abbrev = (ac > 1) ? atoi(av[1]) : -1; local
196 ARRAY_SIZE(pfds0), abbrev);
199 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
    [all...]
  /external/llvm/utils/git-svn/
git-svnup 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
  /external/strace/
loop.c 54 if (!abbrev(tcp)) {
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
83 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
90 if (!abbrev(tcp))
110 if (!abbrev(tcp)) {
127 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
142 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
152 if (!abbrev(tcp))
statx.c 74 if (!abbrev(tcp))
80 if (!abbrev(tcp)) {
89 if (!abbrev(tcp))
94 if (!abbrev(tcp)) {
  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 47 this->PushUint8(0); // Add abbrev table terminator.
72 const Vector& abbrev = it.first->first; local
73 this->Pop(); // Remove abbrev table terminator.
75 this->PushData(abbrev.data(), abbrev.size());
78 this->PushUint8(0); // Add abbrev table terminator.
84 // Get the next free abbrev code.

Completed in 488 milliseconds

1 2 3 4 5 6