Lines Matching refs:aux
23 size_t i, aux[AUX_CNT], dyn[DYN_CNT];
32 for (i=0; i<AUX_CNT; i++) aux[i] = 0;
34 aux[auxv[i]] = auxv[i+1];
50 base = aux[AT_BASE];
51 if (!base) base = aux[AT_PHDR] & -4096;
101 * address is not available in the aux vector. Instead, compute
104 base = aux[AT_BASE];
106 size_t phnum = aux[AT_PHNUM];
107 size_t phentsize = aux[AT_PHENT];
108 Phdr *ph = (void *)aux[AT_PHDR];