Lines Matching defs:get
367 /* Now get the ELF descriptor. */
632 /* If we cannot get the CU DIE there is no need to go on with
742 error_exit (0, _("cannot get section header string table index"));
1214 struct getdbg *get = (struct getdbg *) arg;
1215 if (get != NULL && get->name != NULL && strcmp (get->name, name) == 0)
1218 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias);
1234 error_exit (0, _("cannot get section header string table index"));
1302 struct getdbg get = { .name = fname, .dbg = &dbg };
1303 dwfl_getmodules (dwfl, &getdbg_dwflmod, &get, 0);