Home
last modified time | relevance | path

Searched defs:phdrBuf (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/src/
Delf_file.cpp104 char *phdrBuf = phdrsBuf; in ParsePrgHeaders() local
456 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique()
464 bool ProgramHeader::ParsePrgHeader32(char * const phdrBuf) in ParsePrgHeader32()
486 bool ProgramHeader::ParsePrgHeader64(char * const phdrBuf) in ParsePrgHeader64()
/developtools/profiler/hiebpf/include/
Delf_file.h85 inline bool Init(char * const phdrBuf, const size_t bufSize) in Init()