Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsomread.c92 struct symbol_dictionary_record *buf, *bufp, *endbufp; in som_symtab_read() local
130 endbufp = buf + number_of_symbols; in som_symtab_read()
131 for (bufp = buf; bufp < endbufp; ++bufp) in som_symtab_read()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c4235 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; in som_slurp_symbol_table() local
4270 endbufp = buf + symbol_count; in som_slurp_symbol_table()
4271 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp) in som_slurp_symbol_table()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c4341 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; local
4376 endbufp = buf + symbol_count;
4377 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)