HomeSort by: relevance | last modified time | path
    Searched defs:pAUX_execfd (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/ld.elf_so/
rtld.c 459 const AuxInfo *pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
514 pAUX_base = pAUX_entry = pAUX_execfd = NULL;
531 pAUX_execfd = auxp;
668 if (pAUX_execfd != NULL) { /* Load the main program. */
669 int fd = pAUX_execfd->a_v;

Completed in 14 milliseconds