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

  /external/elfutils/libdw/
dwarf_diecu.c 44 *result = CUDIE (die->cu);
dwarf_cu_die.c 46 *result = CUDIE (cu);
dwarf_decl_file.c 66 (void) INTUSE(dwarf_getsrclines) (&CUDIE (cu), &lines, &nlines);
dwarf_getscopes_die.c 68 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL };
dwarf_func_inline.c 99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL };
dwarf_getfuncs.c 96 dwarf_getfuncs (Dwarf_Die *cudie, int (*callback) (Dwarf_Die *, void *),
99 if (unlikely (cudie == NULL
100 || INTUSE(dwarf_tag) (cudie) != DW_TAG_compile_unit))
103 int lang = INTUSE(dwarf_srclang) (cudie);
110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu),
dwarf_getscopevar.c 43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
dwarf_ranges.c 133 Dwarf_Die cudie = CUDIE (attr->cu); local
140 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
141 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_aggregate_size.c 100 Dwarf_Die cu = CUDIE (die->cu);
dwarf_entry_breakpoints.c 111 Dwarf_Die cudie = CUDIE (die->cu); local
114 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
libdwP.h 337 #define CUDIE(fromcu) \
720 is_cudie (Dwarf_Die *cudie)
722 return CUDIE (cudie->cu).addr == cudie->addr;
756 /* Load and return value of DW_AT_comp_dir from CUDIE. */
757 const char *__libdw_getcompdir (Dwarf_Die *cudie);
dwarf_getlocation.c 631 Dwarf_Die cudie = CUDIE (attr->cu); local
639 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
640 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 156 const auto *CUDIE = CU->getUnitDIE();
157 if (CUDIE == nullptr)
159 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset(
  /external/elfutils/src/
readelf.c 6386 Dwarf_Die cudie; local
6663 Dwarf_Die cudie; local
7144 Dwarf_Die cudie; local
7308 Dwarf_Die cudie; local
    [all...]

Completed in 250 milliseconds