Searched refs:reporterror (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_memory.c42 _libelf_memory(unsigned char *image, size_t sz, int reporterror) argument
79 if (reporterror) {
93 return (_libelf_ar_open(e, reporterror));
H A Dlibelf_open.c124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) argument
225 if ((e = _libelf_memory(m, fsize, reporterror)) == NULL) {
H A Dlibelf_ar_util.c229 _libelf_ar_open(Elf *e, int reporterror) argument
353 if (!reporterror) {

Completed in 64 milliseconds