Home | History | Annotate | Download | only in libdw

Lines Matching refs:Elf

236 /* Opaque type representing a CFI section found in a DWARF or ELF file.  */
259 /* Create a handle for a new debug session for an ELF file. */
260 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
262 /* Retrieve ELF descriptor used for DWARF access. */
263 extern Elf *dwarf_getelf (Dwarf *dwarf);
308 The E_IDENT from the originating ELF file indicates the address
337 /* Use the CFI in the ELF file's exception-handling data.
339 The pointer returned can be used until elf_end is called on ELF,
342 extern Dwarf_CFI *dwarf_getcfi_elf (Elf *elf);