Searched refs:phnum (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libelf/
H A Dgetphnum.c35 elf_getphnum(Elf *elf, size_t *phnum) argument
45 *phnum = ehdr.e_phnum;
54 *phnum = ehdr.e_phnum;
56 *phnum = shdr0.sh_info;
H A Dgelf.c221 size_t phnum; local
226 if (elf_getphnum(elf, &phnum) == 0)
229 if (phnum <= ndx) {
268 size_t phnum; local
273 if (elf_getphnum(elf, &phnum) == 0)
280 if (phnum < ndx) {
318 gelf_newphdr(Elf *elf, size_t phnum) argument
327 return ((unsigned long)elf32_newphdr(elf, phnum));
329 return ((unsigned long)elf64_newphdr(elf, phnum));
/macosx-10.9.5/efax-36/efax/
H A Defax.c2571 char *phnum="", *ansfname = DEFPAT ; local
2669 phnum = nxtoptarg ;
2740 err = dial ( &faxdev, phnum, 0 ) ;

Completed in 75 milliseconds