mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ELF reader refactor
Change-Id: I326747237ba605f338d3f2c91a6b682db8b75af5
This commit is contained in:

committed by
sys_ocldev

parent
c7a49666d5
commit
17de60254a
@ -25,8 +25,13 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stddef.h>
|
||||
#include <vector>
|
||||
|
||||
namespace CLElfLib {
|
||||
struct ElfException : std::exception {
|
||||
};
|
||||
|
||||
using ElfBinaryStorage = std::vector<char>;
|
||||
/******************************************************************************\
|
||||
ELF Enumerates
|
||||
\******************************************************************************/
|
||||
|
Reference in New Issue
Block a user