Home | History | Annotate | Download | only in libdw

Lines Matching refs:Dwarf

67 static Dwarf *
68 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
96 /* We recognize the DWARF section by their names. This is not very
172 /* Check whether all the necessary DWARF information is available. */
173 static Dwarf *
174 valid_p (Dwarf *result)
216 static Dwarf *
217 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr)
228 static Dwarf *
229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp)
287 Dwarf *
309 assert (sizeof (struct Dwarf) < mem_default_size);
312 Dwarf *result = (Dwarf *) calloc (1, sizeof (Dwarf) + mem_default_size);
339 /* If the caller provides a section group we get the DWARF
342 sections with the name are ignored. The DWARF specification