Searched refs:elf_getarsym (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c52 if ((arsym = elf_getarsym(elf, &ptr)) == NULL) {
/illumos-gate/usr/src/head/
H A Dlibelf.h173 Elf_Arsym *elf_getarsym(Elf *, size_t *);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c177 elf_getarsym(Elf *elf, size_t *ptr) function
234 * elf_getarsym(). However, it is useful to elfdump for formatting the
H A Dllib-lelf115 Elf_Arsym * elf_getarsym(Elf *, size_t *);
/illumos-gate/usr/src/man/man3elf/
H A DMakefile34 elf_getarsym.3elf \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c578 if (((arsym = elf_getarsym(elf, &ptr)) == 0) && elf_errno()) {
582 * real error from elf_getarsym().
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c199 } else if ((start = elf_getarsym(elf, &number)) == NULL) {
244 * archive symbol table (returned from elf_getarsym(3e)). Use this table to

Completed in 129 milliseconds