OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cuoff
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/tests/
show-abbrev.c
51
Dwarf_Off
cuoff
= 0;
local
54
while (dwarf_nextcu (dbg,
cuoff
, &
cuoff
, &hsize, NULL, NULL, NULL) == 0)
128
old_cuoff =
cuoff
;
get-lines.c
56
Dwarf_Off
cuoff
= 0;
local
62
while (dwarf_nextcu (dbg,
cuoff
, &
cuoff
, &hsize, &ao, &asz, &osz) == 0)
66
asz, osz, (unsigned long long int)
cuoff
);
77
old_cuoff =
cuoff
;
show-die-info.c
233
Dwarf_Off
cuoff
;
local
257
cuoff
= dwarf_cuoffset (die);
262
printf ("%*s CU offset : %lld\n", n * 5, "", (long long int)
cuoff
);
/external/elfutils/libdwfl/
cu.c
186
intern_cu (Dwfl_Module *mod, Dwarf_Off
cuoff
, struct dwfl_cu **result)
192
dwkey.start =
cuoff
- (3 * 0 - 4 + 3);
199
if (unlikely (
cuoff
+ 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
221
Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw,
cuoff
, &cu->die);
255
Dwarf_Off
cuoff
;
local
261
cuoff
= 0;
267
cuoff
= lastcu->die.cu->end;
275
int end = INTUSE(dwarf_nextcu) (mod->dw,
cuoff
, &nextoff, &cuhdrsz,
285
Dwfl_Error result = intern_cu (mod,
cuoff
+ cuhdrsz, nextp);
Completed in 62 milliseconds