Lines Matching defs:melf

48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
67 if (melf)
68 (void) elf_end(melf);
147 Elf * ielf = 0, *oelf = 0, *melf = 0;
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
273 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
314 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
319 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
324 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
338 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
347 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
364 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
370 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
385 cleanup(ielf, oelf, melf, icache, mcache,
470 cleanup(ielf, oelf, melf, icache, mcache,
536 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
553 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
572 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
594 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
599 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
619 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
652 cleanup(ielf, oelf, melf, icache,
712 cleanup(ielf, oelf, melf,
749 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
752 if ((melf = elf_begin(0, ELF_C_IMAGE, oelf)) == NULL) {
754 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
757 if ((mehdr = elf_getehdr(melf)) == NULL) {
759 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
763 if (elf_getshdrnum(melf, &shndx) == -1) {
765 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
773 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
779 for (scn = 0; scn = elf_nextscn(melf, scn); _mcache++) {
783 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
789 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
866 elf_checksum(melf))) {
867 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
877 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
881 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);