Searched refs:endbufp (Results 1 – 3 of 3) sorted by relevance
92 struct symbol_dictionary_record *buf, *bufp, *endbufp; in som_symtab_read() local130 endbufp = buf + number_of_symbols; in som_symtab_read()131 for (bufp = buf; bufp < endbufp; ++bufp) in som_symtab_read()
4235 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; in som_slurp_symbol_table() local4270 endbufp = buf + symbol_count; in som_slurp_symbol_table()4271 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp) in som_slurp_symbol_table()
4341 struct symbol_dictionary_record *buf = NULL, *bufp, *endbufp; local4376 endbufp = buf + symbol_count;4377 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)