OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUDIE
(Results
1 - 8
of
8
) sorted by null
/external/elfutils/libdw/
dwarf_decl_file.c
86
(void) INTUSE(dwarf_getsrclines) (&
CUDIE
(cu), &lines, &nlines);
dwarf_getscopes_die.c
89
struct Dwarf_Die_Chain cu = { .die =
CUDIE
(die->cu), .parent = NULL };
dwarf_func_inline.c
119
struct Dwarf_Die_Chain cu = { .die =
CUDIE
(func->cu), .parent = NULL };
dwarf_getscopevar.c
64
return INTUSE(dwarf_getsrcfiles) (&
CUDIE
(die->cu), files, NULL);
dwarf_ranges.c
104
Dwarf_Die
cudie
=
CUDIE
(attr->cu);
local
111
if (unlikely (INTUSE(dwarf_lowpc) (&
cudie
, basep) != 0)
112
&& INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&
cudie
,
dwarf_entry_breakpoints.c
90
Dwarf_Die
cudie
=
CUDIE
(die->cu);
local
93
if (INTUSE(dwarf_getsrclines) (&
cudie
, &lines, &nlines) < 0)
libdwP.h
302
#define
CUDIE
(fromcu) \
dwarf_getlocation.c
460
Dwarf_Die
cudie
=
CUDIE
(attr->cu);
local
468
if (unlikely (INTUSE(dwarf_lowpc) (&
cudie
, &base) != 0)
469
&& INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&
cudie
,
Completed in 116 milliseconds