Home | History | Annotate | Download | only in src

Lines Matching defs:ebl

473   /* Get the EBL handling.  Removing all debugging symbols with the -g
476 we need EBL so don't open the backend unless necessary. */
477 Ebl *ebl = NULL;
480 ebl = ebl_openbackend (elf);
481 if (ebl == NULL)
483 error (0, errno, gettext ("cannot open EBL backend"));
729 : ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr,
1778 if (! tname || ! ebl_debugscn_p (ebl, tname))
1816 Elf_Type type = ebl_reloc_simple_type (ebl, rtype);
1836 if (ebl_debugscn_p (ebl, shdr_info[sec].name))
2190 /* Close the EBL backend. */
2191 if (ebl != NULL)
2192 ebl_closebackend (ebl);