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

  /src/libexec/ld.elf_so/
rtld.c 115 static void *auxinfo; variable in typeref:typename:void *
439 return auxinfo;
459 const AuxInfo *pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
462 const AuxInfo *pAUX_pagesz;
464 const AuxInfo *auxp;
512 auxinfo = (AuxInfo *) sp;
522 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {

Completed in 11 milliseconds