Lines Matching refs:Elf
113 Elf *core; /* non-NULL if we need to free it. */
152 Elf *elf;
193 char *elfdir; /* The dir where we found the main Elf. */
198 Elf *alt_elf; /* Elf for alt Dwarf. */
380 dwfl_adjusted_st_value (Dwfl_Module *mod, Elf *symelf, GElf_Addr addr)
390 dwfl_deadjust_st_value (Dwfl_Module *mod, Elf *symelf, GElf_Addr addr)
423 /* Elf for /proc/PID/exe. Set to NULL if it couldn't be opened. */
424 Elf *elf;
463 Elf **elfp, Dwarf_Addr *biasp,
475 ELF_C_RDWR_MMAP if you intend to modify the Elf file on disk). After
479 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
490 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
498 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf,
531 extern int __libdwfl_find_elf_build_id (Dwfl_Module *mod, Elf *elf,
541 extern int __libdwfl_find_build_id (Dwfl_Module *mod, bool set, Elf *elf)
560 extern bool __libdwfl_elf_address_range (Elf *elf, GElf_Addr base,
572 Elf *elf, GElf_Addr base,
626 /* Open Elf handle on *FDP. This handles decompression and checks
630 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
634 /* Same as __libdw_open_file, but opens Elf handle from memory region. */
635 extern Dwfl_Error __libdw_open_elf_memory (char *data, size_t size, Elf **elfp,
641 extern Dwfl_Error __libdw_open_elf (int fd, Elf **elfp) internal_function;
645 extern bool __libdwfl_dynamic_vaddr_get (Elf *elf, GElf_Addr *vaddrp)
679 void *arg, Elf **elfp);
687 Elf *elf;