Home | History | Annotate | Download | only in src

Lines Matching refs:Elf

74 static Elf *core = NULL;
117 Elf *elf = dwfl_module_getelf (mod, &bias);
118 if (elf)
121 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
137 /* Forces resolving of main elf and debug files. */
139 Elf *elf = dwfl_module_getelf (mod, &bias);
165 if (elf != NULL)
676 N_("Show module memory map with build-id, elf and debug files detected"), 0 },