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

  /src/libexec/ld.elf_so/
rtld.c 464 const AuxInfo *auxp; local in function:_rtld
522 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {
523 switch (auxp->a_type) {
525 pAUX_base = auxp;
528 pAUX_entry = auxp;
531 pAUX_execfd = auxp;
534 pAUX_phdr = auxp;
537 pAUX_phent = auxp;
    [all...]
rtld.c 464 const AuxInfo *auxp; local in function:_rtld
522 for (auxp = auxinfo; auxp->a_type != AT_NULL; ++auxp) {
523 switch (auxp->a_type) {
525 pAUX_base = auxp;
528 pAUX_entry = auxp;
531 pAUX_execfd = auxp;
534 pAUX_phdr = auxp;
537 pAUX_phent = auxp;
    [all...]

Completed in 58 milliseconds