Searched refs:cuhl (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/tests/
H A Drun-get-files.sh32 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191
36 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617
50 cuhl = 11, o = 412, asz = 4, osz = 4, ncu = 5752
54 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 2418
65 cuhl = 11, o = 213, asz = 4, osz = 4, ncu = 2521
69 cuhl = 11, o = 267, asz = 4, osz = 4, ncu = 2680
H A Dget-files.c60 size_t cuhl; local
63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
65 printf ("cuhl = %zu, o = %llu, asz = %hhu, osz = %hhu, ncu = %llu\n",
66 cuhl, (unsigned long long int) ao,
70 Dwarf_Die *die = dwarf_offdie (dbg, o + cuhl, &die_mem);
H A Dallfcts.c60 size_t cuhl; local
63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
66 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem);
H A Drun-get-lines.sh32 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191
39 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617
45 cuhl = 11, o = 412, asz = 4, osz = 4, ncu = 5752
51 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 2418
57 cuhl = 11, o = 213, asz = 4, osz = 4, ncu = 2521
63 cuhl = 11, o = 267, asz = 4, osz = 4, ncu = 2680
H A Ddwflmodtest.c197 size_t cuhl; local
200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
203 struct info info = { dwarf_offdie (dw, off + cuhl, &die_mem), bias };
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c77 size_t cuhl; local
80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
83 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem);
/external/linux-tools-perf/util/
H A Dprobe-finder.c1518 size_t cuhl; local
1563 while (!dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1565 diep = dwarf_offdie(dbg, off + cuhl, &pf->cu_die);
1997 size_t cuhl; local
2030 if (dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) != 0)
2034 diep = dwarf_offdie(dbg, off + cuhl, &lf.cu_die);
/external/elfutils/src/
H A Dreadelf.c4409 size_t cuhl; local
4416 if (dwarf_nextcu (dbg, offset, &nextcu, &cuhl, &abbroffset, &addrsize,
4432 offset += cuhl;

Completed in 203 milliseconds