Searched refs:b_ptr (Results 1 – 4 of 4) sorted by relevance
953 struct bb_info_list *b_ptr; in read_files() local957 b_ptr = (struct bb_info_list *) xmalloc (sizeof (struct bb_info_list)); in read_files()959 b_ptr->next = 0; in read_files()961 list_end->next = b_ptr; in read_files()963 bb_graph_list = b_ptr; in read_files()964 list_end = b_ptr; in read_files()968 create_program_flow_graph (b_ptr); in read_files()977 for (b_ptr = bb_graph_list; b_ptr; b_ptr = b_ptr->next) in read_files()978 solve_program_flow_graph (b_ptr); in read_files()
197 Class b_ptr = *(Class *)b; in compare_void_ptr() local198 if (a_ptr < b_ptr) in compare_void_ptr()200 if (a_ptr > b_ptr) in compare_void_ptr()
255 b_out_symbol_cmp (a_ptr, b_ptr) in b_out_symbol_cmp() argument257 const void * b_ptr;260 struct aout_symbol ** b = (struct aout_symbol **) b_ptr;
234 b_out_symbol_cmp (const void * a_ptr, const void * b_ptr) in b_out_symbol_cmp() argument237 struct aout_symbol ** b = (struct aout_symbol **) b_ptr; in b_out_symbol_cmp()