Lines Matching refs:vecs
1760 unsigned *vecs = (unsigned*) (argv + argc + 1);
1785 vecs = linker_env_init(vecs);
1789 for (v = vecs; v[0]; v += 2) {
1869 while(vecs[0] != 0){
1870 switch(vecs[0]){
1872 si->phdr = (Elf32_Phdr*) vecs[1];
1875 si->phnum = (int) vecs[1];
1878 si->entry = vecs[1];
1881 vecs += 2;
1977 unsigned *vecs = (unsigned*) (argv + argc + 1);
1978 while (vecs[0] != 0) {
1979 vecs++;
1983 vecs++;
1985 while(vecs[0]) {
1986 if (vecs[0] == AT_BASE) {
1987 return vecs[1];
1989 vecs += 2;