HomeSort by relevance Sort by last modified time
    Searched full:cudie (Results 26 - 41 of 41) sorted by null

12

  /external/elfutils/libdw/
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);
libdw.h 592 extern int dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines,
599 extern int dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files,
605 extern Dwarf_Line *dwarf_getsrc_die (Dwarf_Die *cudie, Dwarf_Addr addr);
759 extern int dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc,
806 /* Get functions in CUDIE. The given callback will be called for all
816 extern ptrdiff_t dwarf_getfuncs (Dwarf_Die *cudie,
849 /* Iterate through the macro unit referenced by CUDIE and call
    [all...]
dwarf_aggregate_size.c 100 Dwarf_Die cu = CUDIE (die->cu);
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,
dwarf_getscopevar.c 43 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
ChangeLog     [all...]
  /external/elfutils/libdwfl/
cu.c 192 Dwarf_Die cudie; local
193 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie);
219 cu->die = cudie;
libdwfl.h 568 extern Dwfl_Module *dwfl_cumodule (Dwarf_Die *cudie);
573 extern int dwfl_getsrclines (Dwarf_Die *cudie, size_t *nlines);
576 extern Dwfl_Line *dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
    [all...]
  /external/elfutils/src/
addr2line.c 326 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias); local
329 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
365 if (dwarf_getsrcfiles (cudie, &files, NULL) == 0)
738 Dwarf_Die *cudie = dwfl_module_addrdie (mod, addr, &bias); local
741 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
760 && dwarf_getsrcfiles (cudie, &files, NULL) == 0)
nm.c 645 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem); local
649 if (cudie == NULL)
652 if (dwarf_tag (cudie) != DW_TAG_compile_unit)
658 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
663 if (dwarf_child (cudie, die) == 0)
1380 Dwarf_Die *cudie = NULL; local
    [all...]
readelf.c 6386 Dwarf_Die cudie; local
6663 Dwarf_Die cudie; local
7144 Dwarf_Die cudie; local
7308 Dwarf_Die cudie; local
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 204 const auto *CUDie = OrigUnit.getUnitDIE(false);
205 unsigned Lang = CUDie->getAttributeValueAsUnsignedConstant(
216 CUDie(std::move(RHS.CUDie)), StartOffset(RHS.StartOffset),
227 DIE *getOutputUnitDIE() const { return CUDie; }
228 void setOutputUnitDIE(DIE *Die) { CUDie = Die; }
337 DIE *CUDie; ///< Root of the linked DIE tree.
402 if (CUDie)
403 NextUnitOffset += CUDie->getSize();
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 149 const auto *CUDIE = CU->getUnitDIE();
150 if (CUDIE == nullptr)
152 unsigned stmtOffset = CUDIE->getAttributeValueAsSectionOffset(
  /external/elfutils/tests/
varlocs.c 810 Dwarf_Die cudie; local
813 if (dwarf_diecu (cu, &cudie, &addrsize, &offsize) == NULL)
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 453 assert(CU && "CUDie should belong to a CU.");
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 527 milliseconds

12