Home
last modified time | relevance | path

Searched refs:Dwarf_CU (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libdw/
Dlibdw_findcu.c63 struct Dwarf_CU *cu1 = (struct Dwarf_CU *) arg1; in findcu_cb()
64 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2; in findcu_cb()
87 struct Dwarf_CU *
93 struct Dwarf_CU fake = { .start = start, .end = 0 };
94 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
129 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU);
DlibdwP.h263 struct Dwarf_CU struct
362 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset)
366 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
371 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
377 extern size_t __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu,
Ddwarf_end.c71 struct Dwarf_CU *p = (struct Dwarf_CU *) arg; in cu_free()
Ddwarf_getsrcfiles.c70 struct Dwarf_CU *const cu = cudie->cu; in dwarf_getsrcfiles()
Ddwarf_decl_file.c78 struct Dwarf_CU *cu = die->cu; in dwarf_decl_file()
Dlibdw.h135 struct Dwarf_CU;
146 struct Dwarf_CU *cu;
163 struct Dwarf_CU *cu;
Ddwarf_tag.c60 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) in __libdw_findabbrev()
Dlibdw_form.c63 __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu, unsigned int form, in __libdw_form_val_len()
Ddwarf_getabbrev.c64 struct Dwarf_CU *cu;
Ddwarf_child.c188 struct Dwarf_CU *cu = die->cu;
Ddwarf_getlocation.c115 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block, in getlocation()
DChangeLog85 * libdwP.h (struct Dwarf_CU): New member `version'.
874 * libdwP.h (struct Dwarf_CU): Add offset_size member.
895 Add locs member to struct Dwarf_CU.
951 (struct Dwarf_CU): Add lines and nlines members.
Ddwarf_getsrclines.c124 struct Dwarf_CU *const cu = cudie->cu; in dwarf_getsrclines()
/external/elfutils/libdwfl/
Dcu.c188 struct Dwarf_CU dwkey; in intern_cu()