Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Elf

86   DWFL_ERROR (NO_PHDR, N_("No ELF program headers"))			      \
91 DWFL_ERROR (ALREADY_ELF, N_("ELF file opened")) \
92 DWFL_ERROR (BADELF, N_("not a valid ELF file")) \
138 Elf *elf;
164 Elf_Data *symdata; /* Data in the ELF symbol table section. */
246 ELF_C_RDWR_MMAP if you intend to modify the Elf file on disk). After
250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
255 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
263 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf,
287 /* Look in ELF for an NT_GNU_BUILD_ID note. If SET is true, store it
291 extern int __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf)
304 Consumes ELF on success, not on failure. */
307 Elf *elf, GElf_Addr base)
335 void *arg, Elf **elfp);
363 extern int dwfl_core_file_report (Dwfl *dwfl, Elf *elf, const GElf_Ehdr *ehdr);