Lines Matching defs:name
42 open_elf_file (Elf **elf, int *fd, char **name)
50 /* If there was a pre-primed file name left that the callback left
51 behind, try to open that file name. */
52 if (*fd < 0 && *name != NULL)
53 *fd = TEMP_FAILURE_RETRY (open (*name, O_RDONLY));
78 Dwfl_Error error = open_elf_file (&file->elf, &file->fd, &file->name);
170 a file by name that doesn't match that ID. */
217 &mod->main.name,
275 /* The magic section is only identified by name. */
539 mod->main.name,
542 &mod->debug.name);
552 the main or debug name from which the Dwarf was created. */
576 Otherwise open either the given file name or use the fd
955 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
956 if (name == NULL)
959 if (!strcmp (name, ".gnu_debugdata"))
1401 find_debug_altlink (mod, mod->main.name);
1422 find_debug_altlink (mod, mod->debug.name);