Searched refs:oelf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, argument
65 if (oelf)
66 (void) elf_end(oelf);
147 Elf * ielf = 0, *oelf = 0, *melf = 0; local
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);
260 if ((oelf = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL) {
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
273 cleanup(ielf, oelf, mel
[all...]
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c219 Elf *melf, *oelf; local
256 if ((oelf = elf_begin(fd, ELF_C_WRITE, 0)) == NULL) {
265 if ((ehdr = elf_newehdr(oelf)) == NULL) {
292 if ((scn = elf_newscn(oelf)) == NULL) {
359 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) {
368 if ((melf = elf_begin(0, ELF_C_IMAGE, oelf)) == NULL) {
572 if ((elf_update(oelf, ELF_C_WRITE)) == -1) {
577 (void) elf_end(oelf);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c170 int flags, Elf **oelf, Elf *ref, size_t off, const Elf_Kind ekind)
178 Elf *nelf = *oelf;
217 if ((npath != *opath) || (nfd != *ofd) || (nelf != *oelf)) {
219 *opath, npath, *ofd, nfd, *oelf, nelf));
225 *oelf = nelf;
169 ld_sup_open(Ofl_desc *ofl, const char **opath, const char **ofile, int *ofd, int flags, Elf **oelf, Elf *ref, size_t off, const Elf_Kind ekind) argument
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c730 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf)
751 if (nelf != oelf) {
756 dbg_print(lml, MSG_INTL(MSG_FIL_ELFCHANGE), EC_NATPTR(oelf),
729 Dbg_file_modified(Lm_list *lml, const char *obj, const char *oname, const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) argument

Completed in 48 milliseconds