HomeSort by relevance Sort by last modified time
    Searched refs:cuoff (Results 1 - 6 of 6) sorted by null

  /external/elfutils/tests/
dwarf-ranges.c 35 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); local
40 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem);
show-abbrev.c 43 Dwarf_Off cuoff = 0; local
46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0)
128 old_cuoff = cuoff;
get-lines.c 49 Dwarf_Off cuoff = 0; local
55 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
59 asz, osz, (unsigned long long int) cuoff);
70 old_cuoff = cuoff;
dwarf-getmacros.c 125 ptrdiff_t cuoff = strtol (argv[2], NULL, 0); local
131 Dwarf_Die cudie_mem, *cudie = dwarf_offdie (dbg, cuoff, &cudie_mem);
show-die-info.c 67 Dwarf_Off cuoff; local
90 cuoff = dwarf_cuoffset (die);
95 printf ("%*s CU offset : %lld\n", n * 5, "", (long long int) cuoff);
  /external/elfutils/libdwfl/
cu.c 171 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
173 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
190 /* Make sure the cuoff points to a real DIE. */
192 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie);
245 Dwarf_Off cuoff; local
251 cuoff = 0;
257 cuoff = lastcu->die.cu->end;
265 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
275 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);

Completed in 160 milliseconds