refine code for the usage of set_image_base_index
authorGuo Yejun <yejun.guo@intel.com>
Mon, 2 Jun 2014 18:13:54 +0000 (02:13 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 4 Jun 2014 02:14:48 +0000 (10:14 +0800)
commit7909661befc1b4064ca8c22bb1471bb6a7d9e39c
treec6a0bed7b67cb98ae73eccb800cb7d2156524736
parent871389f906d6f6d33703851eee7111390c562bc5
refine code for the usage of set_image_base_index

In libgbe.so and libgbeinterp.so, the same function pointer name
gbe_set_image_base_index is used for a unified source code.

In libcl.so, function pointer names begin with compiler_* point to
the functions from libgbe.so, function pointer names begin with
gbe_* point to the functions from libgbeinterp.so.

Signed-off-by: Guo Yejun <yejun.guo@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/backend/program.cpp
backend/src/backend/program.h
backend/src/gbe_bin_generater.cpp
backend/src/gbe_bin_interpreter.cpp
src/cl_gbe_loader.cpp
src/cl_gbe_loader.h
src/intel/intel_driver.c