Home
last modified time | relevance | path

Searched refs:_elf (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libelf/demo/
H A Dpcom.c111 Elf *_elf; in process_elf() local
130 while ((_elf = elf_begin(fd, cmd, elf)) != NULL) { in process_elf()
134 arhdr = elf_getarhdr(_elf); in process_elf()
145 process_elf(_elf, buffer, fd, 1); in process_elf()
146 cmd = elf_next(_elf); in process_elf()
147 (void) elf_end(_elf); in process_elf()
H A Ddispsyms.c279 Elf *_elf; in process_elf() local
298 while ((_elf = elf_begin(fd, cmd, elf)) != NULL) { in process_elf()
302 arhdr = elf_getarhdr(_elf); in process_elf()
314 process_elf(_elf, buffer, fd, 1); in process_elf()
315 cmd = elf_next(_elf); in process_elf()
316 (void) elf_end(_elf); in process_elf()
H A Dtpcom.c133 Elf *_elf; in process_elf() local
141 while ((_elf = elf_begin(pep->pe_fd, cmd, in process_elf()
147 if ((arhdr = elf_getarhdr(_elf)) == NULL) { in process_elf()
152 cmd = elf_next(_elf); in process_elf()
154 _pep->pe_elf = _elf; in process_elf()
/titanic_50/usr/src/cmd/sgs/ld/common/
H A Dld.c180 Elf *_elf = NULL; in archive() local
188 while (!found && ((_elf = elf_begin(fd, cmd, elf)) != NULL)) { in archive()
189 if ((arhdr = elf_getarhdr(_elf)) == NULL) in archive()
192 switch (elf_kind(_elf)) { in archive()
194 found = archive(fd, _elf, class_ret, mach_ret); in archive()
197 if (gelf_getclass(_elf) == ELFCLASS64) { in archive()
200 if ((ehdr = elf64_getehdr(_elf)) == in archive()
208 if ((ehdr = elf32_getehdr(_elf)) == in archive()
219 cmd = elf_next(_elf); in archive()
220 (void) elf_end(_elf); in archive()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c566 Elf *_elf = NULL; in archive() local
631 if (_elf) in archive()
632 (void) elf_end(_elf); in archive()
638 } else if ((_elf = elf_begin(fd, in archive()
642 } else if ((arhdr = elf_getarhdr(_elf)) == 0) { in archive()
667 if (_elf) in archive()
668 (void) elf_end(_elf); in archive()
689 while ((_elf = elf_begin(fd, cmd, elf)) != NULL) { in archive()
692 if ((arhdr = elf_getarhdr(_elf)) == NULL) { in archive()
701 switch (elf_kind(_elf)) { in archive()
[all …]
/titanic_50/usr/src/pkg/manifests/
H A Dsource-system-grub.mf111 file path=usr/share/src/grub/netboot/$(ARCH)_elf.h