Home
last modified time | relevance | path

Searched defs:shdrBuf (Results 1 – 8 of 8) sorted by relevance

/developtools/hiperf/src/
Dsection_header.cpp38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique()
53 bool SectionHeader::ParseSecHeader32(char * const shdrBuf) in ParseSecHeader32()
79 bool SectionHeader::ParseSecHeader64(char * const shdrBuf) in ParseSecHeader64()
Delf_file.cpp164 char *shdrBuf = new (std::nothrow) char[shdrSize]; in ParseSecNamesStr() local
224 char *shdrBuf = shdrsBuf; in ParseSecHeaders() local
/developtools/profiler/device/plugins/native_daemon/src/
Dsection_header.cpp38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique()
53 bool SectionHeader::ParseSecHeader32(char * const shdrBuf) in ParseSecHeader32()
79 bool SectionHeader::ParseSecHeader64(char * const shdrBuf) in ParseSecHeader64()
Delf_file.cpp138 char *shdrBuf = new (std::nothrow) char[shdrSize]; in ParseSecNamesStr() local
197 char *shdrBuf = shdrsBuf; in ParseSecHeaders() local
/developtools/profiler/hiebpf/src/
Delf_file.cpp132 char *shdrBuf = new (std::nothrow) char[shdrSize]; in ParseSecNamesStr() local
192 char *shdrBuf = shdrsBuf; in ParseSecHeaders() local
392 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique()
403 bool SectionHeader::ParseSecHeader32(char * const shdrBuf) in ParseSecHeader32()
429 bool SectionHeader::ParseSecHeader64(char * const shdrBuf) in ParseSecHeader64()
/developtools/hiperf/include/
Delf_parser.h133 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init()
163 static inline void DumpShdrBuf(const char * const shdrBuf, const std::size_t bufSize) in DumpShdrBuf()
/developtools/profiler/device/plugins/native_daemon/include/
Delf_parser.h143 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init()
173 static inline void DumpShdrBuf(const char * const shdrBuf, const std::size_t bufSize) in DumpShdrBuf()
/developtools/profiler/hiebpf/include/
Delf_file.h117 inline bool Init(char * const shdrBuf, const size_t bufSize, const size_t index) in Init()