Home | History | Annotate | Download | only in src

Lines Matching defs:ebl

439   /* Get the EBL handling.  The -g option is currently the only reason
440 we need EBL so dont open the backend unless necessary. */
441 Ebl *ebl = NULL;
444 ebl = ebl_openbackend (elf);
445 if (ebl == NULL)
447 error (0, errno, gettext ("cannot open EBL backend"));
664 if (ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
1733 /* Close the EBL backend. */
1734 if (ebl != NULL)
1735 ebl_closebackend (ebl);