Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c953 struct bb_info_list *b_ptr; in read_files() local
957 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()
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp197 Class b_ptr = *(Class *)b; in compare_void_ptr() local
198 if (a_ptr < b_ptr) in compare_void_ptr()
200 if (a_ptr > b_ptr) in compare_void_ptr()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbout.c255 b_out_symbol_cmp (a_ptr, b_ptr) in b_out_symbol_cmp() argument
257 const void * b_ptr;
260 struct aout_symbol ** b = (struct aout_symbol **) b_ptr;
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbout.c234 b_out_symbol_cmp (const void * a_ptr, const void * b_ptr) in b_out_symbol_cmp() argument
237 struct aout_symbol ** b = (struct aout_symbol **) b_ptr; in b_out_symbol_cmp()