Searched refs:auxv_pos (Results 1 – 1 of 1) sorted by relevance
86 size_t auxv_alloc = 512, auxv_pos = 0; in target_auxv_read() local93 NULL, &auxv[auxv_pos], 0, in target_auxv_read()94 auxv_alloc - auxv_pos); in target_auxv_read()97 auxv_pos += n; in target_auxv_read()98 if (auxv_pos < auxv_alloc) /* Read all there was. */ in target_auxv_read()100 gdb_assert (auxv_pos == auxv_alloc); in target_auxv_read()105 if (auxv_pos == 0) in target_auxv_read()113 return auxv_pos; in target_auxv_read()