Home
last modified time | relevance | path

Searched refs:auxv_pos (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dauxv.c86 size_t auxv_alloc = 512, auxv_pos = 0; in target_auxv_read() local
93 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()