Searched refs:endbufp (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsomread.c92 struct symbol_dictionary_record *buf, *bufp, *endbufp; local
130 endbufp = buf + number_of_symbols;
131 for (bufp = buf; bufp < endbufp; ++bufp)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsom.c4342 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp;
4377 endbufp = buf + symbol_count;
4378 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4341 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c4236 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp;
4271 endbufp = buf + symbol_count;
4272 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4235 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; local

Completed in 146 milliseconds