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

/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c77 size_t cuhl; local
80 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0;
84 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c1077 size_t cuhl; local
1112 while (!dwarf_nextcu(self->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1114 diep = dwarf_offdie(self->dbg, off + cuhl, &pf->cu_die);
1550 size_t cuhl; local
1573 if (dwarf_nextcu(self->dbg, off, &noff, &cuhl,
1578 diep = dwarf_offdie(self->dbg, off + cuhl, &lf.cu_die);
/external/elfutils/0.153/src/
H A Dreadelf.c5833 size_t cuhl; local
5842 if (dwarf_next_unit (dbg, offset, &nextcu, &cuhl, &version,
5878 offset += cuhl;

Completed in 95 milliseconds