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

  /external/elfutils/src/libdw/
dwarf_diecu.c 47 *result = CUDIE (die->cu);
dwarf_cu_die.c 52 *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_entry_breakpoints.c 69 Dwarf_Die cudie = CUDIE (die->cu); local
72 if (INTUSE(dwarf_getsrclines) (&cudie, &lines, &nlines) < 0)
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);
libdwP.h 340 #define CUDIE(fromcu) \
758 /* Load and return value of DW_AT_comp_dir from CUDIE. */
759 const char *__libdw_getcompdir (Dwarf_Die *cudie);
dwarf_getlocation.c 601 Dwarf_Die cudie = CUDIE (attr->cu); local
609 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
610 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
  /external/elfutils/src/src/
readelf.c 6280 Dwarf_Die cudie; local
6557 Dwarf_Die cudie; local
7038 Dwarf_Die cudie; local
7201 Dwarf_Die cudie; local
    [all...]

Completed in 422 milliseconds