Home
last modified time | relevance | path

Searched refs:elf_getarsym (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/cmd/sgs/dump/common/
H A Dfcns.c52 if ((arsym = elf_getarsym(elf, &ptr)) == NULL) { in ar_sym_read()
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c177 elf_getarsym(Elf *elf, size_t *ptr) in elf_getarsym() function
H A Dmapfile-vers133 elf_getarsym;
H A Dllib-lelf115 Elf_Arsym * elf_getarsym(Elf *, size_t *);
/titanic_44/usr/src/head/
H A Dlibelf.h173 Elf_Arsym *elf_getarsym(Elf *, size_t *);
/titanic_44/usr/src/man/man3elf/
H A DMakefile34 elf_getarsym.3elf \
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dlibs.c199 } else if ((start = elf_getarsym(elf, &number)) == NULL) { in ld_ar_setup()
H A Dlibld.msg657 @ MSG_ELF_GETARSYM "file %s: elf_getarsym"
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc30 file path=usr/share/man/man3elf/elf_getarsym.3elf
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c578 if (((arsym = elf_getarsym(elf, &ptr)) == 0) && elf_errno()) { in archive()
H A Delfdump.msg337 @ MSG_ELF_GETARSYM "elf_getarsym"