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

  /src/libexec/ld.elf_so/
rtld.c 115 static void *auxinfo; variable
459 return auxinfo;
479 const AuxInfo *pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
482 const AuxInfo *pAUX_pagesz;
484 const AuxInfo *auxp;
532 auxinfo = (AuxInfo *) sp;
542 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {
rtld.c 115 static void *auxinfo; variable
459 return auxinfo;
479 const AuxInfo *pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
482 const AuxInfo *pAUX_pagesz;
484 const AuxInfo *auxp;
532 auxinfo = (AuxInfo *) sp;
542 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {

Completed in 35 milliseconds