Searched defs:Dwarf_CU (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/include/elfutils/
H A Dlibdw.h115 struct Dwarf_CU;
116 typedef struct Dwarf_CU Dwarf_CU; typedef in typeref:struct: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
[all...]
/external/elfutils/src/libdw/
H A Dlibdw.h115 struct Dwarf_CU;
116 typedef struct Dwarf_CU Dwarf_CU; typedef in typeref:struct: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
[all...]
H A DlibdwP.h193 struct Dwarf_CU *fake_loc_cu;
289 struct Dwarf_CU struct
448 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
452 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset, bool tu)
456 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
461 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
490 extern size_t __libdw_form_val_compute_len (struct Dwarf_CU *cu,
498 __libdw_form_val_len (struct Dwarf_CU *cu, unsigned int form,
722 cu_sec_idx (struct Dwarf_CU *cu)

Completed in 209 milliseconds