Home | History | Annotate | Download | only in src

Lines Matching defs:ebl

49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
50 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx);
156 Ebl *ebl1;
161 Ebl *ebl2;
569 open_file (const char *fname, int *fdp, Ebl **eblp)
579 Ebl *ebl = ebl_openbackend (elf);
580 if (ebl == NULL)
582 gettext ("cannot create EBL descriptor for '%s'"), fname);
585 *eblp = ebl;
591 search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx)
594 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
624 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rel->r_info)))
638 && ebl_copy_reloc_p (ebl, GELF_R_TYPE (rela->r_info)))