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

  /external/elfutils/libdw/
dwarf_diecu.c 44 *result = CUDIE (die->cu);
dwarf_cu_info.c 41 Dwarf_Die *cudie, Dwarf_Die *subdie,
54 if (cudie != NULL)
59 *cudie = CUDIE (cu);
82 *subdie = CUDIE(split_cu);
dwarf_attr_integrate.c 67 Dwarf_Die skel_die = CUDIE (skel_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_hasattr_integrate.c 67 Dwarf_Die skel_die = CUDIE (skel_cu);
dwarf_get_units.c 41 Dwarf_Die *cudie, Dwarf_Die *subdie)
95 if (cudie != NULL)
100 *cudie = CUDIE (next);
102 memset (cudie, '\0', sizeof (Dwarf_Die));
119 *subdie = CUDIE(split_cu);
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_getsrcfiles.c 39 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles)
41 if (cudie == NULL)
43 if (! is_cudie (cudie))
52 struct Dwarf_CU *const cu = cudie->cu;
70 __libdw_getcompdir (cudie),
79 Dwarf_Die skeldie = CUDIE (skel);
92 res = INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines);
dwarf_getscopevar.c 43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
libdw_find_split_unit.c 102 Dwarf_Die cudie = CUDIE (cu); local
106 if (dwarf_attr (&cudie, DW_AT_dwo_name, &dwo_name) != NULL
107 || dwarf_attr (&cudie, DW_AT_GNU_dwo_name, &dwo_name) != NULL)
124 dwarf_attr (&cudie, DW_AT_comp_dir, &compdir);
dwarf_aggregate_size.c 102 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 456 #define CUDIE(fromcu) \
926 is_cudie (Dwarf_Die *cudie)
928 return cudie->cu != NULL && CUDIE (cudie->cu).addr == cudie->addr;
965 /* Load and return value of DW_AT_comp_dir from CUDIE. */
966 const char *__libdw_getcompdir (Dwarf_Die *cudie);
978 Dwarf_Die cu_die = CUDIE(cu);
1019 Dwarf_Die cu_die = CUDIE(cu)
    [all...]
libdw_findcu.c 178 /* This is a reasonable guess (and needed to get the CUDIE). */
181 /* But set it correctly from the actual CUDIE tag. */
182 Dwarf_Die cudie = CUDIE (newp); local
183 int tag = INTUSE(dwarf_tag) (&cudie);
187 if (INTUSE(dwarf_attr) (&cudie, DW_AT_GNU_dwo_id, &dwo_id) != NULL)
192 if (INTUSE(dwarf_haschildren) (&cudie) == 0
193 && INTUSE(dwarf_hasattr) (&cudie,
dwarf_getlocation.c 692 Dwarf_Die cudie = CUDIE (cu); local
700 if (INTUSE(dwarf_lowpc) (&cudie, &base) != 0
701 && INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (&cudie,
dwarf_getsrclines.c 1148 __libdw_getcompdir (Dwarf_Die *cudie)
1151 Dwarf_Attribute *compdir_attr = INTUSE(dwarf_attr) (cudie,
1158 dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines)
1160 if (cudie == NULL)
1162 if (! is_cudie (cudie))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
dwarf2yaml.cpp 242 auto CUDIE = CU->getUnitDIE();
243 if (!CUDIE)
246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 156 const auto *CUDIE = CU->getUnitDIE();
157 if (CUDIE == nullptr)
159 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp     [all...]
  /external/elfutils/src/
readelf.c 5146 Dwarf_Die cudie; local
5545 Dwarf_Die cudie; local
5662 Dwarf_Die cudie; local
5975 Dwarf_Die cudie; local
7305 Dwarf_Die cudie; local
7577 Dwarf_Die cudie; local
7865 Dwarf_Die cudie; local
8984 Dwarf_Die cudie; local
9350 Dwarf_Die cudie; local
9591 Dwarf_Die cudie; local
9756 Dwarf_Die cudie; local
10260 Dwarf_Die cudie; local
    [all...]

Completed in 2937 milliseconds