Lines Matching refs:Dwarf
67 static Dwarf *
68 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp) in check_section()
173 static Dwarf *
174 valid_p (Dwarf *result) in valid_p()
216 static Dwarf *
217 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr) in global_read()
228 static Dwarf *
229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp) in scngrp_read()
287 Dwarf *
309 assert (sizeof (struct Dwarf) < mem_default_size); in dwarf_begin_elf()
312 Dwarf *result = (Dwarf *) calloc (1, sizeof (Dwarf) + mem_default_size); in dwarf_begin_elf()