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

  /external/elfutils/libdw/
dwarf_cu_getdwarf.c 1 /* Retrieve Dwarf descriptor underlying a Dwarf_CU.
39 dwarf_cu_getdwarf (Dwarf_CU *cu)
dwarf_sig8_hash.h 33 #define TYPE struct Dwarf_CU *
libdw_findcu.c 41 struct Dwarf_CU *cu1 = (struct Dwarf_CU *) arg1;
42 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2;
64 struct Dwarf_CU *
102 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU);
135 struct Dwarf_CU *
144 struct Dwarf_CU fake = { .start = start, .end = 0 };
145 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb)
    [all...]
dwarf_end.c 52 struct Dwarf_CU *p = (struct Dwarf_CU *) arg;
dwarf_cu_die.c 38 dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result, Dwarf_Half *versionp,
dwarf_decl_file.c 58 struct Dwarf_CU *cu = die->cu;
dwarf_getlocation_implicit_pointer.c 38 static Dwarf_CU empty_cu = { .startp = &empty_exprloc,
dwarf_getsrcfiles.c 53 struct Dwarf_CU *const cu = cudie->cu;
dwarf_tag.c 39 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code)
dwarf_getlocation_attr.c 36 static Dwarf_CU *
libdwP.h 190 struct Dwarf_CU *fake_loc_cu;
286 struct Dwarf_CU
439 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
443 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset, bool tu)
447 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
452 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
481 extern size_t __libdw_form_val_compute_len (struct Dwarf_CU *cu,
489 __libdw_form_val_len (struct Dwarf_CU *cu, unsigned int form,
714 cu_sec_idx (struct Dwarf_CU *cu)
dwarf_child.c 143 struct Dwarf_CU *cu = die->cu;
dwarf_formref_die.c 44 struct Dwarf_CU *cu = attr->cu;
libdw_form.c 42 __libdw_form_val_compute_len (struct Dwarf_CU *cu, unsigned int form,
libdw.h 115 struct Dwarf_CU;
116 typedef struct Dwarf_CU Dwarf_CU;
127 struct Dwarf_CU *cu;
144 struct Dwarf_CU *cu;
267 Dwarf_CU handle. This function returns the DWARF descriptor for
268 that Dwarf_CU. */
269 extern Dwarf *dwarf_cu_getdwarf (Dwarf_CU *cu);
370 with a particular Dwarf_CU handle. This function returns the CU or
371 type unit DIE and header information for that Dwarf_CU. Th
    [all...]
dwarf_getabbrev.c 40 __libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset,
dwarf_begin_elf.c 193 result->fake_loc_cu = (Dwarf_CU *) calloc (1, sizeof (Dwarf_CU));
dwarf_getmacros.c 358 Dwarf_CU fake_cu = {
dwarf_getlocation.c 589 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block,
dwarf_getsrclines.c 916 struct Dwarf_CU *const cu = cudie->cu;
  /external/elfutils/libdwfl/
cu.c 197 struct Dwarf_CU dwkey;
  /external/elfutils/src/
readelf.c     [all...]

Completed in 89 milliseconds