OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbg_alt
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/tests/
allfcts.c
55
Dwarf *
dbg_alt
= dwarf_begin (fd, DWARF_C_READ);
local
56
if (
dbg_alt
== NULL)
58
if (elf_cntl (dwarf_getelf (
dbg_alt
), ELF_C_FDREAD) != 0)
61
dwarf_setalt (main,
dbg_alt
);
62
return
dbg_alt
;
80
Dwarf *
dbg_alt
= setup_alt (dbg);
local
101
dwarf_end (
dbg_alt
);
Completed in 252 milliseconds