Searched refs:elf_getphdrnum (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetphnum.c38 * elf_getphdrnum() supercedes elf_getphnum(), which is now considered
47 elf_getphdrnum(Elf *elf, size_t *phnum) function
76 return (elf_getphdrnum(elf, phnum) == 0);
H A Dgelf.c224 if (elf_getphdrnum(elf, &phnum) == -1)
271 if (elf_getphdrnum(elf, &phnum) == -1)
/illumos-gate/usr/src/man/man3elf/
H A DMakefile67 elf_getphdrnum.3elf \
144 elf_getphdrnum.3elf := LINKSRC = elf_getident.3elf
/illumos-gate/usr/src/head/
H A Dlibelf.h182 int elf_getphdrnum(Elf *, size_t *);
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c114 if (elf_getphdrnum(elf, &phnum) == -1) {
115 (void) fprintf(stderr, "%s: elf_getphdrnum() failed: %s\n",
/illumos-gate/usr/src/lib/libproc/common/
H A DPidle.c250 if (elf_getphdrnum(elf, &phnum) == -1) {
H A DPcore.c1882 if (elf_getphdrnum(elf, &nphdrs) == -1)
1917 elf_getphdrnum(elf, &nphdrs) == -1)
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c150 if (elf_getphdrnum(tstate.os_elf, &tstate.os_phnum) == -1)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1137 if (elf_getphdrnum(elf, &fstate.phnum) == -1) {
H A Delfdump.c4915 if (elf_getphdrnum(elf, &phnum) == -1) {

Completed in 124 milliseconds